PL/SQL Exception message consists of
-
Type of Exception
-
Finally block
-
An Error Code
-
A message
A,C,D
Correct answer
Explanation
PL/SQL exception messages contain three key components: the exception type (such as NO_DATA_FOUND or VALUE_ERROR), an error code (numeric identifier like ORA-01403), and a descriptive message explaining the error. A FINALLY block is a separate construct used in some languages for cleanup code but is not part of the exception message itself in PL/SQL.