POI_TS_OUT_RESULT

This table contains information about the sample training sets. When the sampling process is run on a Data Set the output sample data set gets stored in this table.

Details

  • Schema: FUSION

  • Object owner: POI

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POI_TS_OUT_RESULT_PK

TXN_ID, UNIQUE_NAME

Columns

Name Datatype Length Precision Not-null Comments
UNIQUE_NAME VARCHAR2 30 Yes Unique name of the training set.
TS_NAME VARCHAR2 100 Indicates the name of the training set.
TXN_ID NUMBER 18 Yes Unique identifier for each transaction.
TEXT_DESC VARCHAR2 2000 Text description of the training set result.
CLUSTER_ID NUMBER 18 Unique identifier for the cluster.
CLUSTER_PROBABILITY NUMBER 30 Column indicates cluster probability.
CLUSTER_DISTANCE NUMBER 30 Column indicates cluster_distance value.
LINE_AMOUNT NUMBER Transaction line amount on the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Indexes

Index Uniqueness Tablespace Columns
POI_TS_OUT_RESULT_U1 Unique Default TXN_ID, UNIQUE_NAME