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


VIEW: SYS.CDB_XS_OBJECTS

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

All the Real Application Security objects defined in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (128)
Name of the object
OWNER VARCHAR2 (128)
Owner of the object
ID NUMBER
Yes ID of the object
TYPE VARCHAR2 (18)
Type of the object
STATUS VARCHAR2 (8)
Status of the object
CON_ID NUMBER

container id
Query Text

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


SELECT NAME
,      OWNER
,      ID
,      TYPE
,      STATUS
,      CON_ID
FROM SYS.CDB_XS_OBJECTS;

Dependencies

[top of page]

SYS.CDB_XS_OBJECTS does not reference any database object

SYS.CDB_XS_OBJECTS is referenced by following:

SchemaPUBLIC
SynonymCDB_XS_OBJECTS