how to export a table from one oracle server to another oracle server?
647530Jul 2 2008 — edited Jul 3 2008Hi experts,
Scenario : Copying table T1 from Server1 to Server2.
Can I follow any of the following two options. Please advise if these options would be feasible under the current scenario.
1) Create the same table T1 in Server2. Export the values of T1 in Server1 to an Excel sheet. Make the Excel sheet as source and import the values of the excel sheet to table T1 in Server2.
2) Use an ETL tool like Oracle Warehouse builder to extract and load the values in T1 in Server1 to T1 in Server2.
Can we schedule both option1 & 2 as a job in Oracle Warehouse Builder? The job will have 2 steps :-
a) Delete all rows in T1 (Server2).
b) Insert the values from T1(Server1) to T1(Server2).
Please advise.
Thanks,
Debashish