Exporting and Importing Oracle DMP Files

You can create an enterprise industry model from an exported Oracle DMP file. Use the Dump-Import dialog box to specify the default tablespace setting for the newly created Oracle schema. For instance, when importing TB_WA, a new user is created like this:
create user TB_WA identified by 'avs' default tablespace [value from combo] temporary tablespace [value from combo];

An Oracle dump file contains the tables plus the name of the tablespace this table comes from.

During import, Oracle applies the following logic: