Higher ver of Oracle Client connecting to Lower ver of Oracle Server

Hi,
Does anyone has tried or know any issues for the above mentioned subject?
Details are:
OS: HP-UX
Oracle Server version: 8.0.4.4.0
Oracle Client version: 8.1.6 / 8.1.7
Thank you in advance.

Generally, sort of, Net8 should be backwards compatible... best to comfirm with Oracle though.
But, I'm not sure about that DB version. Wasn't anything less than 8.0.5 plagued with bugs?
Hth,
Fredrik

Similar Messages

  • Oracle client connecting to sqlserver

    oracle client connecting to sqlserver in local machine. working fine.
    but I am connecting to remote sqlserver getting error
    obojects does not exist
    listenter not started.
    No firewall, port is open, entry in the sqlnet.ora, tnsnames.ora, listener.ora
    all correct.
    I have qusetion, connecting oracle client and sqlserver
    we need install any special odbc
    please let me know

    this question should be in HS forum
    and oracle client (eg sqlplus) can't directly connect to other ODBC databases., but oracle server can through heterogeneous connectivity (HS) and yes server will need ODBC driver to do that.
    http://www.oracle-doku.de/oracle_10g_documentation/server.101/b10764/toc.htm
    Eugene Roytman

  • Installation Oracle Client 8.1.7 on Windows NT Server

    I am trying to install Oracle Client 8.1.7 on Windows NT Server:
    1) I started autorun
    2) Clicked the "Install/Deinstall" Button
    3) NOTHING happened execpt that the screen for autorun disappeared
    What's the cure for this?
    Regards
    Davide

    Hi,
    if you're running the installation on a Pentium4 have a look at this thread:
    Oracle Installation or Uninstallation Solutions For Windows 95/98/2000/ME/NT/XP
    from Beau Leo

  • Oracle Client 9.2.0.1 on Windows Server 2003 Web Edition???

    Hi,
    I will install the Oracle Client 9.2.0.1 on
    Windows Server 2003 Web Edition, but when I run the
    setup-program the following error is coming:
    'Windows cannot open this program since it has been disabled.'
    I think the program is suppressed by Microsoft.
    Can anybody help me???
    Thanks,
    Norman

    As Windows 2003 is officially released this week, I believe Oracle will shortly announce which versions of the database will be supported on Windows 2003. Stay tuned.
    Alison

  • How to validate prerequisite for ODP and Oracle Client connection

    Hi.
    I have a very simple application on .Net that connect to Oracle using ODP (was compiled with Oracle.DataAccess dll 10.2).
    I want to check "connection prerequisite" (application will be able to connect to DB) before installing this aplication on other computers?
    How can I check that ODP.NET version 10.2 or higher is installed on target host (registry check is not enopugh)?
    I know that I can check ODP entries in registry - but this will not check Oracle Client and compatibility between client and ODP.
    Also, if ODP was installed by ODAC XCopy installation - registry may be not updated by new ODP entry.
    And - if I am installing on the computer, DB was installed on, Oracle Client can be not installed separately.
    And one more issue: When I tried to run "test connection" method from installation, that use referenced dll on machine, that has only ODAC (with ODP) 11, - "Oracle.DataAccess.Client.OracleException The provider is not compatible with the version of Oracle client at Oracle.DataAccess.Client.OracleInit.Initialize()
    at Oracle.DataAccess.Client.OracleConnection..cctor()" error message was thrown (policies for both ODAC 10.2 and 11 are exists in GAC (assembly), pointing to Oracle.DataAccess 11 from ODP 2x bin).
    So, How and which components can I check to ensure appropriate versions of ODP and Oracle Client were installed and application will be connected?
    Thank you in advance!

    Hi,
    You could check for the presense of Oracle.DataAccess.dll in the GAC. Bear in mind you'd also want to check the version and whether a policy files exists as well as a newer version + policy file will work too (but not without the policy file).
    That wouldn't confirm the install is valid and works though, and I don't know of a way you could easily check that, apart from perhaps simply trying to run a small exe that attempts a connection to the database.
    With respect to the type initializer exception, that occurs when ODP cant find the right oraops*.dll or oci.dll, usually due to the wrong one being found, but can also occur if one is not found at all. Quite often this is due to the application including ODP in its bin directory rather than letting ODP get picked up out of the gac. Prior to 10.2.0.2.20, ODP loads the dependencies based in PATH so multiple homes can cause it as well. 10.2.0.2.20 and higher ODP loads dll's based on DLLPATH registry entry.
    Hope it helps,
    Greg

  • Instant Client Connection Problem - Excel 2007 to Oracle 10g

    Dear users,
    I would some help to connect Excel to Oracle.
    I am using Excel 2007 (32-bit) on Windows Vista Enterprise 64-bit. I want to connect to an Oracle 10g database through our local network using ODBC. I need to fetch some data once into an excel sheet.
    There are no firewall issues or connection issues between my current machine , as I can connect from my machine, using SQL developer as a local client to the Oracle Database which is on another machine on the network.
    I tried to make an ODBC connection but Oracle is not listed as a driver.
    I beleive ODBC is the best way to do this, but please correct me if I am wrong.
    It is an Oracle 10G database.
    I downloaded instantclient-basiclite-windows.x64-11.2.0.2.0.zip a
    I also downloaded the extra ODBC components: *Instant Client Package - ODBC: Additional libraries for enabling ODBC applications.
    I unzipped both in a folder called C:\instantclient_11_2
    The system path included that. I checked after rebooting.
    I placed my tnsnames.ora (which I copied from the server) in that folder.
    I got ti from the server : D:\Oracle\Ora10gR2DB\network\admin\tnsnames.ora
    I ran the exe "odbc_install" and It told me the ODBC was intalled successfully.
    When I went the control panel, administrative tools, ODBC
    In the user dsn tab
    I added a new entry. I chose the Oracle driver (previously it was not in the list)
    Used the following values
    Data Source name: OracleL
    Description 123
    TNS Service NAme: I chose fro ma drop down menu our prod environment. (There are two entries with the production name, one in caps and the other in lowercase)
    Userid: my username
    I tried Test the connection and got this:
    Unable to Connect
    SQlState=S1000
    [Oracle][ODBC][Ora]ORA-12545: Connect failed because target host or object does not exist
    Any suggestions please.
    Thnaks in advance.
    A.
    Thanks for all your help, in advance.
    Akajohn.
    Edited by: user12282521 on May 19, 2011 1:47 PM

    user12282521 wrote:
    I would some help to connect Excel to Oracle.
    I am using Excel 2007 (32-bit)
    I downloaded instantclient-basiclite-windows.x64-11.2.0.2.0.zip aIf Excel is 32-bit (2007 is) and Oracle client libraries are 64-bit, it won't work. 32-bit needs 32-bit.
    You probably should remove current ic packages and get the 32-bit ones instead.
    Start over.
    When I went the control panel, administrative tools, ODBCOn Windows x64, to manage 32-bit ODBC DSNs/drivers one needs to run the tool from Windows\SysWoW64\odbcad32.exe.

  • BizTalk 2013 R2 - Oracle client connectivity

    In integration of BizTalk 2013 R2 with Oracle database
    1)  is there only  any particular version client that BTS 2013 R2 supports.
    2) Do I need to know what version of Oracle db client is using before I install oracle client - (should support BTS2013 r2)
    3) For example, client has older version of Oracle Db say 8g and if I install Oracle client 11g will that work  with my BTS2013 R2 ?
    4) Is it mandatory to always install both 32 bit and 64 bit  client ?
    MBH

    Please follow the below steps (worked for me):
    1-    
    You can install it by running setup available in
    ODAC1110720.zip which can be downloaded from oracle site.
    2-    
    Install ODAC1110720 on the new OracleClient home.
    3-    
    Click
    Next on Welcome screen
    4-    
    Keep selecting
    Oracle Client 11.1.0.7.20 version to install
    5-    
    Keep selecting
    Oracle Client 11.1.0.7.20 version to install
    6-    
    Select
    D:\app as Oracle Base where Oracle Client is installed on your system and click
    Next:
    7-    
    Keep the default port and click
    Next to proceed:
    8-    
    Click
    Exit on successful installation
    If this answers your question please mark as answer. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Can I use oracle client 10g express to work on oracle 11g database

    I have installed an oracle DB 11g, I also installed oracle client 10g express edition to create users and tables. I noticed that the users I created can't connect to db with error message "Error java.sql.SQLException: ORA-01017: invalid username/password; logon denied" and tables I created can't access from my program. I get error message "Error java.sql.SQLException: ORA-00942: table or view does not exist". I start to suspect that client 10g express edition can't use with oracle 11g. Please help.
    any suggestion is appreciated.
    Thanks,
    -- Allen --

    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\temp>cd \oracle\app\oracle\product\10.2.0\server\BIN
    C:\oracle\app\oracle\product\10.2.0\server\BIN>
    C:\oracle\app\oracle\product\10.2.0\server\BIN>cd \temp
    C:\Temp>set ORACLE_HOME=C:\oracle\app\oracle\product\10.2.0\server
    C:\Temp>set ORACLE_SID=XE
    C:\Temp>set PATH=%ORACLE_HOME%\bin;%PATH%
    C:\Temp>type C:\oracle\app\oracle\product\10.2.0\server\NETWORK\ADMIN\tnsnames.o
    ra
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = FCC003L)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
    TEST =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = FCC003L)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = TEST)
    ORA11B =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = LAB2)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = ORA11B.example.com)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    C:\Temp>sqlplus system/oracle@ora11b
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jul 3 18:26:14 2008
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - ProductionWith the Partitioning, Oracle Label Security, OLAP, Data Mining,
    Oracle Database Vault and Real Application Testing options
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Pr
    oduction
    With the Partitioning, Oracle Label Security, OLAP, Data Mining,
    Oracle Database Vault and Real Application Testing options
    C:\Temp>

  • Conncet oracle client on Windows XP/7 to oracle 10g RetHot Linux server

    I have installed oracle 10g on Rethot Linux and oracle client 10g installed on windows 7 .how to connect oracle server from oracle client in different OS. Please give me step .

    Please Help Me..
    I have installed Oracle 11g server Release 2 on Oracle Enterprise Linux Release 5 Update 5 using VMWare and oracle 11g client R2 installed in windows 7 (host).My question is how to connect Oracle Server from Oracle Client?

  • Where can I get Oracle Client 10.2.0.2 or Oracle Client 10.2.0.5

    I need a Oracle Client version 10.2.0.2 or 10.2.0.5. Where can I get it? I tried oracle site, It only give me the base version of it 10.2.0.1.
    My client application has to have the correct version. Does anybody know where can I get it?
    This is urgent!
    Thanks a lot!

    user12048533 wrote:
    I need a Oracle Client version 10.2.0.2 or 10.2.0.5. Where can I get it? I tried oracle site, It only give me the base version of it 10.2.0.1.As others have notes - 10.2.0.5 could mean the future database & client patch set from Oracle Support, or the current Grid Control patch set from http://download.oracle.com
    Assuming you mean the database client, 10.2.0.3 and 10.2.0.4 are currently available. If they are not available in base form for your platform, then you take the highest one that IS available and download and apply the related patches.
    My client application has to have the correct version. Does anybody know where can I get it?
    In which case you want to discuss about the Oracle Support contract that your client currently is using.
    This is urgent!
    Apparently not. If it was, you would ask in the correct place - Oracle Support.
    You are asking in a forum of volunteers. There can, by definition, be nothing urgent in these discussions because you are not guaranteed an answer, never mind a timely answer. Even then the answer is not guaranteed to be correct. Especially since virtually none of the answers officially comes from Oracle.

  • ¿Does a 11g Oracle Client (64-Bit) Work With a 10g Server?

    Hello, good afternoon!!!
    I have a question: ¿Is it OK to use Oracle 11g Client (64-Bit) with a Oracle 10g Server?
    Thank you so much!!!

    Hello...
    Information:_
    Server: Oracle Database 10g Release 10.2.0.1.0
    Client: Oracle Database 11g Release 2 Client (11.2.0.1.0) (64-Bit)
    Thank you so much for your help!!!

  • Can we install oracle client 32 bit on Linux 64 bit

    Can we install the 32 bit applications like the oracle client on to a database server 64 bit and linux os 64 bit ?

    This question is two parts which I paraphrase as per my understanding; please correct me if I'm wrong:
    1) Can you install 32-bit applications (like the oracle client) on to a 64-bit Linux OS?
    Quick and correct answer is: Yes. Most distributions will include 32-bit libraries along with 64-bit libraries for just this purpose.
    2) Can a 32-bit Oracle Client "connect" to a 64-bit Oracle Database server?
    Yes.
    So ultimately, you could install 64-bit Oracle Database on a 64-bit Linux OS, and then continue by installing the 32-bit Oracle Client on the same host (although I see no real reason for this), and then finally use the 32-bit Oracle Client to connect to the 64-bit instance running on the same host.
    Hope this is helpful!
    Eric

  • Oracle client picking up wrong port while connecting to oracle server

    Hi,
    I have an oracle client installed in one of the system. As we know oracle client connects to the server on port 1521, but from my client system every time i try to connect it is taking random ports which are blocked on our firewall, hence not connecting to the server.
    Is there any method i can connect with port 1521 only. I have also put the entry in client tnsnames.ora
    Thanks in advance
    Regds
    Kiran

    M Kiran Kumar Reddy wrote:
    True, Tnsping is working but i am not able to connect to server
    my client system TNSNames.ora
    LIB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.228)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    Client to server tns ping result
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.
    1.228)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl)))
    OK (40 msec)
    Edited by: M Kiran Kumar Reddy on Jul 23, 2009 7:42 PMThat's because tnsping goes no further than the listener. There doesn't even have to be a database to get a successful tnsping. And since tnsping only needs to ping the listener (not the database) it only needs port 1521. It's when the listener tries to set up the actual database connection that he will (by default) pick an random port for that connection.

  • How to make Oracle Developer Suite use different Oracle client version

    Hello,
    I have installed Oracle Developer Suite 10g (9.0.4) on Win7 32bit
    When I run Oracle Forms or Oracle Reports or any DB tool (like SQL Navigator or PL/SQL Developer) and trying to connect to remote Oracle DB 10g (10.2.0.5.0) I get an error ORA-02248: invalid option for ALTER SESSION.
    Then I've installed Oracle Instant Client 10.1.0.4.0 and made DB tools use this client and error was gone, but I still get that error using Forms and Reports.
    So my qustion is, can I make Oracle Forms and Reports use any other Oracle Client but that was installed with Oracle Developer Suite? Or any other suggestions are welcome how to fix connection issue in Forms and Reports?
    I have read many threads and some suggested to set NLS_LANG. Done that, but it didn't help :(

    The better question is why are you trying to use an obsolete Oracle product on such a new OS and expecting it to work properly? Are you also using MS Office 95 on this machine? Attempting to hack a solution is fine if you are just learning to use a product or just playing around. However, I would never recommend attempting to do what you are doing.
    Oracle Forms 9.x was desupported years ago, long before Windows 7 was released. Trying to use it in this manner is risky at best and not something that should be done in a professional environment. If you are a student or just home user trying to learn on your own, I would recommend that you use a virtualization product like Oracle Virtual Box and create a vm of an older OS. For example XP, then install on that platform. If you are a licensed user of Win 7 Pro or higher, I believe Microsoft is still giving away (for free) "XP Mode". Details here:
    http://www.microsoft.com/windows/virtual-pc/download.aspx

  • Can 11g client connect to 10g server?

    I am very new to Oracle, so hope this isn't too basic of a question. I thought I saw something through my searches where the clients were backward compatible to older versions of the server. Will this work, 11g client connecting to a 10g server?
    I have a custom windows app that uses the Oracle client to pull data from an Oracle server at another location and pushed the data into a MS-SQLExpress database for a local cache to be used during th day. I do not have the source for this custom app or the time to re-create this custom app. We just installed a new Windows 2008 R2 (64bit) server and I just need to get the client back on the new server so the custom app will work again. The old server was running 8.1.7 client, but going to 64bit OS I want to use a more current client to avoid issues with 32bit/64bit compatibility problems.
    I am downloading the 11g 64bit client now, but want to make sure I'm not wasting my time and need to get a different client. Please advise.
    Thanks!

    In general, yes, you can use a later version of the client to connect to an earlier version of the database and vice versa. But that only generally works for a few major releases. Unfortunately "10g" and "11g" are somewhat ambiguous-- both could be referring to one of two major releases.
    Metalink 207303.1 is the client/server interoperability matrix. If by 11g you mean 11.2 and by 10g you mean 10.1, the 11.2 client will not work with a 10.1 database. If the client is 11.2 and the database is 10.2, it should be at least 10.2.0.2. If the client is 11.1, the database should be 10.1.0.5 or 10.2.0.2 or higher.
    Justin

