Oracle® Fusion Middleware Installation Guide for Oracle Data Integrator 11g Release 1 (11.1.1) Part Number E16453-02 |
|
|
View PDF |
This chapter describes how to install and configure Oracle Data Integrator. Post-installation configuration parameters are also provided.
The following topics are covered:
Review the information in this section before you begin:
Create ODI Repositories with the Repository Creation Utility (RCU)
Install Oracle WebLogic Server and Create the Middleware Home
Before installing any Oracle Data Integrator (ODI) components, you should read the system requirements and certification documentation to ensure that your environment meets the minimum installation requirements. Both of these documents are available on Oracle Technology Network (OTN).
The system requirements document covers information such as hardware and software requirements, minimum disk space and memory requirements, and required system libraries, packages, or patches:
http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
Note:
Though not expressly documented in the system requirements document, it is important to note that ODI is not supported on cluster installations.The certification document covers supported installation types, platforms, operating systems, databases, JDKs, and third-party products:
http://www.oracle.com/technology/software/products/ias/files/fusion_certification.html
Note:
If you are installing the 32-bit version of the product, the system on which you are installing must also be a supported 32-bit system. Installing a 32-bit version of the product on a 64-bit system is not supported.If you are using a 64-bit Java Virtual Machine (JVM) in your environment, ensure that all your Oracle Fusion Middleware components are using the 64-bit JVM. You cannot mix components using a 32-bit JVM with those using a 64-bit JVM.
Refer to the Oracle Fusion Middleware Certifications matrix for information on the platforms that support a 64-bit JDK:
http://www.oracle.com/technology/software/products/ias/files/fusion_certification.html
If your Oracle Fusion Middleware components are running in a 64-bit JVM environment, ensure that WebLogic Server is installed with the 64-bit JDK. For 32-bit JVM support, refer to the Oracle Fusion Middleware Release Notes for information on how to configure your environment for 32-bit JVM support for your platform.
For the latest information about supported databases, visit the following URL:
http://www.oracle.com/technology/software/products/ias/files/fusion_certification.html
This section provides a brief overview of using the Repository Creation Utility (RCU). For more information, for detailed information, see Oracle Fusion Middleware Repository Creation Utility User's Guide.
Oracle Data Integrator stores information in a repository that is stored in a database schema. The Repository Creation Utility (RCU) is able to create the schema and the repository in the database. RCU supports Oracle, Microsoft SQL Server and IBM DB2, and supports the installation of a Master Repository and Work Repositories into a single schema.
Note:
The database user name should beDBA
or SYSDBA
when using RCU to create repositories.
If RCU is used with an Oracle database, this user must have SYSDBA
privileges to create ODI Master and Work repositories.
You can also use ODI Studio to manually create repositories. See Appendix F, "Creating Repositories with Oracle Data Integrator Studio".
Caution:
Due to the intensive communication that exists between ODI components and the repositories, Oracle recommends that you co-locate the repositories and the other ODI components on the same LAN, and not on remote sites.Follow these instructions to create the schemas using RCU:
Insert the RCU CD-ROM and start RCU from the bin
directory:
On UNIX operating systems:
./rcu
On Windows operating systems:
rcu.bat
You can also download a .zip
file containing RCU from Oracle Technology Network (OTN):
http://www.oracle.com/technology/
Provide the required information on each of the screens as described in "Repository Creation Utility Screens" in the Oracle Fusion Middleware Repository Creation Utility User's Guide.
On the Select Components screen, select the components whose schemas you want to install. For Oracle Data Integrator, expand Oracle Data Integrator and select Master and Work Repository as shown in Figure 2-1. The Select Components screen is described in detail in the Oracle Fusion Middleware Repository Creation Utility User's Guide.
Figure 2-1 Repository Creation Utility Select Components Screen
On the Custom Variables screen, provide the following information as shown in Figure 2-2:
Note:
This version of Repository Creation Utility (RCU) does not perform extensive validation on the user entries of Repository ID and Repository Type.Master Repository ID values must be between 0 and 899 and Work Repository ID values must be between 0 and 899. Repository Type value must be either D (Development) or R (Runtime).
When incorrect values are entered for either of these, RCU fails during the repository creation process with the following error:
RCU-6135: Error while trying to execute Java action
If you receive this error, go back to the Repository Creation Utility Custom Variables Screen and provide the correct values.
Figure 2-2 Repository Creation Utility Custom Variables Screen
Click Next to continue through the remaining screens as described in "Repository Creation Utility Screens" in the Oracle Fusion Middleware Repository Creation Utility User's Guide.
The Oracle Data Integrator Java EE components require an Oracle WebLogic Server on your system. If you want to use Oracle Data Service Integrator in a Java EE deployment, you must install and configure the Oracle WebLogic server.
For information on installing the Oracle WebLogic Server, see "Preparing for Installation" and "Running the Installation Program in Graphical Mode" in the Oracle Fusion Middleware Installation Guide for Oracle WebLogic Server.
This section contains information and instructions for installing Oracle Data Integrator:
Section 2.2.4, "Installation Instructions for "Developer" Install Type"
Section 2.2.5, "Installation Instructions for "Standalone" Install Type"
Section 2.2.6, "Installation Instructions for "Java EE" Install Type"
Note:
If you are installing on a UNIX system for the first time, you may be asked to run theORACLE_HOME
/oracleRoot.sh
script as root
user to create all of the necessary installation directories.The Oracle Universal Installer requires a Java Development Kit (JDK) which provides the Java run-time environment (JRE) and tools for compiling and debugging Java applications. You must specify the directory that contains the software for the Sun JDK if it is installed with your software.
Tip:
If you installed Oracle WebLogic Server (Section 2.1.5, "Install Oracle WebLogic Server and Create the Middleware Home"), a JRE was installed on your system. You can use this location (the location of the JRE directory) to start the installer.On UNIX operating systems, the default location for the JRE is MW_HOME/jdk16
x, where MW_HOME
is the Middleware Home directory and jdk1.6_
x is the complete filename of the installed JDK.
On Windows operating systems, the default location for the JRE is MW_HOME\jdk16x, where MW_HOME
is the Middleware Home directory and jdk1.6_
x is the complete filename of the installed JDK.
On 64-bit platforms, the JRE location is the JAVA_HOME
you used to install Oracle WebLogic Server.
For more information, refer to Oracle Fusion Middleware Installation Guide for Oracle WebLogic Server.
To start the installer, insert the CD-ROM and run the following command:
On UNIX operating systems:
./runInstaller -jdkLoc JDK_LOCATION
On Windows operating systems:
setup.exe -jdkLoc JDK_LOCATION
Note:
The minimum JDK required for Oracle Data Integrator is JDK 1.6. Refer to the Oracle Fusion Middleware Certification documentation to see the JDKs supported for your system:http://www.oracle.com/technology/software/products/ias/files/fusion_certification.html
The installer writes logs files to the OraInventory
/log
directory (on UNIX operating systems) or Oracle_Inventory_Location
\logs
(on Windows operating systems) directory. On UNIX systems, if you do not know the location of your Oracle Inventory directory, you can find it in the oraInst.loc
file in the following directories (default locations):
Linux: <ODI_HOME>/oraInst.loc
HP-UX and Solaris: <ODI_HOME>/oraInst.loc
Windows operating systems: C:\Program Files\Oracle\Inventory\logs
The Oracle Data Integrator installer provides three installation options:
Installation Instructions for "Developer" Install Type
The Developer installation includes the ODI Studio and the Oracle Data Integrator Software Development Kit (SDK).
Note that the Developer installation does not include the Standalone Agent or the scripts for managing sessions or scenarios from the command line. If a Standalone Agent will be needed, choose the Standalone install type in addition to the Developer install type.
Installation Instructions for "Standalone" Install Type
The Standalone installation includes an Oracle Data Integrator standalone agent.
Installation Instructions for "Java EE" Install Type
The Java EE installation includes the Java EE agent, Oracle Data Integrator Console, and Public Web Services.
Follow the instructions in Table 2-1 to install and configure Oracle Data Integrator when the Developer Installation is selected.
If you need additional help with any of the installation screens, refer to Appendix A, "Oracle Data Integrator Installation Screens" or click Help to access the online help.
Table 2-1 Developer Installation Flow
No. | Screen | When Does This Screen Appear? | Description and Action Required |
---|---|---|---|
1 |
Always |
Click Next to continue. |
|
2 |
Always |
Select Developer Installation. By default, ODI Studio (with local agent) is selected. Oracle recommends that you also select the ODI SDK with the Developer Installation. Click Next to continue. |
|
3 |
Always |
Click Next to continue. |
|
4 |
Always |
Enter the absolute path for the Oracle home location (referred to later in this guide as NOTE - The specified directory must be an empty directory or an existing Oracle Data Integrator home location. Click Next to continue. |
|
5 |
Always |
Select whether you want to configure the Oracle Data Integrator Studio and the Standalone Agent with an existing Master and Work Repository pair. NOTE - If you choose to Skip Repository Configuration, you will have to configure the Oracle Data Integrator Studio and Standalone Agent manually as described in Section 3.2. Click Next to continue. |
|
6 |
Only if Configure with existing Master and Work Repositories is selected on the Repository Configuration Screen. |
Specify the connection string to the database that hosts the Master Repository and the database user name and password Click Next to continue. |
|
7 |
Only if Configure with existing Master and Work Repositories is selected on the Repository Configuration Screen. |
Specify the password for the ODI Click Next to continue. |
|
8 |
Only if Configure with existing Master and Work Repositories is selected on the Repository Configuration Screen. |
Select an existing Work Repository from the list. Click Next to continue. |
|
9 |
Always |
Choose how you want to be notified about security issues:
|
|
10 |
Always |
Verify the information on this screen. Click Install to begin the installation. |
|
11 |
Always |
Click Next to continue. |
|
12 |
Always |
Click Next to continue. |
|
13 |
Always |
Click Save to save your configuration information to a file. This information includes port numbers, installation directories, URLs, and component names which you may need to access at a later time. After saving your configuration information, click Finish to dismiss the installer. |
Follow the instructions in Table 2-2 to install and configure Oracle Data Integrator when the Standalone Installation is selected.
If you need additional help with any of the installation screens, refer to Appendix A, "Oracle Data Integrator Installation Screens" or click Help to access the online help.
Table 2-2 Standalone Agent Installation Flow
No. | Screen | When Does This Screen Appear? | Description and Action Required |
---|---|---|---|
1 |
Always |
Click Next to continue. |
|
2 |
Always |
Select Standalone Installation. This installs the ODI Standalone Agent and the command line scripts. Click Next to continue. |
|
3 |
Always |
Click Next to continue. |
|
4 |
Always |
Enter the absolute path for the Oracle home location (referred to later in this guide as NOTE - The specified directory must be an empty directory or an existing Oracle Data Integrator home location. Click Next to continue. |
|
5 |
Always |
Select whether you want to configure with a connection to existing Master and Work Repositories or skip the repository configuration. NOTE - If you choose to Skip Repository Configuration, you can manually edit the Click Next to continue. |
|
6 |
Only if Configure with existing Master and Work Repositories is selected on the Repository Configuration Screen. |
Specify the connection string to your database and the database user name and password. Click Next to continue. |
|
7 |
Only if Configure with existing Master and Work Repositories is selected on the Repository Configuration Screen. |
Specify the password for the ODI Supervisor user. The default user name is Click Next to continue. |
|
8 |
Only if Configure with existing Master and Work Repositories is selected on the Repository Configuration Screen. |
Select an existing Work Repository from the list. Click Next to continue. |
|
9 |
Only if Standalone Agent is selected on the Select Installation Type Screen and Configure with existing Master and Work Repositories is selected on the Repository Configuration Screen. |
Enter the Agent Name and Agent Port number. The name cannot be the same as another agent already declared in the topology. NOTE - Agent Name can be 5 to 30 characters long, must begin with an alphabetic character, and may contain only alphanumeric characters and underscores (_). Click Next to continue. |
|
10 |
Always |
Choose how you want to be notified about security issues:
|
|
11 |
Always |
Verify the information on this screen. Click Install to begin the installation. |
|
12 |
Always |
Click Next to continue. |
|
13 |
Only if Configure with existing Master and Work Repositories is selected on the Repository Configuration Screen |
Click Next to continue. |
|
14 |
Always |
Click Save to save your configuration information to a file. This information includes port numbers, installation directories, URLs, and component names which you may need to access at a later time. After saving your configuration information, click Finish to dismiss the installer. |
Follow the instructions in Table 2-3 to install and configure Oracle Data Integrator when the Java EE Installation is selected.
If you need additional help with any of the installation screens, refer to Appendix A, "Oracle Data Integrator Installation Screens" or click Help to access the online help.
Table 2-3 Java EE Installation Flow
No. | Screen | When Does This Screen Appear? | Description and Action Required |
---|---|---|---|
1 |
Always |
Click Next to continue. |
|
2 |
Always |
Select Java EE Installation. This installation type includes the Java EE agent, Oracle Data Integrator Console, and Public Web Services. Click Next to continue. |
|
3 |
Always |
Click Next to continue. |
|
4 |
Always |
Specify the Middleware Home and Oracle home location (Oracle home is referred to later in this guide as ODI_HOME). The Oracle Data Integrator home location must be inside the Oracle Middleware Home directory and the WebLogic Server must already be installed in the same Oracle Middleware Home. For more information about these directories, see "Oracle Fusion Middleware Directory Structure and Concepts" in Oracle Fusion Middleware Installation Planning Guide. Click Next to continue. |
|
5 |
Always |
Select Skip Repository Configuration. Click Next to continue. |
|
6 |
Always |
Choose how you want to be notified about security issues:
|
|
7 |
Always |
Verify the information on this screen. Click Install to begin the installation. |
|
8 |
Always |
Click Next to continue. |
|
9 |
Always |
Click Save to save your configuration information to a file. This information includes port numbers, installation directories, URLs, and component names which you may need to access at a later time. After saving your configuration information, click Finish to dismiss the installer. |