wrong import
Hi,
Oracle version 11.2.0
I've the dmp file with owner=TOM
I imported dmp file with wrong sintax:
imp system/pwd@sid fromuser=TOM touser=system file=myimport.dmp log=myimport.log
Now the owner TOM's objects is system but I need import again the dmp file with correct owner:
imp system/pwd@sid fromuser=TOM touser=TOM file=myimport.dmp log=myimport.log
All TOM's objects are imported into tablespace system with owner system, How can I delete these objects from system and import it correctly?
Thanks in advance!