[Home] [Help]
[Dependency Information]
Object Name: | MGMT_DB_FILE_GTT |
---|---|
Object Type: | TABLE |
Owner: | DBSNMP |
Subobject Name: | |
Status: | VALID |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: | 40 |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
MGMT_DB_FILE_GTT_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
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 |
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;
DBSNMP.MGMT_DB_FILE_GTT does not reference any database object
DBSNMP.MGMT_DB_FILE_GTT is not referenced by any database object
|
|
|