Will impdp automatically create Tablespace if necessary?
Assume I performed an expdp from a database which contains a Tablespace "aaa".
Then I transfer the output dumpfile to another database (same version but different computer).
There I perform an impdp into a database which does NOT contain Tablespace "aaa".
Will impdp automatically create the Tablespace "aaa" if the stuff in the dumpfile
was originally (at least partially) stored in a Tablespace "aaa" ?
Peter