Types of exceptions - Database executes a procedure locally or a remote location
Q. How many types of exceptions can occur when the database executes a procedure locally or at a remote location?- Published on 30 Jul 15a. PL/SQL user-defined exceptions, which must be declared using the keyword EXCEPTION
b. PL/SQL predefined exceptions such as the NO_DATA_FOUND keyword
c. SQL errors such as ORA-00900 and ORA-02015
d. Application exceptions generated using the RAISE_APPLICATION_ERROR() Procedure
e. All mentioned above
ANSWER: All mentioned above