Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Export data from 9i and Import to 10g Database

user1107506Dec 23 2008 — edited Dec 29 2008
Hi,

I downloaded 10g database from oracle site and installed it on my laptop. I took an export of schema which was on my 9i database using 9i exp, created tablespace and user in the 10gdb and tried to import the same to 10g using 10g imp using the following.

imp system/pswd@10gdb fromuser=test touser=test file=expdat.dmp log=expdat.log

it displays
.importing SYSTEM'S objects into SYSTEM
.importing TEST'S objects into TEST

and it doesnt import any objects just hangs.

Can anyone help me.

Thanks in advance

Smdas
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 26 2009
Added on Dec 23 2008
4 comments
1,135 views