cancel
Showing results for 
Search instead for 
Did you mean: 

Error in installation phase: Preform oracle post-load activities

former_member301120
Active Participant
0 Kudos

Hello to all,

I'm currently installing an SAP-Netweaver CE 7.2 System on Linux. In Phase Perform oracle post-load activites I get following error.


/usr/sap/<SID>/SYS/exe/uc/linuxx86_64/brconnect -u / -c -f crsyn -o SAPSR3DB exits with error code 3

Next the brconnect.log


BR0801I BRCONNECT 7.20 (0)
oracleELZ: error while loading shared libraries: libodm11.so: cannot open shared object file: No such file or directory
BR0278E Command output of '/oracle/ELZ/112_64/bin/sqlplus /nolog':
/oracle/ELZ/112_64/bin/sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
BR0280I BRCONNECT time stamp: 2011-03-11 08.08.35
BR0279E Return code from '/oracle/ELZ/112_64/bin/sqlplus /nolog': 127
BR0302E SQLPLUS call for database instance ELZ failed
BR0303E Determination of Oracle version failed

BR0280I BRCONNECT time stamp: 2011-03-11 08.08.35
BR0804I BRCONNECT terminated with errors

Regards

Christian

Accepted Solutions (0)

Answers (2)

Answers (2)

sivakumar_kilari3
Active Contributor
0 Kudos

Add DBA group to <SID>adm user.

Regards,

Siva

former_member301120
Active Participant
0 Kudos

Hello,

<SID>adm belongs to DBA group

groups elzadm

elzadm : sapsys dba oper sapinst

Regards

audunlea_hansen
Active Participant
0 Kudos

Hi!

Try an ldd on /oracle/ELZ/112_64/bin/sqlplus to list which libs sqlplus are using. ( I'm using ldd on RedHAt linux, not shore what to use on other OS)

In my installations and upgrade guides I change som permisions on some lib's and softlink another to have brtools working with <SID>adm user.

Regards

Audun

DBA

former_member301120
Active Participant
0 Kudos

Hello,

the sqlplus command is executed without any error, but if I want to execute statement brconnect -u / -c -f crsyn -o SAPSR3DB I get following error.


BR0801I BRCONNECT 7.20 (0)
brconnect: symbol lookup error: /oracle/client/10x_64/instantclient/libclntsh.so.10.1: undefined symbol: _intel_fast_memset

Next the result of the ldd command:


ldd /oracle/client/10x_64/instantclient/libclntsh.so.10.1
        linux-vdso.so.1 =>  (0x00007fffba9ff000)
        libnnz10.so => /oracle/ELZ/112_64/lib/libnnz10.so (0x00007f0296173000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f0295f3f000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f0295ce9000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f0295acc000)
        libnsl.so.1 => /lib64/libnsl.so.1 (0x00007f02958b3000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f0295555000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f02978ff000)

ldd brconnect
        linux-vdso.so.1 =>  (0x00007fffde9ff000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f69fad5c000)
        librt.so.1 => /lib64/librt.so.1 (0x00007f69fab53000)
        libclntsh.so.10.1 => /oracle/client/10x_64/instantclient/libclntsh.so.10.1 (0x00007f69f9790000)        libnnz10.so => /oracle/ELZ/112_64/lib/libnnz10.so (0x00007f69f93c8000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f69f91ab000)
        libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f69f8ea0000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f69f8c4a000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f69f8a33000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f69f86d5000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f69faf60000)
        libnsl.so.1 => /lib64/libnsl.so.1 (0x00007f69f84bd000)

ldd sqlplus
        linux-vdso.so.1 =>  (0x00007fffd495f000)
        libsqlplus.so => /oracle/ELZ/112_64/lib/libsqlplus.so (0x00007fc09ce24000)
        libclntsh.so.11.1 => /oracle/ELZ/112_64/lib/libclntsh.so.11.1 (0x00007fc09a489000)
        libnnz11.so => /oracle/ELZ/112_64/lib/libnnz11.so (0x00007fc09a0c1000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007fc099e8e000)
        libm.so.6 => /lib64/libm.so.6 (0x00007fc099c38000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fc099a1b000)
        libnsl.so.1 => /lib64/libnsl.so.1 (0x00007fc099803000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fc0994a5000)
        libaio.so.1 => /lib64/libaio.so.1 (0x00007fc0992a3000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fc09cdee000)

Regards Christian

audunlea_hansen
Active Participant
0 Kudos

Hi!

Funny error...

See you have brtools version 7.20 (0) Try to download and install the latest version, 7.20 (10)

Regards

Audun

former_member301120
Active Participant
0 Kudos

Hi,

I've updated, but the error still remains:


BR0801I BRCONNECT 7.20 (13)
brconnect: symbol lookup error: /oracle/client/10x_64/instantclient/libclntsh.so.10.1: undefined symbol: _intel_fast_memset

sivakumar_kilari3
Active Contributor
0 Kudos

Binary Incompatibility for OpenMP Applications

Programs compiled with the Intel Compiler version 9.0 using the -openmp switch may not run after installing the Intel Compiler version 10.1. For such programs, the loader may exit at run time with an error message about undefined symbols beginning with the string intel (for example, *intel_fast_memset*). If this occurs, please recompile the executable using the Intel Compiler version 10.1 and the loader error message should disappear.

[http://seldon.it.northwestern.edu/sscc/ifortdoc/Release_Notes.htm]

[;

thanks,

Siva

former_member301120
Active Participant
0 Kudos

Hello Siva,

sorry, but I don't know what to do.

What should I recompile?

could you please describe steps to me?

We run on SLES10.

Kind regards

sivakumar_kilari3
Active Contributor
0 Kudos

Check with your OS team.

C compiler

The C compiler gcc must be installed. To check, enter this command:

rpm -qa | grep gcc

Regards

Siva

former_member301120
Active Participant
0 Kudos

Hello Siva,

I've already installed gcc.


gcc-4.3-62.198
libgcc43-4.3.4_20091019-0.7.35
gcc43-c++-4.3.4_20091019-0.7.35
gcc43-4.3.4_20091019-0.7.35
libgcc43-32bit-4.3.4_20091019-0.7.35
gcc-c++-4.3-62.198

But I still don't know what I should recompile.

Please advice

former_member301120
Active Participant
0 Kudos

Hello,

SAP solved my problem.

I've done following:


logon as <SID>adm
stopdb

logon as ora<SID>
lsnrctl stop
relink all
lsnrctl start

logon as <SID>adm
startdb

Regards Christian