DBA Data[Home] [Help]

SYSTEM.AD_CLONE_UTILS dependencies on DBA_SOURCE

Line 623: from dba_source

619: source_text varchar2(10000):= NULL;
620:
621: cursor c1 is
622: select text
623: from dba_source
624: where owner = X_source_schema
625: and name = X_name
626: and type = X_type
627: order by line;