Oracle Procedure Or Function 확인
[참고]http://jbongsu.blogspot.kr/2013/02/sql.htmlhttp://kalipso.tistory.com/99[참고] # 전체 유저 #select * from all_source where name = upper('프로시저명'); > 결과 Column : OWNER, NAME, TYPE, LINE, TEXT # 로그인한 유저 #select * from user_source where name = upper('프로시저명'); > 결과 Column : NAME, TYPE, LINE, TEXT # 테이블 정보 확인 # select to_char(sysdate,'yyyy/mm/dd hh24:mi:ss') regdate from dual; select table_name, tablesp..