cancel
Showing results for 
Search instead for 
Did you mean: 

Error in oracle installation

prav_mishra
Explorer
0 Kudos

Hi,

I am installing oracle 11.2 in Linux 6.2 version. Currently I am facing below issue while initialing runinstaller..

Installation Results

. (ERROR)   -  Oracle Database software installation finished with errors.

. The Oracle executable /oracle/W21/11203/bin/oracle is empty or does not exist.

. Possible cause(s): link error, installation was cancelled or interrupted, or fatal error.

. (INFO)    -  You can find the installation summary log at /oracle/W21/11ginstall_11203.log

. (EXIT)    -  Exiting with exit code 2.

I have set the environmental variable ORACLE_HOME as /oracle/W21/112_64 but i can't get why it is pointing to 11203.

can you suggest on this.

Thanks,

Satish

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Satish,

Please set the below parameters and give a try and also please let us know the log from /oracle/SID/.oracle/logs

setenv ORACLE_SID DA1

setenv ORACLE_BASE /oracle/$ORACLE_SID

setenv DB_SID $ORACLE_SID

setenv NLS_LANG AMERICAN.AMERICA.UTF8

setenv SAPDATA_HOME /oracle/$ORACLE_SID

setenv ORACLE_HOME /oracle/$ORACLE_SID/112_64

Please let us know the results

Thanks,

Avinash

Former Member
0 Kudos

Hi,

Additionally, can you post the log from "/oracle/W21/11ginstall_11203.log" for further analysis. Also, try the following steps before posting the above logs.


  • Rename the directory /oracle/W21/112_64 to /oracle/W21/11203.
  • Create a symbolic link 112_64, which points to the target directory 11203 and
  • Try again with installation.



Regards,

Ganesan

Reagan
Advisor
Advisor
0 Kudos

112_64 should be a symbolic link to 11203. Is it set like that?