QuestionQ43
PL/SQL Language FundamentalsWhich two statements about exception handling are true?
Choose two
- A Internally defined exceptions can be handled only by the OTHERS exception handler.
- B All declared exceptions are raised implicitly by the runtime system.
- C User-defined exceptions can be defined in the declarative part of any PL/SQL anonymous block, subprogram, or package.
- D Only predefined exceptions and user-defined exceptions can have a user-declared name associated with them.
- E Predefined exceptions are globally declared in the standard package.
Community Discussion