Jump to content

Help me in PHP- Oracle


Recommended Posts

Hello all,

 

I need to excute the oracle query like Below:

"begin

    myfriends_data.get_multi_rows_details(:StartDate,

                                          :EndDate,

                                          :filed3,

                                          :filed4,

                                          );

end";

 

I give the StartDate value as '01/01/2009';

 

But when i execute the query,i got the error like Below:

 

  ORA-01843: not a valid month

ORA-06512: at line 2

 

Pls help me how to solve the problem.

 

Thanks,

Link to comment
https://forums.phpfreaks.com/topic/154891-help-me-in-php-oracle/
Share on other sites

  • 6 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.