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


TABLE: SYSTEM.LOGMNRT_MDDL$

Object Details
Object Name: LOGMNRT_MDDL$
Object Type: TABLE
Owner: SYSTEM
Subobject Name:
Status: VALID

Temporary Table Details

SYSTEM.LOGMNRT_MDDL$ 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
Primary Key: LOGMNRT_MDDL$_PK
  1. ColumnSOURCE_OBJ#
  2. ColumnSOURCE_ROWID
Indexes
Index Type Uniqueness Tablespace Column
LOGMNRT_MDDL$_PK NORMAL UNIQUE Tablespace ColumnSOURCE_OBJ#
ColumnSOURCE_ROWID
Columns
Name Datatype Length Mandatory Comments
SOURCE_OBJ# NUMBER
Yes
SOURCE_ROWID ROWID (10) Yes
DEST_ROWID ROWID (10) Yes
Query Text

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


SELECT SOURCE_OBJ#
,      SOURCE_ROWID
,      DEST_ROWID
FROM SYSTEM.LOGMNRT_MDDL$;

Dependencies

[top of page]

SYSTEM.LOGMNRT_MDDL$ does not reference any database object

SYSTEM.LOGMNRT_MDDL$ is not referenced by any database object