drop apply INSTANTIATION for one table
http://www.itpub.net/viewthread.php?tid=1114837
begin
dbms_apply_adm.set_table_instantiation_scn (
source_object_name => 'szhao.onewaydept',
source_database_name => 'strm10.world',
instantiation_scn => NULL
);
end;
/