All oracle errors in a table
Oracle 11.2.0.1
Windows 7 Home Premium
I want to create a table which should have below columns and values :
ORA Varchar2(20)
Cause Varchar2(100)
Action Varchar2(150)
This table should have all the ORAs with their causes and suggested action(s).
Can you please give me such a link for this?
Thanking you.