Automatically capture oracle errors and exceptions
902488Nov 30 2011 — edited Nov 30 2011I have requirement of creation of mechanism to capture all oracle errors.
For Eg, when I am running SQL Plus or any oracle client session to perform/execute any command, if any error comes during execution, it can automatically tracked in user defined table with session id which cause error, ora number,timestamp.
I hope requirement is clear. Is there any way to implement?