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


TABLE: SYSTEM.LOGMNR_GT_USER_INCLUDE$

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

Temporary Table Details

SYSTEM.LOGMNR_GT_USER_INCLUDE$ 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
USER_NAME VARCHAR2 (130)
USER_TYPE NUMBER

PDB_NAME VARCHAR2 (130)
SPARE1 NUMBER

SPARE2 NUMBER

SPARE3 VARCHAR2 (4000)
Query Text

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


SELECT USER_NAME
,      USER_TYPE
,      PDB_NAME
,      SPARE1
,      SPARE2
,      SPARE3
FROM SYSTEM.LOGMNR_GT_USER_INCLUDE$;

Dependencies

[top of page]

SYSTEM.LOGMNR_GT_USER_INCLUDE$ does not reference any database object

SYSTEM.LOGMNR_GT_USER_INCLUDE$ is referenced by following:

SchemaSYS
Package BodyDBMS_LOGMNR_INTERNAL - show dependent code