Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

frm-40735 unhandled exception ora-01403

994122Sep 19 2014 — edited Sep 19 2014

Hi all,

I am passing date as "17-NOV-09"

SELECT history_id

  FROM table

WHERE  TO_char (creation_date, 'DD-MON-YY') =TO_CHAR (:date1, 'DD-MON-YY');

But getting  frm-40735 unhandled exception ora-01403

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 17 2014
Added on Sep 19 2014
22 comments
6,630 views