Creating an Empty schema before Import
DB version:11g
I used to create an empty schema using CREATE USER command before i did an import from a dump file.Today i ran the impdp command before creating the empty schema by accident. But everything seems to be fine.
I never knew that you don't have to create an empty user before import. Is this new from datapump? For Original Imp/exp, does this apply?
The newly created user even has the same default tablespace as the original one !