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


VIEW: SYS.DBA_HOST_ACLS

Object Details
Object Name: DBA_HOST_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

[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
Query Text

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


SELECT HOST
,      LOWER_PORT
,      UPPER_PORT
,      ACL
,      ACLID
,      ACL_OWNER
FROM SYS.DBA_HOST_ACLS;

Dependencies

[top of page]

SYS.DBA_HOST_ACLS references the following:

SchemaSYS
ViewDBA_XS_OBJECTS
TableNACL$_HOST
TableNACL$_NAME_MAP
SYS.DBA_HOST_ACLS is referenced by following:

SchemaPUBLIC
SynonymDBA_HOST_ACLS