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


TABLE: SCOTT.RUPD$_EMP

Object Details
Object Name: RUPD$_EMP
Object Type: TABLE
Owner: SCOTT
Subobject Name:
Status: VALID

temporary updatable snapshot log

Temporary Table Details

SCOTT.RUPD$_EMP 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$SESSION. Data is removed at the end of this period.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Columns
Name Datatype Length Mandatory Comments
EMPNO NUMBER (4)
DMLTYPE$$ VARCHAR2 (1)
SNAPID NUMBER

CHANGE_VECTOR$$ RAW (255)
Query Text

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


SELECT EMPNO
,      DMLTYPE$$
,      SNAPID
,      CHANGE_VECTOR$$
FROM SCOTT.RUPD$_EMP;

Dependencies

[top of page]

SCOTT.RUPD$_EMP does not reference any database object

SCOTT.RUPD$_EMP is not referenced by any database object