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


VIEW: SYS.DBA_XS_SECURITY_CLASSES

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

All the Real Application Security security classes defined in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (128)
Name of the security class
OWNER VARCHAR2 (128)
Owner of the security class
DESCRIPTION VARCHAR2 (4000)
Description of the security class
Query Text

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


SELECT NAME
,      OWNER
,      DESCRIPTION
FROM SYS.DBA_XS_SECURITY_CLASSES;

Dependencies

[top of page]

SYS.DBA_XS_SECURITY_CLASSES references the following:

SchemaSYS
TableXS$OBJ
TableXS$SECCLS
SYS.DBA_XS_SECURITY_CLASSES is referenced by following:

SchemaPUBLIC
SynonymDBA_XS_SECURITY_CLASSES
SchemaSYS
ViewUSER_XS_SECURITY_CLASSES