MSC_SEGMENT_WS_DETAILS
MSC_SEGMENT_WS_DETAILS table holds the rolap sql query information used within segmentation engine execution
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_SEGMENT_WS_DETAILS_PK |
SEGMENT_WS_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SEGMENT_GROUP_ID | NUMBER | 18 | Yes | SEGMENT_GROUP_ID field is the foreign key the MSC_SEGMENT_GROUP_B table | |
SEGMENT_WS_ID | NUMBER | 18 | Yes | SEGMENT_WS_ID holds the id of the segement_ws_details table | |
SQL_CLOB | CLOB | Yes | SQL_CLOB holds the sql returned by rolap worksheet api | ||
PLAN_ID | NUMBER | 18 | Yes | PLAN_ID holds the plan id that the sql was returned for as the queries would be unique to a plan | |
TABLE_ID | NUMBER | 18 | Yes | TABLE_ID holds the id of the pivot table used in the process | |
LEVELS_LIST | VARCHAR2 | 120 | Yes | LEVELS_LIST holds the list of levels used within the table definition | |
MEASURES_LIST | VARCHAR2 | 4000 | Yes | MEASURES_LIST holds a list of the measures used within the table definition | |
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 |
---|---|---|---|
MSC_SEGMENT_WS_DETAILS_U1 | Unique | Default | SEGMENT_WS_ID |