MSC_ROLAP_SQL_HIST

Table is used for storing and monitoring each query that was executed by Rolap.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

MSC_ROLAP_SQL_HIST_PK

CREATION_DATE, SQL_ID

Columns

Name Datatype Length Not-null Comments
PLAN_ID NUMBER The Plan ID for which the query was executed.
WORKSHEET_ID NUMBER The Worksheet Id for which the query was executed.
SQL_TXT CLOB The query that was executed and will be stored.
SQL_ID VARCHAR2 13 Yes The SQL Identifier of the query that was executed.
BINDS CLOB Binds that were used when executing the query.
SQLMONITOR CLOB The SQL Identifier that we will generate based on the SQL ID.
EXECUTION_TIME NUMBER Time in milliseconds that query was running.
DETAILS VARCHAR2 200 Any additional details and comments that need to be logged.
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.

Indexes

Index Uniqueness Tablespace Columns
MSC_ROLAP_SQL_HIST_U1 Unique FUSION_TS_TX_DATA CREATION_DATE, SQL_ID