Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

DBA_NETWORK_ACL_PRIVILEGES

DBA_NETWORK_ACL_PRIVILEGES describes the network privileges defined in all access control lists that are currently assigned to network hosts.

Column Datatype NULL Description
ACL VARCHAR2(4000)   Path of the access control list
ACLID RAW(16) NOT NULL Object ID of the access control list
PRINCIPAL VARCHAR2(4000)   Principal (database user or role) whom the privilege is granted to or denied from
PRIVILEGE VARCHAR2(7)   Network privilege
IS_GRANT VARCHAR2(5)   Indicates whether the privilege is granted (true) or denied (false)
INVERT VARCHAR2(5)   Indicates whether the access control entry contains invert principal (true) or not (false)
START_DATE TIMESTAMP(9) WITH TIME ZONE   Start date of the access control entry
END_DATE TIMESTAMP(9) WITH TIME ZONE   End date of the access control entry