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


VIEW: SYS.CDB_NETWORK_ACLS

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

Access control lists assigned to restrict access to network hosts through PL/SQL network utility packages in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
HOST VARCHAR2 (1000) Yes Network host
LOWER_PORT NUMBER (5)
Lower bound of the port range
UPPER_PORT NUMBER (5)
Upper bound of the port range
ACL VARCHAR2 (4000)
The name of the access control list
ACLID RAW (8)
The object ID of the access control list
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 HOST
,      LOWER_PORT
,      UPPER_PORT
,      ACL
,      ACLID
,      ACL_OWNER
,      CON_ID
FROM SYS.CDB_NETWORK_ACLS;

Dependencies

[top of page]

SYS.CDB_NETWORK_ACLS does not reference any database object

SYS.CDB_NETWORK_ACLS is referenced by following:

SchemaPUBLIC
SynonymCDB_NETWORK_ACLS