DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.CDB_NETWORK_ACL_PRIVILEGES

Object Details
Object Name: CDB_NETWORK_ACL_PRIVILEGES
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Privileges defined in network access control lists in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
ACL VARCHAR2 (4000)
The name of the access control list
ACLID RAW (8)
The object ID of the access control list
PRINCIPAL VARCHAR2 (128)
Principal the privilege is applied to
PRIVILEGE VARCHAR2 (128)
Privilege
IS_GRANT VARCHAR2 (5)
Is the privilege granted or denied
INVERT VARCHAR2 (5)
true if the access control entry contains invert principal, false otherwise
START_DATE TIMESTAMP(6) (11)
Start-date of the access control entry
END_DATE TIMESTAMP(6) (11)
End-date of the access control entry
ACL_OWNER VARCHAR2 (128)
The owner of the access control list
CON_ID NUMBER

container id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ACL
,      ACLID
,      PRINCIPAL
,      PRIVILEGE
,      IS_GRANT
,      INVERT
,      START_DATE
,      END_DATE
,      ACL_OWNER
,      CON_ID
FROM SYS.CDB_NETWORK_ACL_PRIVILEGES;

Dependencies

[top of page]

SYS.CDB_NETWORK_ACL_PRIVILEGES does not reference any database object

SYS.CDB_NETWORK_ACL_PRIVILEGES is referenced by following:

SchemaPUBLIC
SynonymCDB_NETWORK_ACL_PRIVILEGES