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


VIEW: SYS.CDB_ACL_NAME_MAP

Object Details
Object Name: CDB_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 in all containers

[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
CON_ID NUMBER

container id
Query Text

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


SELECT XDB_NAME
,      ACL
,      ACL_OWNER
,      CON_ID
FROM SYS.CDB_ACL_NAME_MAP;

Dependencies

[top of page]

SYS.CDB_ACL_NAME_MAP does not reference any database object

SYS.CDB_ACL_NAME_MAP is referenced by following:

SchemaPUBLIC
SynonymCDB_ACL_NAME_MAP