Collections:
Invoke the Data Pump Import Utility in Oracle
How To Invoke the Data Pump Import Utility in Oracle?
✍: FYIcenter.com
The Data Pump Import utility is distributed as executable file called "impdp.exe". To invoke this utility, you should go to the "bin" directory of your Oracle server installation and run the "impdp" command. Here is tutorial exercise on how to invoke the import utility:
>cd \oraclexe\app\oracle\product\10.2.0\server\BIN >impdp help=y Import: Release 10.2.0.1.0 - The Data Pump Import utility provides a mechanism for transferring data objects between Oracle databases. The utility is invoked with the following command: Example: impdp scott/tiger DIRECTORY=dmpdir DUMPFILE=scott.dmp You can control how Import runs by entering the 'impdp' command followed by various parameters. Format: impdp KEYWORD=value or KEYWORD=(value1,value2,...,valueN) Example: impdp scott/tiger DIRECTORY=dmpdir DUMPFILE=scott.dmp USERID must be the first parameter on the command line. Keyword Description (Default) ---------------------------------------------------------- ATTACH Attach to existing job, e.g. ATTACH [=job name] DIRECTORY Directory object to be used for dump, log, ... DUMPFILE List of dumpfiles to import from (expdat.dmp) FULL Import everything from source (Y). HELP Display help messages (N). ......
⇒ Modes of Data Dump Export and Import in Oracle
⇐ Invoke the Data Pump Export Utility in Oracle
2016-10-15, 2103🔥, 0💬
Popular Posts:
Where to find tutorials to answer some frequently asked questions on Microsoft SQL Server Transact-S...
What Are the Differences between DATE and TIMESTAMP in Oracle? The main differences between DATE and...
Where to find answers to frequently asked questions on Storage Engines: MyISAM, InnoDB and BDB in My...
What Are the Underflow and Overflow Behaviors on FLOAT Literals in SQL Server Transact-SQL? If you e...
How To Recover a Dropped Index in Oracle? If you have the recycle bin feature turned on, dropped ind...