update tables from one database to another
Hi,
OS:Solaris
DB:10.2.0.4
I need to update some tables(100 tables) reside in schema TEST of Database AA with the tables that reside in schema TEST of Database BB. Both databases reside in the same server.
Both databases are having the same schema and same tables. But the table data and privileges vary.
I have to do this by truncating the tables in Database AA and then append the tables with the data from Database BB.
How to do this using truncate and append method without using Toad.
Please suggest.