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


VIEW: SYS.DBA_WALLET_ACLS

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

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

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


SELECT WALLET_PATH
,      ACL
,      ACLID
,      ACL_OWNER
FROM SYS.DBA_WALLET_ACLS;

Dependencies

[top of page]

SYS.DBA_WALLET_ACLS references the following:

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

SchemaPUBLIC
SynonymDBA_WALLET_ACLS