Google News
logo
PL/SQL - Interview Questions
What do you know about pragma_exception_init in PL/SQL?
The pragma_exception_init command in PL/SQL instructs the compiler to associate an exception name with an Oracle error number. This enables you to refer to any internal exception by name and create a custom handler for it.
Advertisement