How to fetch error codes of oracle or warning codes? Like when I create a procedure it shows Procedure created with compilation errors.
For seeing the errors I need to write show errors;
Is there any way through which I can get these errors or messages through a sql query?
select * from all_errors