Symantec IGA

Installing CABI BO on Linux with an Oracle Database 

Jul 07, 2016 02:54 AM

Use the following steps to install the Oracle Client with CABI. This procedure assumes that you are familiar with Oracle installations.

Note: These steps are only required if you are using an Oracle database, and not if you are using the default database: SQLAnywhere.

This section is comprised of three steps:

  1. Install and Configure the Oracle Client
  2. Install CABI 4.1 SP5
  3. Post Installation Steps

Install and Configure the Oracle Client

1. Create a non-root user and group. For specific information, refer to the Oracle documentation, found here.

2. Install the Oracle client and all the required patches for the Oracle client.

3. After installing the client, create the following environment variables in either .bash_profile or .bash_rc , and then source them. The values would look similar to the following. Values. For example, export      ORACLE_SID=ora11gr1  is the SID of the Oracle database (ora11gr1) to which the user wants to connect.

 

export ORACLE_BASE=/home/oracle/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/client_1
export ORACLE_SID=ora11gr1
export PATH=$ORACLE_HOME/bin:$PATH
export TNS_ADMIN=$ORACLE_HOME/client_1/network/admin
export LIBPATH=$LIBPATH:${ORACLE_HOME}/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${ORACLE_HOME}/lib
export LANG=en_US.utf8
export LC_CTYPE=en_US.utf8
export LC_ALL=en_US.utf8

 

4. Give the required permissions to the folder where you installed the Oracle Client.

5. Copy the tns_names.ora file to the following location:
/home/oracle/app/oracle/product/11.2.0/client_1/network/admin location

Install CABI 4.1 SP5

  Copy and configure the JDBC JAR files, as described here.

 

Post Install Steps

  1. Run the required UNIX/Linux-specific registry script procedure located here. The section is entitled “On UNIX and Linux, perform the following steps”.
  2. Copy and configure the JDBC JAR files, as described here.     

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.