oerr
Usage: oerr facility error
Facility is identified by the prefix string in the error message.
For example, if you get ORA-7300, "ora" is the facility and "7300"
is the error. So you should type "oerr ora 7300".
If you get LCD-111, type "oerr lcd 111", and so on.
--=================================
--## For ORA- errors:
--=================================
$ oerr ora 00600
// *Cause: ...
// *Action: ...
--=================================
--## For RMAN- errors:
--=================================
$ oerr rman 03002
// *Cause: ...
// *Action: ...
--=================================
--## For TNS- errors
--=================================
$ oerr tns 12514
// *Cause: ...
// *Action: ...