Exp From 9i and Imp to 10g
549698Nov 13 2008 — edited Aug 17 2012Hi,
I have upgraded my DB version from 9i to 10g. Now I need to export data from the 9i DB to the 10g DB. Im afraid if I need to add in some conditions in the export and import command. Following is the command which i'll be applying,if it's not right,could you please correct me.
exp system/password log=$EXPORTS_LOG full=y direct=y buffer=1000000 CONSISTENT=Y
Thank You