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


TABLE: ODM.ODM_TEST_RESULT

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

Common table to the three result tables: classification, regression, and lift. This will be populated as a result of invoking test() and computeLift() from the server side.

Storage Details
Tablespace: TablespaceODM
PCT Free: 10
PCT Used: 40
Primary Key: TEST_RESULT_PK
  1. ColumnID
Unique Key: ODM_TEST_RESULT_UK
  1. ColumnNAME
Indexes
Index Type Uniqueness Tablespace Column
ODM_TEST_RESULT_UK NORMAL UNIQUE TablespaceODM ColumnNAME
TEST_RESULT_PK NORMAL UNIQUE TablespaceODM ColumnID
Foreign Keys
Table
Foreign Table Foreign Key Column
TableODM_CLASSIFICATION_TEST_RESULT CLASS_TEST_RESULT_FK ODM_TEST_RESULT ODM_CLASSIFICATION_TEST_RESULT TEST_RESULT_ID
TableODM_MS_RESULT_ENTRY TEST_RESULT_FK ODM_TEST_RESULT ODM_MS_RESULT_ENTRY TEST_RESULT_NAME
Columns
Name Datatype Length Mandatory Comments
ID NUMBER (20) Yes Sequence ID generated for the test result
NAME VARCHAR2 (64) Yes User provided name of the test result
START_TIMESTAMP TIMESTAMP(6) (11)
END_TIMESTAMP TIMESTAMP(6) (11)
DATA_LOCATION VARCHAR2 (61)
String version og 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_TEST_RESULT;

Dependencies

[top of page]

ODM.ODM_TEST_RESULT does not reference any database object

ODM.ODM_TEST_RESULT is referenced by following:

SchemaODM
Package BodyODM_SUPERVISED_MODEL - show dependent code