DBA Data[Home] [Help]

SYS.INITJVMAUX dependencies on USER$

Line 597: from obj$ o,user$ u where o.type#=56 and u.user#=o.owner#;

593: commit;
594: declare
595: cursor C1 is select
596: u.name, o.name
597: from obj$ o,user$ u where o.type#=56 and u.user#=o.owner#;
598: ddl_statement varchar2(200);
599: uname varchar2(30);
600: oname varchar2(30);
601: iterations number;