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


TABLE: SYS.ATEMPTAB$

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

Temporary table whose definition is used internally. Never contains data

Temporary Table Details

SYS.ATEMPTAB$ is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$TRANSACTION. Data is removed at the end of this period.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
ATEMPIND$ NORMAL NONUNIQUE Tablespace ColumnID
Columns
Name Datatype Length Mandatory Comments
ID NUMBER

Query Text

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


SELECT ID
FROM SYS.ATEMPTAB$;

Dependencies

[top of page]

SYS.ATEMPTAB$ does not reference any database object

SYS.ATEMPTAB$ is not referenced by any database object