참고 : http://docs.oracle.com/cd/B19306_01/appdev.102/b14261/errors.htm#i3365
* To reraise an exception, use a RAISE statement without an exception name
* An exception raised in a declaration propagates immediately to the enclosing block.
* An exception raised inside a handler propagates immediately to the enclosing block.
'Oracle > PL/SQL' 카테고리의 다른 글
15일차 # 8-14: [2] 이름 부여 => when 이름 then (0) | 2012.04.24 |
---|---|
15일차 # 8-11: [1] when 이름 then (0) | 2012.04.24 |
15일차 # 8-5: 예외 처리 (0) | 2012.04.24 |
15일차 # 8 - Exception Handling (0) | 2012.04.24 |
15일차 # 7-25: CURRENT OF + FOR UPDATE cursor (0) | 2012.04.24 |