Collections:
Data Pump Import Utility in Oracle
What Is the Data Pump Import Utility in Oracle?
✍: FYIcenter.com
 
Oracle Data Pump Import utility is a standalone programs that allows you to import data objects from an Oracle dump file set into Oracle database. Oracle dump file set is written in a proprietary binary format by the Data Pump Export utility.
Import can also be used to load a target database directly from a source database with no intervening dump files. This allows export and import operations to run concurrently, minimizing total elapsed time. This is known as a network import. Data Pump Import enables you to specify whether a job should move a subset of the data and metadata from the dump file set or the source database (in the case of a network import), as determined by the import mode. This is done using data filters and metadata filters, which are implemented through Import commands.
⇒ Invoke the Data Pump Export Utility in Oracle
⇐ Data Pump Export Utility in Oracle
2016-10-15, 2213🔥, 0💬
Popular Posts:
Where to find answers to frequently asked questions on CREATE, ALTER and DROP Statements in MySQL? H...
What Is a Dynamic Performance View in Oracle? Oracle contains a set of underlying views that are mai...
How To Generate CREATE VIEW Script on an Existing View in SQL Server? If you want to know how an exi...
What Are the Underflow and Overflow Behaviors on FLOAT Literals in SQL Server Transact-SQL? If you e...
How To Use SQL*Plus Built-in Timers in Oracle? If you don't have a stopwatch/timer and want to measu...