Click here to Skip to main content
15,904,416 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hello Friends.....

i want to Copy One database in to another in oracle 9i.

for example..i have two different database from two different branches.....

first database name "Database1" With User "BANKUSER". second database "Database2" With same User "BANKUSER".
Both database have Same Number tables & all tables have same Structure...
So i want to merge some Number of tables from database Database2 to Database1 WITH USER BANKUSR.


So After Merge i Want O/P Like This.......

Table:- "DPAMSTER"

       CustId   Name   Surname   BranchCode
001     Kumar   Jadhav      001
001     Raj     Sharma      002


Customer Kumar From Database1 & Raj From Database2...

so please-please help me....give some ideas Or extra Information about this.....
Thaks in advance....
Posted
Updated 17-Jun-11 20:47pm
v3

1 solution

As I understand you need to merge the two databases. If yes then I think this link might be able to help you!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900