Maybe you are looking for

  • After I did Partition on my windows, I lost my mac os on booting option

    Hello everyone i need help, I installed windows 8 perfectly on my macbook pro (mid 2012) Then I restart my mac, and try to press option, I still see the mac os option But after I partition my disk (the bootcamp disk) i seen 3 accessible disk in my co

  • My password doesn't work.

    My password doesn't work. Can't open with digital editions two ebooks bought on chapitre.com

  • Experiencing Issue with Beasvc.exe and Win2K on WLS6.0SP2

    I'm running into an issue with my cluster when I run my nodes as a background service on Win2K Advanced Server. Nodes are dropping out of the cluster left and right. There is no trace even in verbose mode that is telling me why my nodes are failing.

  • Cannot Uninstall TV Center Toolbar in Safari

    Help - I tried the uninstall feature on the TV Center Toolbar itself. I tried the uninstall feature in the applications-toolbars folder. I have reinstalled the toolbar and retried the above steps as per company instructions. Still there - still usele

  • Premiere Elements 13 on OS X Yosemite 10.10 Crashes After Launch

    Hello, I'm running Premiere Elements 13, with all updates applied, on OS X 10.10 and each time it crashes within two to five minutes after launch. There does not appear to be a particular action that triggers the crash and does not happen at the same