DBA Data[Home] [Help]

SYS.VALIDATE_CONTEXT dependencies on DR$DBO

Line 15: from ctxsys.dr$dbo

11: begin
12:
13: select user# into l_owner# from sys.user$ where name = 'CTXSYS';
14: for c1 in (select dbo_name, dbo_type
15: from ctxsys.dr$dbo
16: where dbo_type != 'PUBLIC SYNONYM'
17: order by dbo_type, dbo_name)
18: loop
19: if (c1.dbo_type != l_ltype) then