Skip to Main Content

SQL Developer

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!

ORA-01722 when compiling a package in SQL Developer 1.5.3 with oracle 9iR1

user618265Feb 5 2009
Hi,

I use SQL Developer 1.5.3 with Oracle Database 9i release 1.

When I compile a package, I receive the error ORA-01722: invalid number.

I monitored the requests sent by SQL Developer and it seems that the following request is responsible of the error :

SELECT LINE, POSITION, REPLACE(TEXT, CHR(10), ' '), 'ERROR' FROM SYS.ALL_ERRORS A WHERE A.NAME = :1 AND A.TYPE = :2 AND A.OWNER = :3ORDER BY LINE, POSITION

There are no spaces between ':3' and 'ORDER BY'. Similar bug was reported (by me !) in thread 2328766

Thank you for your help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 5 2009
Added on Feb 5 2009
0 comments
388 views