DB version: 11.2.0.4
I am using original imp utility. I have a few tables in my export dumpfile and I need to import it to a schema which already has these tables.
While importing , I want to drop the existing tables in the schema and import the tables from the dump file. ie I am looking for the equivalent of TABLE_EXISTS_ACTION=REPLACE in expdp.
Any idea what it is ?