For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
for QMI(Quick multi-insert), i can run the following SQL to generate QMI redo log:
insert into t1 select * from t2;
or use forall sentence to achieve this.
but i don't know how to generate QMD redo log, can anybody help me?