Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

importing a single dumpfile in multiple databases at a time

user11919409Dec 21 2010 — edited Dec 21 2010
Hi Folks,

I got request from my client side like follows,


They have a dump file of one schema called belin(schema name).

With that dump file i need to import to three databases called

1. gelixu1
2. gelixu2
3. gelixu3

in parallel manner (it means at a time.).. All my three databases are running in same server.

Mostly for single database it will take 1.5 Hours. but this time client had given only 2 hours for all the three databases.

Kindly let me know the possible ways.

way 1:
i thought of importing in three data bases in three session with a single dump file. What my doubt is, when importing in single database will it make any lock on a dump file, So other two databases cant use in parallel manner.

or

any other commands like

impdp username/passwd@ gelixu1,gelixu2,gelixu3


are there?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 18 2011
Added on Dec 21 2010
2 comments
652 views