col name format a10
col text format a80
select name, line, text from user_source
where name = 'P';
select distinct type from user_source;
TYPE
------------
PROCEDURE
PACKAGE
TRIGGER
FUNCTION
TYPE
'Oracle > PL/SQL' 카테고리의 다른 글
15일차 # 2-11 (0) | 2012.04.24 |
---|---|
15일차 Chapter 2 - Functions (0) | 2012.04.24 |
15일차 # 1-20: 프로시저에서 예외 처리 (0) | 2012.04.24 |
15일차 # 1-17 (0) | 2012.04.24 |
15일차 # 1-16: DEFAULT (0) | 2012.04.24 |