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


TABLE: ODM.ODM_LIFT_RESULT

Object Details
Object Name: ODM_LIFT_RESULT
Object Type: TABLE
Owner: ODM
Subobject Name:
Status: VALID

Populated as a result of invoking computeLift(). Occurs at the server.

Storage Details
Tablespace: TablespaceODM
PCT Free: 10
PCT Used: 40
Primary Key: LIFT_RESULT_PK
  1. ColumnID
Unique Key: ODM_LIFT_RESULT_UK
  1. ColumnNAME
Indexes
Index Type Uniqueness Tablespace Column
LIFT_RESULT_PK NORMAL UNIQUE TablespaceODM ColumnID
ODM_LIFT_RESULT_UK NORMAL UNIQUE TablespaceODM ColumnNAME
Foreign Keys
Table
Foreign Table Foreign Key Column
TableODM_LIFT_RESULT_ENTRY LIFT_RESULT_ENTRY_FK ODM_LIFT_RESULT ODM_LIFT_RESULT_ENTRY LIFT_RESULT_ID
TableODM_MS_RESULT_ENTRY LIFT_RESULT_FK ODM_LIFT_RESULT ODM_MS_RESULT_ENTRY LIFT_RESULT_NAME
Columns
Name Datatype Length Mandatory Comments
ID NUMBER (20) Yes
NAME VARCHAR2 (64) Yes User provided name of the lift result
START_TIMESTAMP TIMESTAMP(6) (11)
END_TIMESTAMP TIMESTAMP(6) (11)
DATA_LOCATION VARCHAR2 (61)
String version of location object without user name and password.
MODEL_NAME VARCHAR2 (64)
String version of location object without user name and password.
Query Text

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


SELECT ID
,      NAME
,      START_TIMESTAMP
,      END_TIMESTAMP
,      DATA_LOCATION
,      MODEL_NAME
FROM ODM.ODM_LIFT_RESULT;

Dependencies

[top of page]

ODM.ODM_LIFT_RESULT does not reference any database object

ODM.ODM_LIFT_RESULT is referenced by following:

SchemaODM
Package BodyODM_SUPERVISED_MODEL - show dependent code