Skip to Main Content

Database Software

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!

Objects not migrated after using import script

739317Sep 14 2011 — edited Sep 14 2011
Hi All,

I had successfully export 1 schema with script below :
exp username/passwd@SID_*.*.*.* file=username.expdat (Export from remote server)
Then import refer to above file with script below:
imp username/passwd file=username.expdat fromuser=username touser=username (Import to local user)
Message been displayed is : Imported terminated successfully without warnings.
But the problem is cannot found any object (table,procedure,function,etc) migrated to my local DB.
Any suggestion would be very appreiciate :D
NB:
I also already create same tablespace name


Thanks,
Rizky
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 12 2011
Added on Sep 14 2011
15 comments
323 views