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

Similar Messages

  • 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

  • How to install Oracle client Version 10.2.0.4 on a Windows server 2008

    Hi,
    I need to install an Oracle client on a Windows Server 2008 (32-bit), how do I do that?
    I want to install Oracle client version 10.2.0.4 (Instant Client Package - Basic: All files required to run OCI, OCCI, and JDBC-OCI applications).
    Pls. advice, I can't find instructions for this installation on Oracle.com or anywhere else.

    thx, it looks promising...
    but how to run the .jar files and which one to run, both Class12.jar and ojdbc14.jar, to start the installation?
    Do I need to install the java runtime environment to run the .jar files?

  • How do I check the oracle client version?

    Hi All,
         How do I check the oracle client version installed from the OS level. I do know my database version I need to check which client is being used. Is there a table where this information is stored.
    Thanks
    Shabna

    disp+work.exe -V will tell you which OCI version was used during compiling and linking.
    Oracle uses release independent DLL Names (Unix people would say Shared Libraries) and therefore the SAP Kernel will dynamically load any Oracle Client Version found in the standard DLL Load Path during startup.
    If you have more versions installed on your computer and you are not shure which one is loaded you can use Process Explorer (freeware, see www.sysinternals.com) to find out which one is loaded. If they belong to an Oracle_home (up to release 9.2) refere to Oracle Universal Installers Inventory information in order to find out which exact version is used.
    If an Oracle10 Instant Client is used, there is no corresponding Oracle_Home. In this case you can use Windows Explorer (right click on the  DLL -for example oci.dll), select properties, the Version Tab and File Version).
    But unfortunately Oracle is not updating the File Version every time they are patching something.
    An SAP ABAP Server Integrated Resource is the version information disp+work.exe -V is listing (evquivalent to SM51 - Release Information).
    <b>Datenbank Client Library : OCI_10201_SHARE (10.2.0.2.0)</b>
    OCI_10201_SHARE is telling us the compile/link environment, the number in brackets (only available starting with Oracle10) tells us the the result of an Oracle Client GetVersion call. Unfortunately this one does also not reflect the installed Minipatch version up to now.
    Here are some results on 10.2.0.2 Windows X86_64:
    SM51: Datenbank Client Library : OCI_10201_SHARE (10.2.0.2.0)
    Explorer (OCI.DLL located in the same directory as disp+work.exe):
       10.2.0.2.0 Patch2
    Explorer (oraociicus10.dll - the instant client implementation, this version is the one actual since mini patch 10.2.0.2.5 and it was definitely changed in 10.2.0.2.5):
       OraOCIICUS10.dll - 10.2.0.1.0
       oracore10.dll - 10.2.0.1.0 Production
       oranls10.dll - 10.2.0.1.0 Production
       orasnls10.dll - 10.2.0.1.0 Production
       oraunls10.dll - 10.2.0.1.0 Production
       oravsn10.dll - 10.2.0.1.0 Production
       oracommon10.dll - 10.2.0.1.0 Patch1
       orageneric10.dll - 10.2.0.2.0 Patch2
       oraclient10.dll - 10.2.0.2.0 Patch2
       orapls10.dll - 10.2.0.1.0 Patch1
       orasql10.dll - 10.2.0.1.0 Production
       oraxml10.dll - 10.1.0.2.0
       orahasgen10.dll - 10.2.0.1.0 Production
       oraocrutl10.dll - 10.2.0.1.0 Production
       oraocr10.dll - 10.2.0.1.0 Production
       oraocrb10.dll - 10.2.0.1.0 Production
       oranbeq10.dll - 10.2.0.1.0 Production
       orantcp10.dll - 10.2.0.1.0 Production
    oracommon10.dll from the rdbms server does report 10.2.0.2.0 Patch5 at the same time. compare it with the version information of oracommon10.dll included in oraociicus10.dll. Both patches are included in the same patchset (10.2.0.2.5).
    there are two possible conclusions about this:
    1. the version infomation is not very reliable.
    2. the Oracle Patch and Build environment is not very reliable
    Peter

  • Ways to get Oracle Client  Version..?

    Hi.
    I want to check the oracle client version on my machine.
    Do we have any command utility to get the client version(like osql in sql server)/ways to do this.?
    Thanks in advance.

    Hi,
    Just type the utility/command and you should get the version. Here is an example:
    $ sqlplus /?
    SQL*Plus: Release 10.2.0.4.0 - Production
    $ expdp help=y
    Export: Release 10.2.0.4.0 - 64bit ProductionOr, from the GUI, click on Help > About.
    Note: 417395.1 - How To Find Version Of Oracle Client ?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=417395.1
    Regards,
    Hussein

  • How to run different Oracle client versions on the same PC

    I have developped an application (.Net 2.0, ODP v. 10). I must run it on PC where Oracle client version 8 is installed. The PC cannot be upgraded because of a client software running under this version.
    I tried to install ODP v. 10 on this PC in different home, but the software using version 8 stops running.
    Can Oracle Instant Client help ? But which version, 11 ? My application is based on ODP 10. Can ODP 10 access database via Instant Client 11 ?
    Thanks for your help
    LK

    The problem on Windows is: The 10g installation changed the default ORACLE_HOME,now it points to 10g and makes the 8.0.5 application invalid,because it runs now in a much higher environment. What I did in a similar situation, I created a batch file, which sets temporarily the old environment (in my case PATH,ORACLE_SID,ORACLE_HOME) and then invokes the application.
    I don't know whether such a solution will work for you (8.0.5 is very old,desupported since a long time), my old version was 8.1.7.4.
    Werner

  • 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.

  • Query Oracle client version

    Is there a way to tell the Oracle client version (9i or 10g) that is being used by SQL Developer from within SQL Developer? Our Citirx admin installed 10g client on the server and I am trying to verify that the 10g client is indeed being used by the SQL Developer.
    In Toad there is a "Support Bundle" menu option to list the environment information (including the SQL client version) used by Toad. Is there something similar within SQL Developer?

    I am trying to verify that the 10g client is indeed being used by the SQL DeveloperSQL Developer uses whatever client you're connected to.
    You don't believe your admin really installed 10g? C'mon!
    Is there something similar within SQL Developer?Reports - Data Dictionary Reports - About your Database - Version Banner
    Have fun with 10g,
    K.

  • Oracle Client Version

    Hi,
    We are on PT 8.46.04 and FSCM 8.8 and planning to upgrade the Batch NT server Hardware running on Windows Server 2000 SP4 to WIndows Server 2003.
    We are also upgrading the Oracle database from 9.0.2.1.0 to 10g.
    My question is, do we need to upgrade the Oracle Client on the APP and BATCH servers to match the Database Version or still keep the old Oracle client version which is 9.0.2.1.0?
    can we have different database and client versions?
    And also does Oracle support client 9.2.0.1.0 on Windows server 2003 .
    Any help would be appreciated.
    Thanks.

    can we have different database and client versions?The official and recommanded way by Peoplesoft is to meet the same version between client (what ever client machine, application server and batch server) and the database server.
    And also does Oracle support client 9.2.0.1.0 on Windows server 2003 Yes, Oracle 9.2 is certified on Windows 2003 (however, 9.2.0.3 or higher patchset was required).
    No, it is not supported because Oracle 9.2 is is not supported anymore.
    Nicolas.

  • Higher version of Oracle client version is compatible with lower version

    Higher version of Oracle client version is compatible with lower version Oracle DB
    Oracle 10.2.0.5 client version should be compatible with 10.2.0.4 DB ?

    H wrote:
    Higher version of Oracle client version is compatible with lower version Oracle DB
    Oracle 10.2.0.5 client version should be compatible with 10.2.0.4 DB ?yes, compatible

  • ORACLE CLIENT VERSION INFO

    Hi Oracle Guru`s
    I`m going to update Oracle databases to 11.2.0.3 from 9i,10G and 11.10.7.0. May I know the Oracle Client versions that supports 11.2.0.3?

    I am sure any 11.2 client will be supported for sure.So why not 11.2.0.3? 11.1 and 10.2 are only being supported with extended support. 7,8,9 client are not oficially supported.
    For more:
    Client / Server / Interoperability Support Matrix For Different Oracle Versions [ID 207303.1]

  • Oracle client version on application servers

    Hi All,
    Recently we upgraded Oracle version from 9.2.0.6 to 9.2.0.8 on databa server and oracle client on application & CI server.
    But i would like to know which Oracle client version am i running currently on the application server.
    Thanks
    Regards
    Sachin

    Hi Stefan,
    With the command it displayed as follows:
    #strings libclntst9.a |grep "XML Schema Processor version"
    Oracle XML Schema Processor version 9.2.0.8.0 Production
    Thanks
    Regards
    Sachin

  • Find out Oracle client version

    Hi!
    Is there a water-proof way to find out which version of Oracle Client is installed? I need to do this in C#.
    thanks!
    Miro

    Hi Miro,
    I've taken yet another approach. Checking registry this time. The program should view every Oracle_Home, Oracle_Home_Name, and Version if present out of Windows 32-bit registry. (detection starting from Oracle9 and up)
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using Microsoft.Win32;
    namespace CheckForOracle
    class Program
    static void Main(string[] args)
    Program pr = new Program();
    pr.CheckOracleClient();
    public void CheckOracleClient()
    try
    string[] Keynames;
    string oracle_home, oracle_home_name, oracle_version;
    RegistryKey HKLM = Registry.LocalMachine;
    RegistryKey Orcl = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\\ORACLE", false);
    RegistryKey SubKeyBufor;
    if (Orcl == null)
    Console.WriteLine("Missing Oracle!!! Please install Oracle from http://www.oracle.com/downloads");
    else
    Console.WriteLine("Installed Oracle Distribution");
    Keynames = Orcl.GetSubKeyNames();
    for (int i = 0; i < Keynames.Length; i++)
    if (Keynames.Contains("KEY") || Keynames[i].StartsWith("HOME"))
    SubKeyBufor = HKLM.OpenSubKey(@"SOFTWARE\\ORACLE\\" + Keynames[i], false);
    string[] vnames;
    vnames = SubKeyBufor.GetValueNames();
    Console.WriteLine("\nOracle Client 32-bit");
    for (int j = 0; j < vnames.Length; j++)
    if (vnames[j].Equals("ORACLE_HOME"))
    oracle_home = SubKeyBufor.GetValue(vnames[j]).ToString();
    if (oracle_home == null)
    Console.WriteLine("Oracle Home: missing info in registry" + oracle_home);
    else
    Console.WriteLine("Oracle Home: " + oracle_home);
    if (vnames[j].Equals("ORACLE_HOME_NAME"))
    oracle_home_name = SubKeyBufor.GetValue(vnames[j]).ToString();
    if (oracle_home_name == null)
    Console.WriteLine("Oracle Home Name: missing info in registry" + oracle_home_name);
    else
    Console.WriteLine("Oracle Home Name: " + oracle_home_name);
    if (vnames[j].Equals("VERSION"))
    oracle_version = SubKeyBufor.GetValue(vnames[j]).ToString();
    if (oracle_version == null)
    Console.WriteLine("Oracle Version: missing info in registry" + oracle_version);
    else
    Console.WriteLine("Oracle Version: "+ oracle_version);
    catch (Exception e) { Console.WriteLine(e.ToString()); }
    Console.WriteLine("\nPress key to exit");
    Console.ReadKey();
    The next step in evolution of this program is to access 64-bit Windows registry, which is accessed in a slight different way,
    but the idea of detecting Oracle stays the same.
    Hope it was helpfull.
    Regs,
    Mariusz

  • Oracle Client version (32 or 64 bit) to install on a Windows 2008 64-bit m/

    Hi guys,
      I am installing BOXI 3.1 SP2 on a Windows 2008 64-bit server.
      Which Oracle 10g client (32 or 64 bit) should I install on a 64-bit software. I know BO is native 32 bit, so ODBCs should be 32 bit incase CMS repositories are on SQL server.
    Is there a standard for Business Objects for the versions of database client tools to be installed on server?
    Also can we install database clients tools after the Business Objects 3.1 SP2 install on the server, provided I am using SQL server dbs for CMS and Audit databases?
    Thanks,
    G Bala
    Edited by: G Bala on Apr 5, 2010 7:31 PM

    @Duncan
    You recommend using 32 bit Oracle client. Is there any official documents from SAP BO stating this? I have difficulties finding anything. I'm in the same situation:
    OS : Windows Server 2008 R2 64bit
    BO : 32bit
    Oracle Client : 32bit OR 64bit?????
    Is BO 32bit compatible with Oracle Client 64bit, at the level of using Infoview/Desktop Intelligence?

  • 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.

Maybe you are looking for

  • Sync is grayed out.  Can no longer sync iPod classic with iTunes.

    No longer able to sync iPod classic with iTunes.  The iPod is recognized, but sync is grayed out.  Any help out there?

  • Windows 7 Users Can No Longer Connect to Shared Xserve Drive

    We've had multiple computers (both PCs and Macs) setup to use a shared Xserve. All the sudden today the mapped network drives stopped working. I've tried using the "Map network drive" option on Windows 7 to add them manually again, but every time I e

  • Using Internal Table in ABAP OO.

    Hi,      I am using a internal table, I am calling a FM, which require Internal table as its parameter. Since Internal table with header line is not supported in ABAP OO. How to attain this. Thanq For Ur time. Cheers, Sam

  • Locked??

    wat i did was make an idvd and burned it on a cd because my computer does not burn dvd's. then i put the cd on my other computer and it says i couldn't open the file because it was locked. how do i get the video from one computer to another??

  • JMS with TomCat ? how to configure or install JMS

    i am new to JMS i dont know how to configure JMS.I have copied ths javax.jms.jar and jms.jar in JDK1.4 directories like ../lib, jre/lib etc. also set the classpaths but i cant compile a simple file error saya no package found. can anyone help me plea