Skip to Main Content

Oracle Database Discussions

Announcement

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!

in oracle redo-log, QMD means Quick Multi Delete, but what should i do to generate this kind redo lo

user5806830Aug 11 2015 — edited Aug 12 2015

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?

This post has been answered by Franck Pachot on Aug 12 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 9 2015
Added on Aug 11 2015
24 comments
3,209 views