[Home] [Help]
[Dependency Information]
| Object Name: | GMD_OPTIMIZER_PRM_GTMP |
|---|---|
| Object Type: | TABLE |
| Owner: | GMD |
| Subobject Name: | |
| Status: | VALID |
GMD.GMD_OPTIMIZER_PRM_GTMP 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$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
ENTITY_ID
TECH_PARM_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMD_OPTIMIZER_PRM_GTMP_PK | NORMAL | UNIQUE |
|
ENTITY_ID
TECH_PARM_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ENTITY_ID | NUMBER | (15) | Yes | |
| OPTIMIZE_TYPE | NUMBER | (5) | ||
| TECH_PARM_ID | NUMBER | (15) | Yes | |
| TECH_PARM_NAME | VARCHAR2 | (40) | ||
| VALUE | NUMBER | |||
| MIN_VALUE | NUMBER | |||
| MAX_VALUE | NUMBER | |||
| PRECISION | NUMBER | |||
| LM_UNIT_CODE | VARCHAR2 | (25) |
Cut, paste (and edit) the following text to query this object:
SELECT ENTITY_ID
, OPTIMIZE_TYPE
, TECH_PARM_ID
, TECH_PARM_NAME
, VALUE
, MIN_VALUE
, MAX_VALUE
, PRECISION
, LM_UNIT_CODE
FROM GMD.GMD_OPTIMIZER_PRM_GTMP;
GMD.GMD_OPTIMIZER_PRM_GTMP does not reference any database object
GMD.GMD_OPTIMIZER_PRM_GTMP is referenced by following:
APPS
GMD_OPTIMIZER_PRM_GTMP
|
|
|
|