Skip to content

OracleCPS/Oracle_Data_Integrator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Oracle_Data_Integrator

ODI

This guide will show you the resources to learn the basics of using ODI.

Recommended beginner tutorials

How to use ODI lab

Flat file to database

How to install ODI

Oracle Data Integrator on OCI Marketplace

Install ODI on VirtualBox

Basics/Overview of ODI on Youtube

ODI Learning Tutorials

Moving data to ADW

Manipulating Data from Object Storage to ADW using ODI

Use cases

Reading files from remote servers

To read a file from a remote server, you must install an agent on that server so it can access the files. Install an agent on the server (details on how & why)

Note: Using an agent is not allowed with ODI Marketplace - in place of the agent you can create a VPN connection, whitelist the IP address of the compute node ODI is running on, and/or have FastConnect.

Where to install agent

Note: Again, this is not an option when solely using ODI in the cloud - you need an on-prem license as well.

How to install agent

Connecting to SQL Server

To connect to SQL Server, it needs the JDBC driver & JRE installed on the SQL Server.

  1. Download & install the JDBC driver for SQL Server:

Download

JDBC Driver details

Getting started with the JDBC Driver

Download & install the Java Runtime Environment for SQL Server connection

  1. Adding JDBC & JRE to the path where SQL Server runs:

Using the JDBC Driver

Setting the JAVA_HOME variable in windows

SQL Server knowledge modules

General JDBC driver notes

  1. Connecting to SQL Server on ODI (extra documentation):

Knowledge modules for SQL Server on ODI

Sample JDBC url

Connecting with the JDBC Driver

Connecting to SQL Server

Other use cases

  1. You can execute SSIS packages from SQL Server stored procedures

  2. More SSIS information

  3. Salesforce connects via JDBC as well

This is the syntax for salesforce's JDBC connection under physical topology:


jdbc.weblogic:sforce//login.salesforce.com;[email protected];Password=password12345;SecurityToken=6gaFzpiuetpyubD6Yhadk;ljadDTlNKpX

More salesforce information

  1. More information on the agent

Learn about ODI agents

Where to install the standalone agent

Differences between the agents

Creating a standalone agent

Setting up the ODI agent

Colocated agent

What is the ODI agent?

Differences between agent types

Local(no agent)

The Standalone-Collocated Agent

About

This guide will show you the basics of using ODI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published