Lets guess that i had taken my whole "Sales" database backup by means of Oracle Export Utility which was in oracle 9i platform.
Now i want that database backup in my oracle 10g platform by means of oracle Import Utility.
I do have to do this changes in my new machine where only oracle 10g and my new OS with necessary all the application installed and there is not any backup is there on my machine.
in that situation wt all are things that i have to consider at the time of Import.
1)Install 10g software.
2create 10g database.
3)import full database-(if directory structures are same of source and target)
if not then..
3a)pre-create all the tablespaces in target as in source database.
then import full with ignore=y.
Bookmarks