[Home] [Help]
[Dependency Information]
| 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
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT SECURITY_CLASS
, PARENT
, PARENT_OWNER
FROM SYS.USER_XS_SECURITY_CLASS_DEP;
SYS
DBA_XS_SECURITY_CLASS_DEP
PUBLIC
USER_XS_SECURITY_CLASS_DEP
|
|
|
|