Brbackup cannot find oracle client libclntsh.so.10.1

Hello.
I have followed the SAP note 113747 and still no luck running brbackup from DB13 or as dd0adm on Solaris command line.  The problem I see is brbackup can't find the libclntsh.so.10.1. 
Our environment is Solars 5.9, Oracle 9.2, R/3 Ent 4.7, brtools 7.0 (which requires Oracle 10g client).
Problem:
litudsap6:dd0adm 14% brbackup
ld.so.1: brbackup: fatal: libclntsh.so.10.1: open failed: No such file or directory
Killed
From what I have read, Solaris ignores the LD_LIBRARY_PATH when the SUID bit is set (which 'chmod 4775 brbackup' as oradd0 did).
Here is the short of the note 113747:
(1)
ora<sid> and <sid>adm on DB server have a search path on /sapmnt/<SID>/exe. (All br* and sapdba are contained in this directory.)
ora<sid> belongs to the dba group,
<sid>adm belongs to the sapsys group,
(2)
<sid>adm on the database server has the rhosts entry: "+ <sid>adm".
(3)
The ops$<sid>adm Oracle user must be created in the DB and must have the sapdba role (not DBA!) (refer to Note 134592 for more information about the role).
(4)
brarchive, brbackup, brconnect, brtools have permission 4775:
-rwsrwxr-x   ora<sid>   sapsys   ...
These can be started by the ora<sid> or the <sid>adm OS user.
brrestore, brrecover, brspace, and sapdba have permission 755:
-rwxr-xr-x   <sid>adm   sapsys   ...
These can only be started by the ora<sid> OS user.
My test results as sidadm:
litudsap6:dd0adm 16% env |grep PATH
PATH=/sapmnt/DD0/exe:/oracle/DD0/920_64/bin:/export/home/dd0adm:/usr/sap/DD0/SYS/exe/run:/usr/bin:.:/usr/ccs/bin:/usr/ucb
litudsap6:dd0adm 15% groups
sapsys dba taxware
litudsap6:dd0adm 13% cat ~/.rhosts
+ dd0adm
sasedp01 dp0adm
sasedpc0 dp0adm
litudsap6:dd0adm 9% which brbackup
/sapmnt/DD0/exe/brbackup
litudsap6:dd0adm 10% ls -l /sapmnt/DD0/exe/brbackup
-rwsrwxr-x   1 oradd0   sapsys   5665896 Dec  7 14:12 /sapmnt/DD0/exe/brbackup
litudsap6:dd0adm 11% env |grep LD_LIBRARY_PATH
LD_LIBRARY_PATH=/oracle/client/10x_64/instantclient_10202:/usr/sap/DD0/SYS/exe/run:/oracle/DD0/920_64/lib
litudsap6:dd0adm 14% brbackup
ld.so.1: brbackup: fatal: libclntsh.so.10.1: open failed: No such file or directory
Killed
With chmod 4775 brbackup Oracle client not found:
litudsap6:dd0adm 18% ldd -v /sapmnt/DD0/exe/brbackup |grep clntsh
   find object=libclntsh.so.10.1; required by /sapmnt/DD0/exe/brbackup
        libclntsh.so.10.1 =>     (file not found)
With chmod 775 brbackup Oracle client is found:
litudsap6:dd0adm 19% ldd -v /sapmnt/DD0/exe/brbackup |grep clntsh
   find object=libclntsh.so.10.1; required by /sapmnt/DD0/exe/brbackup
        libclntsh.so.10.1 =>     /oracle/client/10x_64/instantclient_10202/libclntsh.so.10.1

1) ldd /usr/sap/DD0/SYS/exe/run/brbackup
        libdl.so.1 =>    /usr/lib/64/libdl.so.1
        libnsl.so.1 =>   /usr/lib/64/libnsl.so.1
        libsocket.so.1 =>        /usr/lib/64/libsocket.so.1
        libm.so.1 =>     /usr/lib/64/libm.so.1
        libclntsh.so.10.1 =>     /oracle/client/10x_64/instantclient/libclntsh.so.10.1
        libnnz10.so =>   /oracle/client/10x_64/instantclient/libnnz10.so
        libCstd.so.1 =>  /usr/lib/64/libCstd.so.1
        libCrun.so.1 =>  /usr/lib/64/libCrun.so.1
        libw.so.1 =>     /usr/lib/64/libw.so.1
        libc.so.1 =>     /usr/lib/64/libc.so.1
        libmp.so.2 =>    /usr/lib/64/libmp.so.2
        libkstat.so.1 =>         /usr/lib/64/libkstat.so.1
        libgen.so.1 =>   /usr/lib/64/libgen.so.1
        libsched.so.1 =>         /usr/lib/64/libsched.so.1
        libaio.so.1 =>   /usr/lib/64/libaio.so.1
        librt.so.1 =>    /usr/lib/64/librt.so.1
        libmd5.so.1 =>   /usr/lib/64/libmd5.so.1
        /usr/platform/SUNW,Sun-Fire-V490/lib/sparcv9/libc_psr.so.1
        /usr/platform/SUNW,Sun-Fire-V490/lib/sparcv9/libmd5_psr.so.1
