IP2015 Installing Siebel Database Failed
Hi Masters,
I have installed Siebel IP2015 on Linux x86-64 Oracle Linux 6 OS.
Oracle 11.2.0.4
ORACLE_HOME=/siebel/db/product/11.2.0/dbhome_1
Oracle Database Client 11.2.0.1.0
ORACLE_HOME=/siebel/db/product/11.2.0/dbhome_5
Run the steps as follow:
$cd /siebel/15.0.0.0.0/ses/siebsrvr/install_script/install
$ ./CreateDbSrvrEnvScript /siebel/15.0.0.0.0/ses/ ENU Oracle
$cd /siebel/15.0.0.0.0/ses
$. ./db.env
db.env
-------------------------------------
export NLS_LANG=American_America.UTF8
export ORACLE_BASE=/siebel/db
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1/
export ORACLE_SID=SB811
export PATH=.:$ORACLE_HOME/bin:$PATH
export TEMP=/tmp
export TMP=/tmp
-------------------------------------
$ export LD_LIBRARY_PATH=/siebel/db/product/11.2.0/dbhome_5/lib:$LD_LIBRARY_PATH