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


VIEW: SYS.CDB_PROFILES

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

Display all profiles and their limits in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
PROFILE VARCHAR2 (128) Yes Profile name
RESOURCE_NAME VARCHAR2 (32) Yes Resource name
RESOURCE_TYPE VARCHAR2 (8)
LIMIT VARCHAR2 (40)
Limit placed on this resource for this profile
COMMON VARCHAR2 (3)
Is this a common profile?
CON_ID NUMBER

container id
Query Text

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


SELECT PROFILE
,      RESOURCE_NAME
,      RESOURCE_TYPE
,      LIMIT
,      COMMON
,      CON_ID
FROM SYS.CDB_PROFILES;

Dependencies

[top of page]

SYS.CDB_PROFILES does not reference any database object

SYS.CDB_PROFILES is referenced by following:

SchemaPUBLIC
SynonymCDB_PROFILES