Oracle Business Intelligence Infrastructure Installation and Configuration Guide > Configuring the Data Sources for Oracle Business Intelligence >

About Locating the Database Setup Script Under Linux


Operating System: Linux

Databases: All databases.

You must verify the validity of the database setup script, because it is called from the Oracle Business Intelligence startup script. Edit the file to include the environment settings for the database client of your choice. Put your database-related setup script in the following file:

OracleBI_HOME/setup/user.sh

Examples of valid database setup scripts (excerpts from user.sh):

#!/bin/sh
#set +u
# For HPUX, Uncomment all the lines below:

# Oracle Parameters
#---------------------------
#ORACLE_HOME=/export/home/oracle/9.0.1
#export ORACLE_HOME
#TNS_ADMIN=$ORACLE_HOME/network/admin
#export TNS_ADMIN
#PATH=$ORACLE_HOME/bin:/opt/bin:$PATH
#export PATH
#SHLIB_PATH=$ORACLE_HOME/lib:$SHLIB_PATH:/opt/j2se/jre/lib/hp700

#---------------------------
# DB2 Parameters
#---------------------------
#DB2_HOME=/opt/IBMdb2/V7.1
#export DB2_HOME
#export DB2DIR=/opt/IBMdb2/V7.1
#export SQLLIB=$DB2DIR/sqllib
#export DB2INSTANCE=an7u
#if [ -f $SQLLIB/db2profile ]; then
# . $SQLLIB/db2profile
#fi
#SHLIB_PATH=$DB2DIR/lib:$DB2_HOME/lib:$SHLIB_PATH:/opt/j2se/jre/lib/hp700
#---------------------------
#export SHLIB_PATH
#set -u

NOTE:  The shell script excerpts shown are examples only and are not recommendations for particular software platforms. See System Requirements and Supported Platforms.

Oracle Business Intelligence Infrastructure Installation and Configuration Guide Copyright © 2007, Oracle. All rights reserved.