SQL> alter system set events '1427 trace name ERRORSTACK level 10';
After the error occurs, see the trace generated in the udump directory.
To disable tracing:
SQL> alter system set events '1427 trace name ERRORSTACK off';
Testing on 15 Dec 2010, now sql that caused the error, is listed on trace file.
No comments:
Post a Comment