Oracle throws ora-xxxx for sql malform exception and ora-xxxx for xxxx exception, I am trying to put this into a report, what is this called?
Oracle throws ora-xxxx for sql malform exception and ora-xxxx for xxxx exception, I am
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They are often referred to as
Named System Exceptions, as in exceptions that you don’t have to define yourself and are already present in the system.Oracle’s manual only talks about
Predefined exceptionsthough.