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


VIEW: SYS.DBA_WALLET_ACES

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

Access control entries defined in wallet access control lists

[View Source]

Columns
Name Datatype Length Mandatory Comments
WALLET_PATH VARCHAR2 (1000) Yes Wallet path
ACE_ORDER NUMBER
Yes Order number of the access control entry
START_DATE TIMESTAMP(6) (11)
Start-date of the access control entry
END_DATE TIMESTAMP(6) (11)
End-date of the access control entry
GRANT_TYPE VARCHAR2 (5)
Whether the access control entry grants or denies the privilege
INVERTED_PRINCIPAL VARCHAR2 (3)
Whether the principal is inverted or not
PRINCIPAL VARCHAR2 (128)
Principal the privilege is applied to
PRINCIPAL_TYPE VARCHAR2 (11)
Type of the principal
PRIVILEGE VARCHAR2 (128)
Privilege
Query Text

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


SELECT WALLET_PATH
,      ACE_ORDER
,      START_DATE
,      END_DATE
,      GRANT_TYPE
,      INVERTED_PRINCIPAL
,      PRINCIPAL
,      PRINCIPAL_TYPE
,      PRIVILEGE
FROM SYS.DBA_WALLET_ACES;

Dependencies

[top of page]

SYS.DBA_WALLET_ACES references the following:

SchemaSYS
ViewDBA_XS_ACES
ViewDBA_XS_OBJECTS
TableNACL$_WALLET
SYS.DBA_WALLET_ACES is referenced by following:

SchemaPUBLIC
SynonymDBA_WALLET_ACES