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


TABLE: DBSNMP.MGMT_TEMPT_SQL

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

Temporary Table Details

DBSNMP.MGMT_TEMPT_SQL 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
Columns
Name Datatype Length Mandatory Comments
SQL_ID VARCHAR2 (13)
HASH_VALUE NUMBER
Yes
ELAPSED_TIME NUMBER
Yes
EXECUTIONS NUMBER
Yes
Query Text

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


SELECT SQL_ID
,      HASH_VALUE
,      ELAPSED_TIME
,      EXECUTIONS
FROM DBSNMP.MGMT_TEMPT_SQL;

Dependencies

[top of page]

DBSNMP.MGMT_TEMPT_SQL does not reference any database object

DBSNMP.MGMT_TEMPT_SQL is referenced by following:

SchemaDBSNMP
Package BodyMGMT_RESPONSE - show dependent code