Connecting To Oracle Database Cloud Service From Informatica Developer or Powercenter
Connecting To Oracle Database Cloud Service From Informatica Developer or Powercenter
© Copyright Informatica LLC 2018, 2019. Informatica, the Informatica logo, and PowerCenter are trademarks or
registered trademarks of Informatica LLC in the United States and many jurisdictions throughout the world. A
current list of Informatica trademarks is available on the web at https://www.informatica.com/trademarks.html
Abstract
You can configure an Oracle connection to connect to Oracle Database Cloud Service from Informatica® Developer or
PowerCenter®. This article describes how to configure connectivity to Oracle Database Cloud Service.
Supported Versions
• Informatica Developer 10.2 HotFix 1
• PowerCenter 10.2 HotFix 1
Table of Contents
Overview. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
Configure the ODBC Data Source on Windows. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Configuring the Oracle Client for Oracle Database Cloud Service to Read or Write Data. . . . . . . . . . . . . . . . 6
Configuring SQLNET.ORA and TNSNAMES.ORA Files with Wallet Information. . . . . . . . . . . . . . . . . . . . 7
Verifying Connectivity from Oracle Client to Oracle Database Cloud Service with SQL *Plus. . . . . . . . . . . 7
Creating an Oracle Connection from the Developer Tool. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
Creating an Oracle Connection from PowerCenter. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
Overview
Oracle Database Cloud Service is an Oracle database that runs on a dynamic, on-demand cloud infrastruture. You can
connect to Oracle Database Cloud Service from the Developer tool or PowerCenter Client to read and write data.
To import the metadata from Oracle Database Cloud Service and preview the data, you must create an ODBC data
source for Oracle Database Cloud Service from the Developer tool or PowerCenter Client. Use the DataDirect ODBC
Oracle Wire Protocol driver to create the data source.
To create an Oracle Database Cloud Service mapping from the Developer tool or PowerCenter Client, you must
configure the Oracle Client with the Oracle Database Cloud Service database details. You can then use an Oracle
connection in a mapping with the configured connection string to connect to Oracle Database Cloud Service from the
Developer tool or PowerCenter Client.
This article describes the following tasks that you must perform to configure connectivity to Oracle Database Cloud
Service from the Developer tool or PowerCenter Client:
1. Configure the ODBC data source for Oracle Database Cloud Service to import the metadata from Oracle
Database Cloud Service.
2. To configure mappings using the Oracle connection to read data from or write data to Oracle Database Cloud
Service, perform the following tasks:
a. Configure the Oracle Client with the Oracle Database Cloud Service database details.
b. Verify the connectivity from the Oracle Client to Oracle Database Cloud Service.
c. Create an Oracle connection from the Developer tool or the PowerCenter Designer that you can use in a
mapping to read data from or write data to Oracle Database Cloud Service.
2
Configure the ODBC Data Source on Windows
You must create the ODBC data source for Oracle Database Cloud Service so that you can import the metadata and
preview the data from the Developer tool or PowerCenter Client.
Create the data source on the machine where you installed the Developer tool or the PowerCenter Client. Configure the
data source in the ODBC Data Source Administrator. You must create the 32-bit data source for the PowerCenter Client
and the 64-bit data source for the Developer tool.
1. To start the ODBC Data Source Administrator wizard, perform one of the following tasks:
• To create a 32-bit data source for the PowerCenter Client, open the Control Panel and click Administrative
Tools. Then, double-click ODBC Data Sources (32-bit).
Alternatively, enter the following command at the command prompt:
%windir%\SysWOW64\odbcad32.exe
• To create a 64-bit data source for the Developer tool, open the Control Panel and click Administrative
Tools. Then, double-click ODBC Data Sources (64-bit).
Alternatively, enter the following command at the command prompt:
%windir%\System32\Odbcad32.exe
The ODBC Data Source Administrator wizard appears.
2. On the System DSN tab, click Add.
3. In the Create a New Data Source dialog box, select DataDirect 8.0 Oracle Wire Protocol from the list of
available drivers, and click Finish.
4. On the General tab of the ODBC Oracle Wire Protocol Driver Setup dialog box, enter the data source name,
host name, port number, and service name for Oracle Database Cloud Service that you want to connect to.
3
The following image shows the ODBC Oracle Wire Protocol Driver Setup dialog box with the configured
details:
Get the value for SSL_VERSION in the database from your database administrator. For example, select 3-
SSL3 if the SSL_VERSION in the database configuration is 3.0.
4
Trust Store
Key Store
Key Password
You must get the host name details from the database administrator. Enter the name of the database
server specified in the server SSL certificate.
The following image shows the DataDirect 8.0 Oracle Wire protocol setup where you configure the security
settings:
5
6. Click OK to create the ODBC data source for Oracle Database Cloud Service.
You must configure the Oracle Client to connect to Oracle Database Cloud Service. When you create a mapping, use an
Oracle connection with the configured details to connect to Oracle Database Cloud Service.
6
Configuring SQLNET.ORA and TNSNAMES.ORA Files with Wallet Information
Update the sqlnet.ora and tnsnames.ora files in the Oracle Client with the Oracle Database Cloud Service database
details.
Verifying Connectivity from Oracle Client to Oracle Database Cloud Service with
SQL *Plus
Verify that you can connect to Oracle Database Cloud Service from the Oracle Client machine.
7
KeyStore=<Absolute path to ewallet.p12>;KeyStorePassword=<keystorepassword>
8. In the Data Access Connection String field, add the TNS entry that you created for Oracle Database Cloud
Service from the tnsnames.ora file.
9. Click OK.
You can use the configured Oracle connection to run a Oracle Database Cloud Service mapping from the Developer
tool.
Authors
Gurumoorthy N
Dimple Rai