QUESTION POSED ON: 06 September 2007
I did a full export of a 8.1.7.4 database.
exp xxx/xxx full=y file=dd.dmp
- Can I use the following command to import into an Oracle 10g R2 database?
imp xxx/xxx full=y ignore=y rows=y
- What will happen to my sys and system objects? Will they have the 8i objects?
|