This is a continuation from this question.
My Question: I’m looking for a function like SQLERRM which will give me a description for all Oracle error codes.
From this website, I found this list of oracle error types:
AMD, AUD, CLS, DBV, DGM, DRG, EXP, IMG, IMP, KUP, LCD, LFI, LPX, LRM,
LSX, NCR, NID, NMP, NNC, NNF, NNL, NNO, NPL, NZE, O2F, O2I, O2U, OCI,
ORA-CODE, PCB, PCC, PLS, PLW, PRO, QSM, RMA, SQL, TNS, UDE, UDI, VID
Am I misunderstanding something or is this possible?
Something like
This is the error lookup utility in Oracle.
facilityis any of the error types likeora,amdetc. anderroris the code. But you need to make sure that you have access privilege to all installed directories.This is what you need in PDF format.