
October 21st, 2003, 12:58 AM
|
|
Junior Member
|
|
Join Date: Oct 2003
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
dumping data from one table to another table
HI,
I am using oracle as my database. Here i need to dump data from one user table to another user table.
ie..,
User : User1
Table name : table1
I need to dump the contents of table1 of user1 to table1 of User2.
Here one thing is i need to insert only those rows which are not present in table1 of user2 but present in table1 of user1.
I think this not dumping..but inserting only selected rows..
Is there any way to do this. if so please suggest me solution.
Karthee
|