Runtime error is handled with help of exception-handling section in an PL/SQL block - PL/SQL Errors
Q. Which of the following is handled with the help of exception-handling section in an PL/SQL block. For eg, SELECT INTO statement, which does not return any rows.- Published on 07 Jul 15a. A runtime error
b. A syntax error
c. Both A & B
d. None of the above
ANSWER: A runtime error
The exception-handling section is a special section of a PL/SQL block where the errors are specified.