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


VIEW: SYS.CDB_XS_SECURITY_CLASS_DEP

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

The dependencies between all the Real Application Security security classes defined in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
SECURITY_CLASS VARCHAR2 (128)
Name of the security class
OWNER VARCHAR2 (128)
Owner of the security class
PARENT VARCHAR2 (128)
Name of the parent security class
PARENT_OWNER VARCHAR2 (128)
Owner of the parent security class
CON_ID NUMBER

container id
Query Text

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


SELECT SECURITY_CLASS
,      OWNER
,      PARENT
,      PARENT_OWNER
,      CON_ID
FROM SYS.CDB_XS_SECURITY_CLASS_DEP;

Dependencies

[top of page]

SYS.CDB_XS_SECURITY_CLASS_DEP does not reference any database object

SYS.CDB_XS_SECURITY_CLASS_DEP is referenced by following:

SchemaPUBLIC
SynonymCDB_XS_SECURITY_CLASS_DEP