Hello All,
I am able to trace all compilation time errors (compilation of PL/SQL procedure) at below inbuilt views:
- user_errors
- all_errors
- dba_errors

I am wondering if I can trace execution time error as well in any inbuilt table or any log file?
If not then wondering about what all options to log errors into table or redirecting into file than just at script output window for failed procedure's execution.
Basically thinking about logging all errors raised or caught by exceptions during procedure execution.
