DBA Data[Home] [Help]

SYS.DBMS_FEATURE_IDH dependencies on DBA_ROLE_PRIVS

Line 8: from dba_role_privs where

4: feature_info OUT CLOB)
5: AS
6: feature_usage varchar2(1000);
7: cursor c1 is select grantee,granted_role
8: from dba_role_privs where
9: granted_role = 'DBHADOOP' and grantee != 'SYS';
10: begin
11: -- initialize
12: aux_count := 0;