Lab 10.3 Self-Review Questions


In order to test your progress, you should be able to answer the following questions.

1)

When an exception is raised in the declaration section of the inner block, it propagates to the

  1. _____ exception-handling section of this block.

  2. _____ exception-handling section of the enclosing (outer) block.

  3. _____ host environment and causes a syntax error.

2)

When an exception is raised in the declaration section of the outer block, it propagates to the

  1. _____ exception-handling section of this block.

  2. _____ host environment and causes a syntax error.

3)

When an exception is raised in the executable section of the inner block, it propagates to the

  1. _____ exception-handling section of this block.

  2. _____ exception-handling section of the enclosing block.

  3. _____ host environment and causes a syntax error.

4)

When an exception is re-raised in the inner block, control is transferred to the

  1. _____ exception-handling section of this block.

  2. _____ exception-handling section of the enclosing block.

5)

To re-raise an exception, one must issue which of the following statements?

  1. _____ RAISE exception_name

  2. _____ RAISE

  3. _____ There is no need to issue any statements.


Answers appear in Appendix A, Section 10.3 .



Oracle PL[s]SQL by Example
Oracle PL[s]SQL by Example
ISBN: 3642256902
EAN: N/A
Year: 2003
Pages: 289

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net