ODP

Introduction

Oracle Data Provider Connector Provides easy data access to the Oracle database.

Reference: https://www.connectionstrings.com/oracle/ .

Connection String

To Connect to ODP Connector, Set the DataSource Property.

Connection String parameters

Parameter Description
DataSource Set this to the hostname of the server.

Connecting to ODP

To build a simple connection string to an oracle database, you must find the name of the server, where the database is installed. Fill in the Username and password. These are your authentication credentials to the database.

Data Migrations

To Check for the data migrations:

  1. Add a new connection in Loome Integrate as shown.

    • Go to tasks and click on Connections.

    • Add a new connection Using Add New Connection Option.

    • Choose ODP Connector from the available Connector Options.

  2. Using the connection string parameters created (You can Specify the Username and password either in the connection string or in the box Shown Below), Verify the connection using the VERIFY CONNECTION Option in Loome Integrate. Once the Connection is verified, Insert the Connection Using Insert Option.

  3. Create a Job Using ADD A JOB option in Loome Integrate, add a data migration task to the job.

  4. Create a New Task by right clicking job list and then Add a New Task Option. If you want to edit an Existing Task Use Edit Task.

  5. Choose a Data Migration Task.

  6. Choose the source and the destination for the migration of data. Name the Task.

  7. Choose the Tables or the data that need to be migrated from the source to the destination. You can Copy all Tables by checking Copy all tables box.

  8. Execute the Job. Check for results and the details of the data migrated in Execution History.