table_only_import

table import only behavior original export/import exp/imp vs behavior with expdp/impdp

Description of the problem

---------------------------------------------------

In original Oracle exp/imp did A scheme to export in a dump file. Dropped all tables. Then make a

import through tables tables = *. Everything worked well.

Fast forward to datapump. has a Schema exported into a dump file. Dropped all tables. Then make a

import through tables tables = *. IT DOES NOT WORK. Took do a schema import. Not what I wanted to do.

What is the corresponding function in datapump for tables = *.

The SCHEMAS parameter, is perhaps what you are looking for - http://docs.oracle.com/cd/E11882_01/server.112/e22490/dp_import.htm#SUTIL931

Tags: Database

Similar Questions

Maybe you are looking for