Which statement is incorrect about an Exception?

Options
- Process terminates after completion of error sequence.
- An exception will be raised when an error occurs in that block
- Raised automatically / Explicitly in response to an ORACLE_ERROR
- A Procedure or Sequence of statements may be processed.


CORRECT ANSWER : Process terminates after completion of error sequence.

Discussion Board
Exception

An exception is a PL/SQL error that is raised during program execution, either implicitly by TimesTen or explicitly by your program. Handle an exception by trapping it with a handler or propagating it to the calling environment.

Prajakta Pandit 02-28-2017 04:04 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement