Oracle database upgrade
I plan to create 11g database using dbca and then import 10.2 database into newly created 11g database using command:
imp system/<password> file=xxxxx full=y ( the imported file is exported with full=y ).
Does anybody see problem with this approach?
Thanks,
Arun