[Home] [Help]
[Dependency Information]
| Object Name: | MGMT_DB_SIZE_GTT |
|---|---|
| Object Type: | TABLE |
| Owner: | DBSNMP |
| Subobject Name: | |
| Status: | VALID |
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.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
TABLESPACE_NAME| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MGMT_DB_SIZE_GTT_PK | NORMAL | UNIQUE |
|
TABLESPACE_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TABLESPACE_NAME | VARCHAR2 | (30) | Yes | |
| SZ | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT TABLESPACE_NAME
, SZ
FROM DBSNMP.MGMT_DB_SIZE_GTT;
DBSNMP.MGMT_DB_SIZE_GTT does not reference any database object
DBSNMP.MGMT_DB_SIZE_GTT is not referenced by any database object
|
|
|
|