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


TABLE: SYS.XS$CACHE_DELETE

Object Details
Object Name: XS$CACHE_DELETE
Object Type: TABLE
Owner: SYS
Subobject Name:
Status: VALID

Table to retain deleted ACLOIDs, SecurityClasses, roles etc

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Columns
Name Datatype Length Mandatory Comments
OBJ_TYPE NUMBER (2)
Column to store type of the object deleted
ID NUMBER

Column to store deleted ID
DEL_DATE TIMESTAMP(6) (11) Yes Column to store the dates of the deleted objects
Query Text

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


SELECT OBJ_TYPE
,      ID
,      DEL_DATE
FROM SYS.XS$CACHE_DELETE;

Dependencies

[top of page]

SYS.XS$CACHE_DELETE does not reference any database object

SYS.XS$CACHE_DELETE is referenced by following:

SchemaPUBLIC
SynonymXS$CACHE_DELETE