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


VIEW: SYS.CDB_CREDENTIALS

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

All credentials in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the credential
CREDENTIAL_NAME VARCHAR2 (30) Yes Name of the credential
USERNAME VARCHAR2 (128)
User to run as
WINDOWS_DOMAIN VARCHAR2 (30)
Windows domain to use when logging in
COMMENTS VARCHAR2 (240)
Comments on the credential
ENABLED VARCHAR2 (5)
Is this credential enabled
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      CREDENTIAL_NAME
,      USERNAME
,      WINDOWS_DOMAIN
,      COMMENTS
,      ENABLED
,      CON_ID
FROM SYS.CDB_CREDENTIALS;

Dependencies

[top of page]

SYS.CDB_CREDENTIALS does not reference any database object

SYS.CDB_CREDENTIALS is referenced by following:

SchemaPUBLIC
SynonymCDB_CREDENTIALS