hi,
i have two db instances -both identical to one another with different SIDs and i have similar users in both instances, what i'd like toi do is to be able to take export file from db1 and dump it into db2 without having to drop and recreate the user in db2.i have user acc1 in both db1 and db2.db1 is in the production server while db2 is in the development server, sometimes i need to dump production data into development for troubleshooting purpose.during the import process i am unable to import as the user acc1 already exist in db2.i have always been dropping and recreating the user before importing the export file from db1.
i believe there should be a method where i can only import data for all the tables in db1 into db2.please advise.
i am running oracle 9i on linux.
thank you.
i have two db instances -both identical to one another with different SIDs and i have similar users in both instances, what i'd like toi do is to be able to take export file from db1 and dump it into db2 without having to drop and recreate the user in db2.i have user acc1 in both db1 and db2.db1 is in the production server while db2 is in the development server, sometimes i need to dump production data into development for troubleshooting purpose.during the import process i am unable to import as the user acc1 already exist in db2.i have always been dropping and recreating the user before importing the export file from db1.
i believe there should be a method where i can only import data for all the tables in db1 into db2.please advise.
i am running oracle 9i on linux.
thank you.