I’m calling in a PL/SQL-Procedure another procedure. Now i’ll put a begin-exception-block around this call.
If this sub-procedure fails and throws an exception, i get in the exception-block after the call. But how can I now know which ORA-Code the exception has? Is there any keyword existing for that?
Thx for help
Flo
See SQLCODE and SQLERRM