DBA Data[Home] [Help]

SYS.DBMS_PRIV_CAPTURE dependencies on ROLENAME_ARRAY

Line 23: domain_str IN rolename_array DEFAULT NULL);

19: role IN VARCHAR2 DEFAULT NULL,
20: objpriv IN NUMBER DEFAULT NULL,
21: obj IN NUMBER DEFAULT NULL,
22: domain IN role_array DEFAULT NULL,
23: domain_str IN rolename_array DEFAULT NULL);
24:
25: /**
26: * Procedure to capture a privilege usage, if a privilege capture conditions
27: * are met. This procedure is called when a privilege is used in PL/SQL and JAVA.

Line 49: domain_str IN rolename_array DEFAULT NULL);

45: objpriv IN VARCHAR2 DEFAULT NULL,
46: owner IN VARCHAR2 DEFAULT NULL,
47: object IN VARCHAR2 DEFAULT NULL,
48: domain IN role_array DEFAULT NULL,
49: domain_str IN rolename_array DEFAULT NULL);
50:
51: /**
52: * Function to check whether the given user has a directly granted system
53: * privilege. If a capture is turned on, capture the privilege usage.