오라클 10G PL / SQL 함수와 프로 시저의 모든 테이블 참조를 찾는 방법?
I definitely can execute the following SQL statement: 확실히 다음과 같은 SQL 문을 실행할 수 있습니다 :
select * from dba_source where text like '%tbl_c%'
but I wonder how to find all functions that call functions that refer to table used. 하지만 사용하는 테이블을 참조 함수를 호출 모든 기능을 찾는 방법을 궁금해. For example I can have a function A that calls function B that uses table tbl_c. 예를 들어, 나는 테이블 tbl_c을 사용 함수 B를 호출하는 기능을 가질 수 있습니다. If I'll execute aforementioned SQL I'll find funciton B but then I have to execute another SQL to find A. As you know the cyclomatic complexity could be 3,4,5 levels deep or even greater. 제가 앞서 언급한 SQL을 실행 있을지 funciton B를 찾을거야하지만 난 당신이 cyclomatic 복잡 3,4,5 레벨 깊은 또는 더 큰 일이 될 수도 아시다시피 A.를 찾아 다른 SQL을 실행해야합니다.
댓글 없음:
댓글 쓰기