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


VIEW: SYS.DBA_ACL_NAME_MAP

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

New names of the access control lists for PL/SQL network utility packages from old XDB names

[View Source]

Columns
Name Datatype Length Mandatory Comments
XDB_NAME VARCHAR2 (4000) Yes The old XDB name of the access control list
ACL VARCHAR2 (128)
The new name 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 XDB_NAME
,      ACL
,      ACL_OWNER
FROM SYS.DBA_ACL_NAME_MAP;

Dependencies

[top of page]

SYS.DBA_ACL_NAME_MAP references the following:

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

SchemaPUBLIC
SynonymDBA_ACL_NAME_MAP