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


VIEW: SYS.CDB_WALLET_ACLS

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

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

[View Source]

Columns
Name Datatype Length Mandatory Comments
WALLET_PATH VARCHAR2 (1000) Yes Wallet path
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 WALLET_PATH
,      ACL
,      ACLID
,      ACL_OWNER
,      CON_ID
FROM SYS.CDB_WALLET_ACLS;

Dependencies

[top of page]

SYS.CDB_WALLET_ACLS does not reference any database object

SYS.CDB_WALLET_ACLS is referenced by following:

SchemaPUBLIC
SynonymCDB_WALLET_ACLS