Hi,
I want to handle exception in a way that I can get some more data out of the exception thrown by Oracle.
For example, I get an error code -942 which is for table or view not found. I also want to know "what" table of view is not found.
Can I get to know from Oracle what table or view is not found? I want this table name in a PL/SQL procedure.
Thanks,
Rajeev.
I want to handle exception in a way that I can get some more data out of the exception thrown by Oracle.
For example, I get an error code -942 which is for table or view not found. I also want to know "what" table of view is not found.
Can I get to know from Oracle what table or view is not found? I want this table name in a PL/SQL procedure.
Thanks,
Rajeev.