2) ldd /oracle/client/10x_64/instantclient/libclntsh.so.10.1
        libnnz10.so =>   /oracle/DD0/920_64/lib/libnnz10.so
        libkstat.so.1 =>         /usr/lib/64/libkstat.so.1
        libnsl.so.1 =>   /usr/lib/64/libnsl.so.1
        libsocket.so.1 =>        /usr/lib/64/libsocket.so.1
        libgen.so.1 =>   /usr/lib/64/libgen.so.1
        libdl.so.1 =>    /usr/lib/64/libdl.so.1
        libsched.so.1 =>         /usr/lib/64/libsched.so.1
        libaio.so.1 =>   /usr/lib/64/libaio.so.1
        librt.so.1 =>    /usr/lib/64/librt.so.1
        libm.so.1 =>     /usr/lib/64/libm.so.1
        libc.so.1 =>     /usr/lib/64/libc.so.1
        libmp.so.2 =>    /usr/lib/64/libmp.so.2
        libmd5.so.1 =>   /usr/lib/64/libmd5.so.1
        /usr/platform/SUNW,Sun-Fire-V490/lib/sparcv9/libc_psr.so.1
        /usr/platform/SUNW,Sun-Fire-V490/lib/sparcv9/libmd5_psr.so.1
3) I downloaded OCL10264.SAR, ran SAPCAR, did a cmp on each one to /oracle/client/10x_64/instantclient and there were no diffs.

