March 28, 2012 10:12:31 AM PDT
IBPM Version: Any
Database Type: Oracle
Operating System: RedHat Enterprise Linux 5
Problem Description:During database set up for Interstage BPM, deployment tool requires ORACLE_HOME and ORACLE_SID environment valuables. If these valuables aren't set, deployment tool fails database set up.
Solution:1. Edit .bashrc
Location: user local directory
Add following lines to the bottom of .bashrc file.
*Please change values properly to match your environment.
export ORACLE_HOME="/u01/app/oracle/product/11.2.0/dbhome_1"
export ORACLE_SID="orcl"
2. Reopen terminal
3. Make sure environment valuables
echo $ORACLE_HOME
echo $ORACLE_SID
Author: yuukitada
Attachment: