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!

ORA Error - 20010 Issue

ChaitanyaGoparajuJan 12 2011 — edited Jan 13 2011
Hi All,

I have a stored procedure to load data into a table from another table. When I execute it using the EXEC command, I am getting the expected result.

But when I try to invoke the same using a Unix shellscript by connecting to the DB thru the script, I am getting the exception:

ORA - 20010.

I have checked the shell script for any errors, and its fine. The same script is being to invoke other stored procs and they are working properly .

Please suggest a solution.

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 10 2011
Added on Jan 12 2011
3 comments
5,502 views