| Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components | |
| Close Print View | |
| Configuring: Implementing the OCI Driver |
|
Configuring Java CAPS for SSL Support
Configuring Java CAPS Business Processes
Business Process and Element Properties Overview
Configuring Business Properties
Configuring General Properties
Configuring Business Process Attributes
Configuring Modeling Element Properties
Adding Logging and Alerts to an Element
Configuring Business Processes for XA Transactions
Persisting Reporting Data for Business Processes
Configuring a Business Process for Reporting Persistence
Configuring Database Connection Information
Creating a Business Process Database Table
Dropping a Business Process Database Table
Configuring BPM for the OCI Driver
System Requirements for the Oracle OCI driver
Implementing Transparent Application Failover
Configuring Environment Components for the Sun Business Process Manager
Configuring Sun Master Indexes (Repository)
Configuring Java CAPS Project Components for Application Adapters
Configuring Java CAPS Project Components for Communication Adapters
Configuring Java CAPS Project Components for Database Adapters
Configuring Java CAPS Project Components for Web Server Adapters
Configuring Java CAPS Environment Components for Application Adapters
Configuring Java CAPS Environment Components for Communications Adapters
Configuring Java CAPS Environment Components for Database Adapters
Configuring Java CAPS Environment Components for Web Server Adapters
Configuring SAP R/3 for the SAP BAPI Adapter
Configuring Secure Network Communications for SAP
Configuring Siebel EAI Workflows
Importing an SNA Custom Handshake Class
Configuring WebLogic for Asynchronous Communication
Configuring Master Index (Repository) Connectivity and Environments
Related Topics for Sun Adapter for Batch/FTP
Implementing the OCI driver involves the following tasks:
In order for BPM to use the OCI driver, the library file must reside in the Logical Host’s library directory.
tnsnames.ora.ojdbc14.jar (for JDK 1.4 or later) or classes12.jar (for JDK 1.2 and
1.3) from the /jdbc/lib subdirectory in the Oracle client installation to the /lib
subdirectory in the Logical Host domain-specific directory. For example,
copy from oracle_home\jdbc\lib
to logical_host\is\domains\domain1\lib
Note - The location of the files in the Oracle installation varies depending on the version of Oracle being used and whether it is a client or server installation.
To enable the OCI driver with the BPM Engine, set the following environment variables.
Note - oracle_home refers to the directory where the Oracle client or database is installed.
For example, C:\oracle\ora92 or /home/oracle/orahome. This folder contains sub-folders such as
bin, network, jdbc, jlib, and lib.
For Windows operating systems:
Set the oracle_home environment variable.
Add oracle_home\lib to the system PATH.
Add oracle_home\bin to the system PATH.
For Linux and Unix operating systems (except HPUX and AIX):
Set the oracle_homeenvironment variable.
Add oracle_home/lib to the LD_LIBRARY_PATH environment variable.
Add oracle_home/bin to the PATH environment variable.
For HP-UX:
Set the oracle_home environment variable.
Add oracle_home/lib to the SHLIB_PATH environment variable.
Add oracle_home/bin to the PATH environment variable.
For AIX:
Set the oracle_home environment variable.
Add oracle_home/lib to the LIBPATH environment variable.
Add oracle_home/bin to the PATH environment variable.
You must configure the BPM Engine to use the OCI driver instead of the default thin driver. This is configured in the Environment Explorer in the integration server properties sheet.
The value to enter is the TNS name configured in the tnsnames.ora file
(located at <oracle_home>/network/admin). The following example shows a typical TNS name configuration where
ORCL.STC.COM is the Oracle Net Service Name.
ORCL.STC.COM =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = MyHost)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = orcl)
)The following table describes the fields you must configure in the BPM Engine Configuration properties.
|