BS"D


Hi,

since upgrading my system from 6.2 to RH-7 (hardcore: old sys 
out + complete new install) I could not manage to install Oracle 
RDBMS on it.
The installer itself and copying files makes no problems but
when it comes to initialize a database the scripts fall asleep
and the whole install process freezes 'n there are absolutely no 
error messages.
My .bash_profile file for the oracle user looks something
like

# .bash_profile
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

umask 022
DISPLAY=localhost:0.0; export DISPLAY
ORACLE_BASE=/ordbms/d01/oracle/oraInventory; export ORACLE_BASE
ORACLE_HOME=/ordbms/d01/oracle/8.1.6; export ORACLE_HOME
ORACLE_SID=hombrora; export ORACLE_SID
CLASSPATH=.:$ORACLE_HOME/jdbc/lib/classes111.zip:$ORACLE_HOME/sqlj/lib/translator.zip; 
export CLASSPATH
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data; export ORA_NLS33
ORACLE_TERM=vt100; export ORACLE_TERM

PATH=$PATH:$ORACLE_HOME/bin
BASH_ENV=$HOME/.bashrc
USERNAME=""

export USERNAME BASH_ENV PATH

Has anyone of you an idea or a RH-7+Oracle success story??

Best,

Daniel.



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to