i can't run /mnt/cdrom/runInstaller from oracle user konsole there is a message No Such File or Directory.
how can I run the oracle cd to start installation?
I am trying to install Oracle 9i in Redhat 7.3
please help me.
From your burned CD Disk 1, execute runInstaller.
Do not cd to /mnt/cdrom!
as root: oracleserver:root# mount /mnt/cdrom
as oracle: oracleserverracle$ /mnt/cdrom/runInstaller
if you have any problems check if your x is working (try to execute 'xterm')
it would have been much much easier if you were installin from your own hd:
oracleserverracle$ /somepath/Disk1/runInstaller
thanks
can you tell me how to do it from the hard drive?
This is what I have done so far
I found where the runInstaller is finally
Now I am getting this error
The java Runtime Environment was not found at /bin/jre
Hence the Oracle Universal installer cannot be run
I have changed the /usr/oracle/.bashrc file and added this configuration
# change this NLS settings to suit your taste
# or don't put anything and fall back to
# american NLS settings
export NLS_LANG='croatian_croatia.ee8iso8859p2'
export NLS_SORT=xcroatian
if [ -z $LD_LIBRARY_PATH ]
then
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
else
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
fi
if [ -z $CLASSPATH ]
then
CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib
CLASSPATH=$CLASSPATH:$ORACLE_HOME/network/jlib
export CLASSPATH
else
CLASSPATH=$CLASSPATH:$ORACLE_HOME/JRE:$ORACLE_HOME/jlib
CLASSPATH=$CLASSPATH:$ORACLE_HOME/rdbms/jlib:$ORACLE_HOME/network/jlib
export CLASSPATH
fi
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.