Hi Exprts,
we migrated a database in terabytes in size in Oracle 10 g using data pump
it took 10 hrs for export and 46 hrs to import
i am sure this is not the efficient method
can you please suggest wat possiblities there to improve the export/import to happen fast for such huge sized databases
Software/Hardware used:
ASKED:
August 4, 2009 8:29 AM
UPDATED:
August 5, 2009 3:01 PM
IMPORT always takes longer than EXPORT. Import has to validate, verify constraints, build indices, and so on.
The only suggestion I can offer is to check the IMPORT/EXPORT parms, like buffer size, to try to improve run time.