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!
I am wondering if there are any alternatives for the following:
truncate table t; alter table t nologging; insert /*+ append */ into t select * from t2@db_link;
table t2 is HUUUGE!!
Thx, Sri