DBA Data[Home] [Help]

SYS.DBMS_FEATURE_PLSQL_NATIVE dependencies on USER$

Line 48: from user$ u, ncomp_dll$ d, obj$ o

44: then u.name
45: else to_char(u.user#)
46: end) name,
47: count(o.obj#) total, count(d.obj#) native
48: from user$ u, ncomp_dll$ d, obj$ o
49: where o.obj# = d.obj# (+)
50: and o.type# in (7,8,9,11,12,13,14)
51: and u.user# = o.owner#
52: group by u.name, u.user#