-
Satya Bodapati authored
Problem: ------- SDI Index records are not updated during IMPORT. So they might have higher trx id than the highest trx_id of importing instance On reading SDI page, server complains that trx_id read from record is in future. Fix: --- Fix import code to update SDI records. This will fix SDI pages to use trx_id of the trx used for IMPORT Reviewed-By:
Bin Su <bin.x.su@oracle.com> RB: 17124
Satya Bodapati authoredProblem: ------- SDI Index records are not updated during IMPORT. So they might have higher trx id than the highest trx_id of importing instance On reading SDI page, server complains that trx_id read from record is in future. Fix: --- Fix import code to update SDI records. This will fix SDI pages to use trx_id of the trx used for IMPORT Reviewed-By:
Bin Su <bin.x.su@oracle.com> RB: 17124
Loading