Oracle client version :installed

In my system services ,the oracle client shown is OracleOraHome817ClientCache.
But in my Add or Remove Programs , it shows Oracle 10g InstantClient 10.2.0.3 installed as well.
so can I confim that my Oracle client is Oracle 8i, since my system services show Oracle 8i.
Thanks ,
Arc

It is possible to have many Oracle products installed on the same server. Just because you saw a service with client in the name and under add/remove programs something else doesn't mean anything. Which client should you/your application be using? Also, which client do you want to use by default? In that case whatever the home selector has selected first is the default client installed.

Similar Messages

  • 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

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

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

  • 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

  • Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.

    Hello guys,
                Problem has been solved -
    Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.
    1. If you install 64 bit oracle this is not an issue. Install 64 bit oracle.
    2. Download odp.net 32 bit  from below link:-
        ODP.NET Managed Driver Beta Download&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;ODP.NET Managed Driver B…
    3. installed the odp.net.
    4. open the visual studio 2010.
    5.Select new - project - asp.net web application - project name -ok
    6.select tools- > connect to database- then follow the following steps
                             i>  user name - your user name/client username (example -- hr)
                             ii> password -- enter your password/client password  (example- hr)
                            iii>select connection type -- if you want to connect client database then- select EZ connect other wise select tns
                            iv>test the connection- then you will get connection succeed.
                            v> then click ok
    Thanks
    Chandrashekhar

    You do not need to do anything in VS.  You do need to configure both tnsnames.ora files, because the drivers do not share any data.
    Please see:
    http://sqlblog.com/blogs/jorg_klein/archive/2011/06/09/ssis-connect-to-oracle-on-a-64-bit-machine.aspx

  • This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.

    hi friends ,
    My report Fetch from the orcle database , we installed Oracle 10g and 11g - clent 32 -bit on win 2k8 -64 bit machine .while design time runing fine,but ofter depolyement im facing below issue.
    In error has occurred during report processing. (rsProcessingAborted)
    The execution failed for the shared data set 'abc'. (rsDataSetExecutionError)
    Cannot create a connection to data source ' Data source for shared dataset'. (rsErrorOpeningConnection)
    Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.
    An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
      Any help is greatly appreciated, I have tried couple of solutions going through some threads online but no use and place dt tell install 1og r 11g 64-bit

    Hi,
    Based on the error message, we should confirm whether Oracle client tool has been installed on the Report Server at the beginning. If the Report Server installed is 64-bit, we should also install a 64-bit Oracle client tool on the Report Server. Besides, we
    can also try to bypass tnsnames.ora file when connecting to Oracle by specifying all the information in the data source instead of using the TNS alias to connect
    to the Oracle database. Please see the sample below:
    Data Source=(DESCRIPTION=(CID=GTU_APP)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST= server01.mydomain.com)(PORT=1521)))(CONNECT_DATA=(SID=OracleDB)(SERVER=DEDICATED)));
    Reference:http://blogs.msdn.com/b/dataaccesstechnologies/archive/2010/06/30/ora-12154-tns-could-not-resolve-the-connect-identifier-specified-error-while-creating-a-linked-server-to-oracle.aspx
    Hope this helps.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • 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

  • 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

  • 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

  • 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

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

Maybe you are looking for

  • How can i access my itunes library in a different computer?

    I have my itunes library in my laptop at home and sometimes during my spare time in the office I want to access my library or download more songs to my library. How can I do that?

  • Can I buy an Iphone from the Apple Store in the US from outside the country?

    Is it possible to buy the upcoming Iphone 5 from the Apple store in US, but living in a foreign country? Would like to know if it is possible, the new Iphone will be shipped in an address in the US. Thanks

  • HELP, Can't Install My Prod

    Hi All, i have just purchased the Creative Zen MicroPhoto 8GB MP3 Player. I have just installed ALL of the software from the instal CD. I Am Running a good spec PC with Windows XP Service Pack 2 Unfortunatly, The Computer Will Not Install The Hardwar

  • IWeb 08:  Blog page and Archive

    I set up a new Blog. The first COMMENT (entered on the Comment page) shows on the Blog page. (it I had set it to show 4 comments) All other comments are on Comment page, but do not show on Blog page. Also, I do not understand how to get any of the Co

  • IWeb sites on PCs

    Is there a checklist anywhere of the main things I need to do in order to make my website viewable on PC/IE? I've gleaned a lot of info from searching this forum, but I'm wondering if anybody has put together such a list? Telling visitors to change b