Installation issue on running ./runInstaller
Hi ,
Receiving the below error, When I try to install Oracle.
Below values are already set in my linux (Oracle) user profile(.bash_profile).
ORACLE_BASE=/apps/oracle
ORACLE_HOME=$ORACLE_BASE/11.2.0.1
ORACLE_SID=PSDMO
LD_LIBRARY_PATH=$ORACLE_HOME/lib
PATH=$PATH:$ORACLE_HOME/bin
export ORACLE_BASE ORACLE_HOME ORACLE_SID LD_LIBRARY_PATH
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
-----------------
oracle@dhcppc1 database]$ ./runInstaller
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 120 MB. Actual 105301 MB Passed
Checking swap space: must be greater than 150 MB. Actual 2367 MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-03-09_09-35-03AM. Please wait ...
Invalid source path '../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles' specified for unzip. Unzip command failed. Please check oraparam.ini and specify a valid source path.
: No such file or directory
[oracle@dhcppc1 database]$
-------------
Thanks
Soundappan