I am upgrading 9.2.0.8 to 11.2.0.4 via exp/imp as d/b size is only 180Gb.
I installed 11.2.0.4 on a new server. I understand I have to create new database before importing dmp file.
Do I need to create tablespaces/data files before import as well?
Also, here is how I exported 3 users:
exp userid=system/derp file=d:\tmp\derp_exp.dmp owner=A, B, C statistics=none log=d:\tmp\derp_exp.log
Can I import it as:
imp system/derp file=d:\tmp\derp_exp.dmp full=y log=d:\tmp\repd_imp.log
Thanks,