Similar Messages

  • Cannot find Oracle 10.2.0.4 client patch download for W2K3 32 bit.

    Hi All,
    To fix a Oracle client bug I would like to upgrade the Oracle client software from 10.2.0.1 to 10.2.0.4. The bug we are experiencing has been solved in 10.2.0.2. It has to do with Windows memory management. Normal users can only use the client if an administrator has logged on to the system and started the client in another session. Otherwise the client fails.
    The Operating system is: Windows 2003 32bit Standard Edition.
    The current Oracle client software is the full 10.2.0.1 Oracle client software, not the instant client.
    I have spent about three hours and a colleague of mine has searching on Metalink, otn and using google for the 10.2.0.4 or 10.2.0.3 patch and came up with zero?
    Could anyone provide me with a way to download this patch? I have found some patch numbers but when I search the patch numbers on Metalink they all turn out to be dead links. :-(
    Regards,
    Michael.

    Once you apply the patch, the OUI automatically detects which specific components to upgrade. One of the differences when you apply the patchset against an RDBMS and a client installation is that the RDBMS requires all the databases to perform a post install phase where the data dictionary must be upgraded as well. On the client installation it is just enough to apply the patchset against the client oracle home.
    ~ Madrid
    http://hrivera99.blogspot.com

  • I REALLY need to find Oracle Client File

    I was installing a copy of Oracle 8i - 8.1.7 on a Unix operating system. After installation I tried to locate the client file so that I can start up the client, but to my surprise I could not find the client file(s) - program. Do you know what filename under the Oracle directory contains the client file. Without this I cannot run any of the great wizards that Oracle has to offer.

    Well, there are a whole lot of files that come under the broad category of 'Oracle client'. There's presumably a /bin directory that has a number of utilities like SQL*Plus available...
    Justin

  • Cannot download Oracle Client 9.2.0.1

    Hi,
    I'm tring to download the oracle client 9.2.0.1, but when I click on 92010NT_CLT.zip I always receive the message "The page cannot be displayed".
    Please let me know if you have some network problem or my Browser configuration are wrong.
    Best Regards,
    Alfredo Ingenito.

    I have posted your question in the Downloads Issues. The people who monitor that forum should be able to help you.
    Please check this thread for more information:
    Not Able to download Oracle Client 9.2.0.1 - ASAP
    I apologize for the inconvenience.

  • Cannot find Oracle Installer subdirectory on Forms developer version 6i

    I need to package forms and reports I created using Forms developer version 6i and Reports Developer version 6i.
    According to the Forms documentation file, I should be able to find the TEMPLATES\OISFP10 and the TEMPLATES\RELEASE subdirectories on the "Oracle Distribution media" (which I assume is the Forms and Reports installation CD).
    I cannot find these subdirectories on my installation CD or anywhere on my drive.
    Developer 2000 used to install these subdirectories in the 'c:\dev install' subdirectory. Forms and reports developer do not install these subdirectories anywhere. Could someone tell me please how to get or where to find these subdirectories. Thanks

    Hi,
    First use gunzip utility to unzip .gz file. Once you are done, you will get a .tar file. Use tar -xvf to untar the file to a directory. It is similar to unzip.
    Regards,
    Arun

  • Finding oracle client version in the machine

    Hi
    How to find what version of oracle client has been installed in my machine
    Cheers
    MJ

    connect with your SQL plus from your machine. Then you will see the info below.
    SQLPlus: Release 10.2.0.1.0* - Production on Thu Mar 11 17:24:56 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Regards
    Asif Kabir

  • Find Oracle client version

    hi guys,
    How can you find which Oracle client version does SAP 4.6D is using to connect with Oracle.
    is there any file or Parameter setting available for this.
    Thanks.
    Chandra

    Hello,
    I'm afraid that the answer given by Samrat Dangeti  is incorrect.
    V$VERSION tells you the version of the RDBMS ( Oracle Database ) not the version of the client used by SAP.
    Please, check the following thread on the Oracle Forum where this is being clarified.
    How do I check the oracle client version?
    Message was edited by:
            Fidel Vales

  • I cannot find Oracle Grid Infrastructure Patch Set 2 for windows x64

    So maybe i'm stupid, but i've searched metalink every way i can think of to find the patches mentioned in the following preinstall instructions for 11.2.0.2 for windows
    "To upgrade Oracle Grid Infrastructure release 11.2.0.1 to Oracle Grid Infrastructure release 11.2.0.2, you must first do at least one of the following:
    * Patch the Oracle Grid Infrastructure release 11.2.0.1 home with the patch 9413827 and patch 9706490.
    * Install Oracle Grid Infrastructure Patch Set 1 (GI PSU1) or Oracle Grid Infrastructure Patch Set 2 (GI PSU2)."
    I've searched in Patches and Updates and https://updates.oracle.com.
    I've got a 2 node 11gR2 (11.2.0.1) RAC on Windows 2k8 that i want to patch to 11.2.0.2 before implementing as production. I can find all the Unix flavored patches, but not the Windows Patch.
    Feel free to make fun of me for using Windoze or not knowing how to use metalink, whatever you like, as long as you include a url to the Patch I'm looking for.
    thanks
    John

    The first thing that i tried was the out-of-place upgrade, which failed 3/4 of the way through. This left me with a circumstance where i couldn't use srvctl to administer my RAC because of version mismatched files. The RAC appeared to be up but administering it was impossible no matter what home i set. I deinstalled 11.2.0.2 grid and the 2nd node of my RAC was broken and couldn't see the ASM instance at all. i actually had to modify the windows registry to get the 2nd node to behave properly.
    That's when i read more carefully the installation instructions for the upgrade and came across the text i included.
    "To upgrade Oracle Grid Infrastructure release 11.2.0.1 to Oracle Grid Infrastructure release 11.2.0.2, you must first do at least one of the following:
    Patch the Oracle Grid Infrastructure release 11.2.0.1 home with the patch 9413827 and patch 9706490.
    Install Oracle Grid Infrastructure Patch Set 1 (GI PSU1) or Oracle Grid Infrastructure Patch Set 2 (GI PSU2).
    Adding nodes to a cluster during a rolling upgrade is not supported.#
    Oracle Clusterware and Oracle ASM upgrades are always out-of-place upgrades. With Oracle Grid Infrastructure 11g release 2 (11.2), you cannot perform an in-place upgrade of Oracle Clusterware and Oracle ASM to existing homes."
    This mentions both the out-of-place upgrade and the need for the intermediate patches to be installed first. I'm not sure what to believe at this point. I read the above instructions as saying the intermediate patches need to be installed BEFORE the out-of-place upgrade would be successful, but i can't say that i understand why that would be the case.
    Has someone done a successful upgrade on Windows from 11.2.0.1 directly to 11.2.0.2?
    I appreciate y'all's help.
    thanks,
    JR

  • Cannot find  oracle.portal.provider.v2 package ,

    We are looking for PDK 10.1.2.0.2. and are unable to find anywhere , any ideas ? where can i find it

    Hi,
    See http://www.oracle.com/technology/products/ias/portal/pdk.html

  • Cannot find Oracle HTTP Server in 11gR2

    I'm unable to find the Oracle HTTP Server components in the new 11gR2 release for Windows.
    Where can I find it?

    You want the Oracle Fusion Middleware Web Tier Utilities 11g download.
    Go to the database download page:
    http://www.oracle.com/technology/software/products/database/index.html
    Locate the operating system you want and click the "See All" link for that OS.
    In the resulting page, look for the Oracle Fusion Middleware Web Tier Utilities download link, which will contain Oracle HTTP server version 11.1.1, which is the most recent one matching 11GR2 database.
    Ben
    Edited by: Ben Weiss on May 7, 2010 10:19 AM

  • Cannot find Oracle Database Server 9.2.0.2.0 for W2K (32 bit)

    I need to install Oracle Database 9.2.0.2.0 on W2K (32 bit). Is such a version available for W2k? Please help. I have Oracle 9.2.0.1.0. If 9.2.0.2.0 for W2k (32 bit) has not been released by Oracle, can I later upgrade my 9.2.0.1.0 to 9.2.0.2.0?
    Kailash

    You can download patch sets from Metalink - the latest brings Database up to v9.2.0.4.

  • Any docs on HOW TO INSTALL ORACLE CLIENT ON OBIEE SERVER?`

    Thanks...

    Generally speaking the way to installing Oracle Client does not depend directly on the product that is going to use it
    If some product requires some specific Oracle Client versions or Oracle Client configurations you should find this information in the product documentation (i.e OBIEE Server) and not in Oracle Client documentation.
    You can find Oracle Client documentation (named "Database Client") in the Installation sections of tahiti.oracle.com. For example for 11.2: http://www.oracle.com/pls/db112/portal.portal_db?selected=11&frame=#microsoft_windows_installation_guides.

  • Oracle client version 9.2.0.3 for windows 2000

    Where can you find oracle client for 9.2.0.3 for windows 2000? Please advice.
    Thank you,
    Shawn

    Shawn,
    Instant Client was released in 10gR1 (10.1.0.2). Thus, it is not available for 9.2.0.3.

  • Oracle client 32bit on Windows 2008 R2

    Hello all,
    I'm looking for any note ID or link where to find oracle client 32bit for Microsoft Windows Server 2008 R2 Standard
    Thanks

    refer: you can find here
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    http://www.oracle.com/technetwork/topics/winsoft-085727.html
    Edited by: rajeysh on Jun 25, 2011 12:09 AM

  • Installed Oracle client on UNIX is 32 bit OR 64 bit

    I have Oracle 11G DB client installed on Unix system: RHEL 5 64 bit. I would like to know whether the installed oracle client is 64 bit or 32 bit. How do I get to know the same?

    Hi;
    Please see:
    How To Find Oracle Client Version And Check If It Is Instant Client Or Full Client [ID 818454.1]
    PS:Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

Maybe you are looking for

  • WHy do I have 2 firefox apps popping up?

    I have one firefox icon on my dock, but if I click on a link in an emial, it opens another one...why? I'm not sure which one is getting the updates and is the one that should be there. How it figure this out, which to through in trash? Where are they

  • Where is Quick Time 7?

    I updated to iTunes 5 yesterday, and it said that QT 7 should be uncluded. But I still have QT 6.5.2, after the update. Now iTunes wont play, because it needs v.7. What to do?! Thanks

  • How  to  copy  the  table1selected  records into table 2 in webdynpro java.

    Hi         how  to  copy  the  table1selected  records into table 2 in webdynpro java. venkat Edited by: venkatpvr on Sep 23, 2011 11:53 AM

  • Dynamic values

    Hi gurus, i've a scenario with my report. I need to pass at runtime a value in my parameter but this value could be 1 or more values... example... Lets use the emp table for my example..in my criteria for MGR(where clause)..i would like to look for m

  • Can't "see" shared music across network

    I have my main iTunes library on the big iMac downstairs, which is cabled into my Time Capsule for it's network connection. I have "share my library" turned on. One of the ports on the TC is connected (via a mains-circuit ethernet extender plug-pair)