The following statement is wrong if you are trying to change the owner of a table via rename clause:SQL> alter table hr.employees rename to sh.employees;alter… Read More »How to Change the Owner of Tables
Data pump has a very nice feature since 10g, which can make data imported directly from source to target via network connection without any intermediate… Read More »How to Use Data Pump Network Mode
Data Pump is a more flexible and powerful utility than legacy exp or imp, which has no NLS_LANG conversion issue bothering us, so we like… Read More »How to Make Data Pump Faster