Procedure return code
324771Apr 27 2005 — edited Apr 27 2005Hi,
I have encountered a procedure execution error.
=================================================
Calling stored procedure for xxxx
Connected.
PL/SQL procedure successfully completed.
Update returned 9 for xxxxx
===== FATAL ERROR =====
The stored procedure for xxxxx returned 9
Bye.
================================================
Does anybody know what this "returned 9" means?
And how I can fix the problem.
Also, in the future, how I can debug this kind of
return code warning?
Thanks a lot!!!