InterviewSolution
Saved Bookmarks
| 1. |
How Do I Lookup Ora Errors? (and Tns Errors) |
|
Answer»
or: oerr tns XXXX where XXXX is the ERROR number (This also supports a number of other error types. Use the 3-letter error PREFIX in place of 'ora') Use: oerr ora XXXX or: oerr tns XXXX where XXXX is the error number (This also supports a number of other error types. Use the 3-letter error prefix in place of 'ora') |
|