The temporary data tables register issues that the readiness report identifies. The
readiness_start.sql
script creates the temporary tables each time you check the data or fix the data.
The script generates the following temporary tables when it creates the readiness report:
MI_D_<
timestamp
>
Contains registered data for issues related to duplicate ORIG_ROWID_OBJECT values in the cross-reference records and issues related to check code Q_HM_NULL. To fix these issues, run the
readiness_start.sql
script.
MI_F_<
timestamp
>
Contains registered data for issues related to check codes Q_HFKM_RMP and Q_HFKM_DUP. To fix these issues, run the
readiness_start.sql
script.
MI_I_<
timestamp
>
Contains registered data for issues related to check codes Q100_DEPR, Q101_DEPR, XREF_CUC_DUPL, and Q_DSI. To fix these issues, run the
readiness_start.sql
script.
MI_M_<
timestamp
>
Contains registered data for issues related to check code Q11.5. Fix these issues manually.
MI_R_<
timestamp
>
Contains registered data for issues related to check codes Q19.5, Q9, and Q5. Fix these issues manually.
MI_REPORT
Contains the data for the latest readiness report.
MI_FIX_IS_DONE
Contains information that is used by the
readiness_start.sql
. You can ignore this table.
MI_SQL_SAMPLES
Contains samples of the SQL code that the readiness script uses to identify issues, such as XREF_CUC_DUPL. You can modify these scripts to remove null values.