cancel
Showing results for 
Search instead for 
Did you mean: 

issue with oracle 11.2 installation in RHEL 6.5

Former Member
0 Kudos


Hello Experts,

I am trying to install NW 7.4 over RHEL 6.5 with Oracle DB.Installtion started and after sometime propmpted  to install oracle software

I logged in with orasid user and tried to execute RUNINSTALLER,but encountered with the below error--

Installation Results

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

. The Oracle executable /oracle/DE7/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/DE7/11ginstall_11203.log

. (EXIT)    -  Exiting with exit code 2.

Please suggest me on the same.

Best Regards,

Debaditya

Logfile content -------------------

## Date    : 2014_09_22 10:44:21
###############################################################################
oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0
oracle.install.option=INSTALL_DB_SWONLY
ORACLE_HOSTNAME=ACCDEBSAP
UNIX_GROUP_NAME=dba
SELECTED_LANGUAGES=en
ORACLE_HOME=/oracle/DE7/11203
ORACLE_BASE=/oracle
oracle.install.db.InstallEdition=EE
oracle.install.db.EEOptionsSelection=true
oracle.install.db.optionalComponents=oracle.rdbms.partitioning:11.2.0.2.0,oracle.rdbms.rat:11.2.0.2.0
oracle.install.db.DBA_GROUP=dba
oracle.install.db.OPER_GROUP=oper
oracle.install.db.isRACOneInstall=false
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
DECLINE_SECURITY_UPDATES=true
oracle.installer.autoupdates.option=SKIP_UPDATES
INVENTORY_LOCATION=/oracle/oraInventory
.
. (INFO)    -  Starting Oracle Universal Installer in interactive mode - please wait ...
.
.
. (INFO)    -  Oracle Universal Installer finished.
. (INFO)    -  Name of OUI session log file not found.
.
. OUI output:
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 120 MB.   Actual 243 MB    Passed
Checking swap space: 0 MB available, 150 MB required.    Failed <<<<
Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set.    Failed <<<<

>>> Ignoring required pre-requisite failures. Continuing...

Preparing to launch Oracle Universal Installer from /oracle/DE7/.11ginstall_11203.tmp/OraInstall2014-09-22_10-44-22AM. Please wait ....
.
. Performing clean up tasks ...
. Clean up tasks completed.
.
. Post-installation tasks are not executed.
. Reason: error during installation
. Post-installation tasks have been skipped.
.
. Installation Results
. (ERROR)   -  Oracle Database software installation finished with errors.
. The Oracle executable /oracle/DE7/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/DE7/11ginstall_11203.log
. (EXIT)    -  Exiting with exit code 2.

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor
0 Kudos

Hi Deba,

Login with orasid and execute setenv DISPLAY <hostname>:0.X

Where X: session number

Hope you are executing ./RUNINSTALLER using the same tool from where you started SAP installation to have GUI displayed correctly.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak,

I have tried with setting the display but same error.

Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set.

I guess the display setting comes as a prerequisite which can be ignored.Though I am not sure.

Best Regards,

Debaditya

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

How are you setting the DISPLAY ?

What happens when you run xclock ?

Former Member
0 Kudos

I am setting display by setenv hostname:0.0  xclock is not working ue to missing packges in RHEL

I am using VNC viewer here to launch GUI

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

as root

xhost +

su - orasid

setenv DISPLAY hostname:1.0

Try this and update

Former Member
0 Kudos

Hi Reagan,

This worked prefectly.I am able to launch oracle now.Thanks for your suggestion.

Best Regards,

Debaditya

Former Member
0 Kudos

Hello,

I run into another problem now.Though oracle is installed now but sapinst is again asking for oracle installation.It is not able to detect the installed oracle software.What could be the reason?

Best Regards,

Debaditya

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Are you running sapinst as root ?

Restart sapinst

RB

Former Member
0 Kudos

yes I am running sapinst as root.I have restared but same issue.

One thing I saw in environment variable that oracle_home=/oracle/DE7/112_64

but the folder 112_64 doesn't exist there.Also I feel like the ORACLE_HOME should be

/oracle/DE7/11203

Is here anything wrong?

Best Regards,

Debaditya

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

su - orade7

ln -s /oracle/DE7/11203 /oracle/DE7/112_64

RB

Former Member
0 Kudos

Thanks again after creating th SL installtion went on.But again it stopped in create databse phase

"error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory"

Best Regards,

Debaditya

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Did the Oracle 11G installation go well ?

Check where the file libsqlplus.so is located on the server.

Check the environment variables of <SID>adm and ora<SID> users

Regards

RB

Former Member
0 Kudos

yes the installation went well.

the libsqlplus.so is located in /oracle/DE7/11203/lib.I have chaked and found--

for orade7

LD_LIBRARY_PATH=/oracle/DE7/11203/lib:/usr/sap/DE7/SYS/exe/uc/linuxx86_64:/usr/sap/DE7/SYS/exe/run:/oracle/DE7/112_64/lib

for root

LD_LIBRARY_PATH=/oracle/DE7/11203/lib

is the path set correctly?

Best Regards,

Debaditya

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

switch to orade7 and do

relink all

Retry in sapinst

Also check the groups of orade7 and de7adm and the environment variables of de7adm user.

The LD_LIBRARY_PATH for de7adm should also have the Oracle Instant Client location

Former Member
0 Kudos

Thanks again.After relinking the installayion completed successfully.

Best Regards,

Debaditya

Answers (1)

Answers (1)

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

>>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set.    Failed <<<<

Have you set the DISPLAY variable ?

Regards

RB