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


TABLE: DBSNMP.MGMT_DB_FILE_GTT

Object Details
Object Name: MGMT_DB_FILE_GTT
Object Type: TABLE
Owner: DBSNMP
Subobject Name:
Status: VALID

Temporary Table Details

DBSNMP.MGMT_DB_FILE_GTT 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: MGMT_DB_FILE_GTT_PK
  1. ColumnTABLESPACE_NAME
  2. ColumnFILE_ID
Indexes
Index Type Uniqueness Tablespace Column
MGMT_DB_FILE_GTT_PK NORMAL UNIQUE Tablespace ColumnTABLESPACE_NAME
ColumnFILE_ID
Columns
Name Datatype Length Mandatory Comments
TABLESPACE_NAME VARCHAR2 (30) Yes
MEG NUMBER

MAX_MEG NUMBER

FILE_NAME VARCHAR2 (513)
FILE_ID NUMBER
Yes
TS# NUMBER

BLOCKSIZE NUMBER

FLAG NUMBER

Query Text

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


SELECT TABLESPACE_NAME
,      MEG
,      MAX_MEG
,      FILE_NAME
,      FILE_ID
,      TS#
,      BLOCKSIZE
,      FLAG
FROM DBSNMP.MGMT_DB_FILE_GTT;

Dependencies

[top of page]

DBSNMP.MGMT_DB_FILE_GTT does not reference any database object

DBSNMP.MGMT_DB_FILE_GTT is not referenced by any database object