Collections:
Data Pump Export Utility in Oracle
What Is the Data Pump Export Utility in Oracle?
✍: FYIcenter.com
Oracle Data Pump Export utility is a standalone programs that allows you to export data objects from Oracle database to operating system files called dump file set, which can be imported back to Oracle database only by Oracle Data Pump Import utility.
The dump file set can be imported on the same system or it can be moved to another system and loaded there.
The dump file set is made up of one or more disk files that contain table data, database object metadata, and control information. The files are written in a proprietary, binary format. During an import operation, the Data Pump Import utility uses these files to locate each database object in the dump file set. Because the dump files are written by the server, rather than by the client, the data base administrator (DBA) must create directory objects.
⇒ Data Pump Import Utility in Oracle
⇐ Load Data from External Tables in Oracle
2016-10-15, 2705🔥, 0💬
Popular Posts:
Where to find answers to frequently asked questions on Managing Security, Login and User in SQL Serv...
How To Verify Your PHP Installation in MySQL? PHP provides two execution interfaces: Command Line In...
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...
Can You Drop an Index Associated with a Unique or Primary Key Constraint in Oracle? You can not dele...
How To Get the Definition of a View Out of the SQL Server in SQL Server? If you want get the definit...