Oracle Data Pump consists of two command-line clients and two PL/SQL packages. The command-line clients, expdp
and impdp
, provide an easy-to-use interface to the Data Pump export and import utilities. You can use expdp
and impdp
to export and import entire schemas or databases.
The Data Pump export utility writes the schema objects, including the tables and metadata that constitute mining models, to a dump file set. The Data Pump import utility retrieves the schema objects, including the model tables and metadata, from the dump file set and restores them in the target database.
expdp
and impdp
cannot be used to export/import individual mining models.
See Also:
Oracle Database Utilities for information about Oracle Data Pump and the expdp
and impdp
utilities.