PL/SQL Exception for ORA-00942 - Table or view not found?
531621Mar 23 2007 — edited Mar 23 2007Hey there!
I want to create an exception my code runs into whenever it tries to select from a table that is not existent (or because of insufficient privileges).
How can I get these ORA-00942 errors and place them into a exception? Except for WHEN OTHERS, that's not concrete enough.
Regards,
Thomas