Objects not migrated after using import script
739317Sep 14 2011 — edited Sep 14 2011Hi 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