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


TABLE: DBSNMP.MGMT_DB_SIZE_GTT

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

Temporary Table Details

DBSNMP.MGMT_DB_SIZE_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_SIZE_GTT_PK
  1. ColumnTABLESPACE_NAME
Indexes
Index Type Uniqueness Tablespace Column
MGMT_DB_SIZE_GTT_PK NORMAL UNIQUE Tablespace ColumnTABLESPACE_NAME
Columns
Name Datatype Length Mandatory Comments
TABLESPACE_NAME VARCHAR2 (30) Yes
SZ NUMBER

Query Text

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


SELECT TABLESPACE_NAME
,      SZ
FROM DBSNMP.MGMT_DB_SIZE_GTT;

Dependencies

[top of page]

DBSNMP.MGMT_DB_SIZE_GTT does not reference any database object

DBSNMP.MGMT_DB_SIZE_GTT is not referenced by any database object