|
Re: Incremental/Patial database export and import [message #365462 is a reply to message #365460] |
Mon, 22 June 1998 11:51  |
Sarvesh
Messages: 7 Registered: June 1998
|
Junior Member |
|
|
Well, If you do export/import with indexes and constraints it will take its own time to complete the task. Try exporting TABLES only, or export all objects and import just TABLES only put INDEX=N and CONSTRAINTS=N in your import script. You can re-construct indexes and constraints using your scripts. Have a bigger rollback segments if you want to do import with COMIT=N.
|
|
|