FUN_DOCIO_AL_TRANSFORMS

This table contains transformations learned from Adaptive Learning. The type of transformation varies based on the document format and target structure; for instance, XSLT may be used for XML documents, while coordinate-based transformations are applied to unstructured documents.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FUN_DOCIO_AL_TRANSFORMS_PK

TRANSFORM_ID

Columns

Name Datatype Length Precision Not-null Comments
TRANSFORM_ID NUMBER 18 Yes Indicates the identifier of the transformation in Adaptive Learning.
TRANSFORM_HASH VARCHAR2 2000 Yes Adaptive learning transformation hash code.
TRANSFORMATION BLOB Yes Transformation learned from adpative learning.
TRANSFORMATION_TYPE VARCHAR2 20 Type of transformation. For example, XSLT for XML documents.
MAPPING_METADATA_JSON BLOB The json representation of the mapping transform with source, target and description parameters.
MAPPING_METADATA_DOC BLOB Stores user mapping metadata document.
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
FUN_DOCIO_AL_TRANSFORMS_U1 Unique Default TRANSFORM_ID