Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Oracle database utilities - Perform data export / Import
Rating: 4.5 out of 5(881 ratings)
6,828 students

Oracle database utilities - Perform data export / Import

Learn Oracle utilities to move data from one database to another
Created byArun Kumar
Last updated 12/2017
English
English [Auto],Japanese [Auto],

What you'll learn

  • Learn how to import csv data into oracle database using SQL Loader
  • Perform table. schema level exports using traditional Export Import utility
  • Perform table, schema level imports using traditional Export Import utility
  • Perform import export of tables and schema using Oracle Data Pump

Course content

2 sections12 lectures1h 29m total length
  • Before you start0:18
  • Introduction2:13

    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.

  • SQL * loader3:38

    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.

  • Lab Activity - Import csv to Database Table11:53

    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.

  • Oracle Export Import8:07

    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.

  • Lab Activity - Performing Export17:13

    Explore Oracle export techniques using exp for schema, table, and row level exports; create dump and log files; and prepare imports for test environments.

  • Lab Activity - Performing Import13:50

    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.

  • Oracle Data Pump6:20

    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.

  • Lab Activity - Create Data Pump Directory6:23

    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.

  • Lab Activity - Performing Data Pump Export8:29

    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.

  • Lab Activity - Performing Data Pump Import10:49

    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.

Requirements

  • You must be an Oracle DBA
  • You should know basic database administration

Description

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

  • Perform table, schema, row level export using traditional Export Import utility
  • Perform table, schema,row level import using traditional Export Import utility
  • Perform CSV file import into Oracle database using SLQ * Loader
  • Perform table, schema, row level export using Oracle Data Pump Export utility
  • Perform table, schema, row level import using Oracle Data Pump Import utility
  • Create Oracle Data Pump directory to perform Export and Import

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:

  • How to invoke oracle utilities
  • How to get help for any type of oracle utilities
  • How to import a CSV format file inside Oracle database table
  • How to create SQL * Loader Control File for CSV import
  • How to perform a small table, schema or specific row export using Export Import utility
  • How to perform import of same using Export Import utility
  • How to create Data Pump directory both at OS level and Database level
  • How to perform data Export and Import using high performance Data pump utility

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.

Who this course is for:

  • Oracle DBA - Any DBA who would like to learn Oracle Utilities
  • Oracle Developers - who would like to know how data is exported and imported
  • Others - Understand how oracle utilities work