Skip to Main Content

Integration

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-06512:OWA_UTIL AT LINE 354

yshahApr 23 2008
Hello,
I created a new procedure to update the table through web page. I use html commands and owa_util package to get the user id

owa_util.get_cgi_env('REMOTE_USER')
I am using same code in lot of other procedures and they are all working.
When I run through SQL/PLS, I am getting errors:

ORA-06502: PL/SQL: numeric or value error
ORA-06512: at "SYS.OWA_UTIL", line 354
ORA-06512: at "Profile.pmp_rfq_form, line 17 (Procedure name and line number where the command is )
ORA-06512: at line 21

Can anybody tell what is the problem. When I run through web, I get this error

The requested URL /pls/prolink/pmp_rfq_form was not found on this server.


--------------------------------------------------------------------------------

Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server Server at ORADEVAPP1IACDCA.corp.iacna.com Port 7778
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2008
Added on Apr 23 2008
0 comments
1,103 views