
Learn to use Oracle utilities for exporting and importing data, including CSV import, traditional export/import, SQL*Loader control files, and high-speed data pump across Oracle databases.
Learn how SQL Loader uploads CSV and text data into an Oracle database using a control file, an input file, and a log file, and manage bad and discard files.
Import a csv into an oracle database table using sql loader. Create a dummy student table and a csv file, then load and verify five records.
Learn how Oracle export and import utilities move data between production and test databases using dump files. Examine database, schema, table, and row level exports with consistency and conflict-handling options.
Explore Oracle export techniques using exp for schema, table, and row level exports; create dump and log files; and prepare imports for test environments.
Learn to perform Oracle import operations with the imp utility, including importing schemas and tables from a dump file, creating logs, and troubleshooting common import errors.
Learn how Oracle data pump improves on traditional export/import by adding security, parallel processing, and new directory-based workflows, including master table usage and multi-level export/import options.
Create data pump directories at OS and database levels on production and test servers, grant read and write permissions, and use data pump export and import.
Learn to perform data pump export with expdp, configure parameters, directories, dump and log files, and execute schema, table, and row level exports, while understanding differences from traditional export/import.
Execute data pump import to move a production dump into a test environment, using a target import directory, dump file, and log file, and apply remap schema as needed.
Master oracle utilities with very simple practice exercise which helps you to move data between two oracle databases. Learn how to use oracle utilities to perform data import export into different databases.
Perform entire database, single table or schema level export and import into another Oracle database
Oracle Data Pump enables very high speed data movement from one database to another
In general, DBA has to perform data Export and Import in real-time environment in order duplicate table or schema from one database to another. Oracle provides utilities in order to easily move data between two oracle databases.
With over 9 lectures, 6 hands on lab activities and 1.5 hrs of video content, you will learn:
By completing Lab Activities, you will be able to work along with the author and learn Oracle Utilities. You can even download lab activities files and practice on your test machine at home.