declare
procedure p1
is
begin
null;
end;
begin
null;
begin
null;
p1;
end;
exception
when others then
begin
null;
p1;
end;
end;
/
'Oracle > PL/SQL' 카테고리의 다른 글
15일차 # 3-16: 한정자를 이용한 변수 접근 (0) | 2012.04.24 |
---|---|
15일차 # 3-14: Scope and Visibility (0) | 2012.04.24 |
15일차 # 3-9: Data Type Conversion (0) | 2012.04.24 |
15일차 # 3-7: SQL Functions in PL/SQL (0) | 2012.04.24 |
15일차 # 3-5: Guidelines (0) | 2012.04.24 |