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


VIEW: SYS.USER_XS_SECURITY_CLASS_DEP

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

All the Real Application Security security classes that the security classes owned by the current user are dependent on

[View Source]

Columns
Name Datatype Length Mandatory Comments
SECURITY_CLASS VARCHAR2 (128)
Name of the security class
PARENT VARCHAR2 (128)
Name of the parent security class
PARENT_OWNER VARCHAR2 (128)
Owner of the parent security class
Query Text

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


SELECT SECURITY_CLASS
,      PARENT
,      PARENT_OWNER
FROM SYS.USER_XS_SECURITY_CLASS_DEP;

Dependencies

[top of page]

SYS.USER_XS_SECURITY_CLASS_DEP references the following:

SchemaSYS
ViewDBA_XS_SECURITY_CLASS_DEP
SYS.USER_XS_SECURITY_CLASS_DEP is referenced by following:

SchemaPUBLIC
SynonymUSER_XS_SECURITY_CLASS_DEP