cancel
Showing results for 
Search instead for 
Did you mean: 

oracle installation stopped on link pending

Former Member
0 Kudos

Hi Gurus,

I am installing ECC 5.0 on Susi Linux 9, while Database Instance it was asked for install the oracle,

so i started the Oracle installation but it was struked at link pending. what could be the reason please help me .

Cheers

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

Please post the Oracle installation logs.

Markus

Former Member
0 Kudos

Hi Markus,

Oracle Installation is not yet started ,when i click on next then it's about to install , but it was hanging there on link pending. so what could be the problem please help me .

Cheers,

Former Member
0 Kudos

HI Markus ,

here the log file,

java.lang.UnsatisfiedLinkError: /tmp/OraInstall2008-09-29_10-44-06AM/libactionUnix22.so: /tmp/OraInstall2008-09-29_10-44-06AM/libactionUnix22.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference

at java.lang.ClassLoader$NativeLibrary.load(Native Method)

at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1419)

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1314)

at java.lang.Runtime.load0(Runtime.java:698)

at java.lang.System.load(System.java:797)

at ssOiGenClassux22.<clinit>(ssOiGenClassux22.java:25)

at sscreateLinkux.createLink(sscreateLinkux.java:255)

at sscreateLinkux.installAction(sscreateLinkux.java:83)

at oracle.sysman.oii.oiis.OiisCompActions.doActionWithException(OiisCompActions.java:1357)

at oracle.sysman.oii.oiis.OiisCompActions.doActionImpl(OiisCompActions.java:1157)

at oracle.sysman.oii.oiis.OiisCompActions.doAction(OiisCompActions.java:604)

at CompActions.doActionP1createLink3(CompActions.java:310)

at CompActions.stateChangeActions(CompActions.java:106)

at oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiilActionThr.run(OiicInstallActionsPhase.java:604)

at oracle.sysman.oii.oiic.OiicInstallActionsPhase.executeProductPhases(OiicInstallActionsPhase.java:2199)

at oracle.sysman.oii.oiic.OiicInstallActionsPhase.doInstalls(OiicInstallActionsPhase.java:2052)

at oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiInstRun.run(OiicInstallActionsPhase.java:2945)

at java.lang.Thread.run(Thread.java:484)

markus_doehr2
Active Contributor
0 Kudos

you have to set the environment

LD_ASSUME_KERNEL=2.4.1

in the shell you start RUNINSTALLER (do not use runInstaller) before you start the Oracle installation.

Markus

Former Member
0 Kudos

hi markus,

i set that in env , still it's hanging there on link pending and copying README

please any one help me

cheers

markus_doehr2
Active Contributor
0 Kudos

You must have done something wrong - that is a known problem and setting that environment for the user ora<SID> is the "solution" for that problem.

Markus

Former Member
0 Kudos

Hi Markus

actually i am giviing the variable , as oraSID , bur for oraSID export is not working ,

cheerss

markus_doehr2
Active Contributor
0 Kudos

The default shell is "csh", the syntax is different:

setenv LD_ASSUME_KERNEL 2.4.1

then start ./RUNINSTALLER from the SAP subdirectory of the database media.

Markus

Former Member
0 Kudos

hi markus ,

the problemis solved thanks for the replay

chers