Instant Client 10.2.0.4 and Warehouse Builder 11.2 on Same Machine

Previously we used instant client 10.2.0.4 on our development box to connect to 8.1.7.4 and 10.2.0.4 databases. After installing warehouse builder 11.2 we could no longer connect to 8.1.7.4 since the environment was updated to use the 11.2.0.2 client from warehouse builder.
Attempting to fix that, i changed the PATH setting in Windows to put the instantclient directory ahead of the OWB path. Even after restarting, connections to 8.1.7.4 fail with ORA-03134.
How can I get instantclient 10.2.0.4 working without uninstalling OWB?

Client 11g can only connect to 9iR2 onwards only.
You also have to look for ORACLE_HOME environment/registry variable and remove the 11.2 directories from the PATH.
If possible use a batch script specific to the versions you want to use and set the PATH/ORACLE_HOME appropriately.

Similar Messages

  • Instant Client 10.1.0.5 and ORA-12640 with External Authentication

    I am using v10.1.0.5 of Instant Client on Windows 32bit. I have hit bug 5114330 (ANO: ORA-12640 authentication adapter initialization fails if Operating System User does not have admin rights). This was fixed in patch 12 of 10.1.0.5. I copied the updated files from patch 28 that related to the instant client files and I am still hitting the same problem. How do I patch my instant client install to overcome this bug? Using v10.2 of instant client is not an option as it is not compatible with our application.
    Kind regards,
    Steve

    I guess that if you know what you are doing, that approach should work fine; the "standard procedures" are there to guide people who have little experience and to provide a cookbook for how to do it.
    I am not sure about version 10.1, but in Instant Client 10.2 everything except for the Instant Client shared library (in 10.1 that is oraociei10.dll) is the same as the regular client. The Instant Client shared library contains messages and similar, so probably has no influence on a code bug as you experience it.
    What I would do in your case is to install the regular client on a test machine, apply the patch there and see if the problem is fixed there.
    If not, you have a better case for Oracle support, because they understand the regular client much better.
    If it works there, replace the Instant Client shared libraries with the files from the regular client and see if it works.
    In the case that the error persists, I guess there's no way around a Service Request, because nobody except for Oracle can look into the code.
    Yours,
    Laurenz Albe

  • Can I run 64 bit LabVIEW and 32 bit LabVIEW on the same machine?

    If I have a 64 bit OS (Windows 7 64 bit or Server 2008 64 bit) can I install and run 32 and 64 bit LabVIEW on the same machine?
    John

    LabVIEW 64-Bit vs. 32-Bit Applications FAQ
    Q. Can I have both LabVIEW 32-bit and LabVIEW 64-bit installed on the same 64-bit machine?
    A. Yes.
    The FAQ will likely answer other questions you have regarding the restrictions and issues you will have with having both versions and compiling in one vs the other.

  • Acrobat 9 (Pro) and Acrobat X(10) in the same machine?

    Hi,
    Is it possible to install both Acrobat 9 and X (10) in the same machine?
    I have 32-bit XP machine as well as Acrobat 9 licensed version installed in it. I would like to know if I install Acrobat X (10)'s Trial version from the internet, what would happen to my licensed version 9?
    Thanks in Advance!

    Adobe does not support installation of two different copies of Acrobat on the same machine.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Tue, 20 Sep 2011 10:45:29 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Acrobat 9 (Pro) and Acrobat X(10) in the same machine?
    Acrobat 9 (Pro) and Acrobat X(10) in the same machine?
    created by Atit Shah<http://forums.adobe.com/people/at0122> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3927669#3927669

  • Can I install Web Standard CS4 and Design Standard CS4 on the same machine?

    Can I install Web Standard CS4 and Design Standard CS4 on the same machine?  My company purchased me a copy of one, and I have a personal copy of the other.  Wanted to make sure there wouldn't be any serial number problems in any case...thanks!

    Yes, but do a custom install to choose the apps to install to avoid any possibility of conflicts.
    Bob

  • Connect Oracle 10G XE and Oracle 9.2i Simultaneously from same machine

    Hello,
    How to Connect Oracle 10G XE and Oracle 9.2i Simultaneously from same machine using .Net Application.
    I have one application which is in .net, i want to connect it with oracle 10g XE and oracle 9.2i Simultaneously.
    it always connect only one database which is first in environment variable (path).
    please reply.

    Use SQL*Net or JDBC Connections. Looks like you are connecting using the Bequeathed connections
    Christopher Soza
    Oracle BI DBA

  • Why do I need instant client if I installed 11g1 and it works

    sqldeveloper works
    em works
    sqlplus works
    I have a problem with oci8, php 5.2.6, apache 2.2 ...all are installed and working
    All the instructions I've found (and there are many) talk about
    (1) Zend installs what I already have
    (2) installing apache, oci8, php and instant client form scratch
    I am NOT going to reduce a working system to scratch.
    BTW my oci programs work and they have in the past worked through a client.

    What Oracle Software is installed on the machine: client or server?
    I concur that there is no need for Instant Client here, indeed it would be a bad idea.
    Anything that works with Instant Client should also work with the regular client.
    If you encounter any Oracle-specific error messages, feel free to post them and ask for an opinion (even though this forum is reserved for Instant Client, it might be an obvious problem).
    Yours,
    Laurenz Albe

  • Problem with Instant Client 10.2 with ODBC and Studio 6.0

    Has anyone else had the issue of not being able to make a second connection after the first connection has been closed and the free HENV is called via the object distructor? What actually fails is the second time thru the SQLDriverConnect call returns -1. If the connection object is a global but close is still called it will work. So this leads me to believe the problem might be from the SQLFreeEnv call in the distructor.
    If I run test using the 10.1 Instant cleint it works fine. I have included some code that I use to test with below.
    I am using:
    XP Pro sp2
    Visual Studio 6.0 sp6
    Instant Client 10.2
    MDAC 3.51
    Oracle Server 10g
    Thank you for anyone suggesting advice, help, direction....
    #include "stdafx.h"
    #include <afxdb.h>          
    #include "DriverTest.h"
    #include <odbcss.h>
    #ifdef _DEBUG
    #define new DEBUG_NEW
    #undef THIS_FILE
    static char THIS_FILE[] = __FILE__;
    #endif
    static char CONN_STRING[] = "DSN=TMTest2;UID=TMMain;PWD=TMMain1;";
    CWinApp theApp;
    using namespace std;
    CDatabase cdGlobalTMMainDB;
    BOOL TestOnStack();
    BOOL TestGlobal();
    int _tmain(int argc, TCHAR* argv[], TCHAR* envp[])
         int nRetCode = 0;
         // initialize MFC and print and error on failure
         if (!AfxWinInit(::GetModuleHandle(NULL), NULL, ::GetCommandLine(), 0))
              // TODO: change error code to suit your needs
              cerr << _T("Fatal Error: MFC initialization failed") << endl;
              nRetCode = 1;
         else
              // TODO: code your application's behavior here.
              cout << "---------------------- Testing connection as global ------------------------" << endl;
              TestGlobal();
              TestGlobal();
              cout << endl << "---------------------- Testing connection on stack -------------------------" << endl;
              TestOnStack();
              TestOnStack();
              cout << endl << "---------------------- Testing connection as global(again) -----------------" << endl;
              TestGlobal();
              TestGlobal();
         return nRetCode;
    BOOL TestOnStack()
         CString sMessage;
         BOOL bOkay = false;
         try
              CDatabase cdStackTMMainDB;
              // try open connection
              cout << "Attempt open on stack... " ;
         bOkay = cdStackTMMainDB.OpenEx( CONN_STRING, CDatabase::noOdbcDialog );
              // close connection
              cdStackTMMainDB.Close();
              cout << "Successful" << endl;
         catch( CDBException *pX )
              CString cszTheStr;
              printf("FAILED - CDBException has occurred %s\n", pX->m_strError );
              pX->Delete();
         catch( CMemoryException *pX )
              printf("FAILED - CMemoryException has occurred\n" );
              pX->Delete();
         catch( ... )
              printf("FAILED - Other exception has occurred.\n" );
         // return results
         return( bOkay );
    BOOL TestGlobal()
         CString sMessage;
         BOOL bOkay = false;
         try
              // try open connection
              cout << "Attempt open as global... " ;
         bOkay = cdGlobalTMMainDB.OpenEx( CONN_STRING, CDatabase::noOdbcDialog );
              // close connection
              cdGlobalTMMainDB.Close();
              cout << "Successful" << endl;
         catch( CDBException *pX )
              CString cszTheStr;
              printf("FAILED - CDBException has occurred %s\n", pX->m_strError );
              pX->Delete();
         catch( CMemoryException *pX )
              printf("FAILED - CMemoryException has occurred\n" );
              pX->Delete();
         catch( ... )
              printf("FAILED - Other exception has occurred.\n" );
         // return results
         return( bOkay );
    }

    For what it is worth, I am having a similar problem with an application I support. When I upgraded from 10.2.0.2 to 10.2.0.3 to fix a performance problem, we now have this connection problem. If I can not get a good solution for the InstantClient I will have to start using the Full 10.2.0.3 Client and I am not looking forward to deploying that.
    Steve Hicklin
    USA

  • PHP 4.3.11 Oracle Instant Client  10.1.0.4 and my firewall

    I've successfully compiled php with oci8 instant client support.
    The web server is in the DMZ and Oracle on a windows machine in my
    local net .. I've set up my firewall to allow the communication
    betweeen my web server and the oracle machine by freeing the
    standard port 1521.
    when I call the ociplogin function I pass as server argument //192.168.10.3:1521/medDB which match my oracle server configuration.
    As result I become
    Warning: ociplogon(): ociopen_server: ORA-12541: TNS:no listener
    Well I've checked my firewall ad I noticed it blocked connections from
    my web server to my oracle on the port 1035.
    Today I rebooted the web server .. restarted apache
    and on the firewall I had the same blocking
    but this time on the port 1044.
    Someone knows something about this strange behaviour ?
    thank you in advance
    Alex

    Hi,
    Here is the link where you can find the ports : http://www.freshports.org/search.php?query=linux-oracle-instantclient-&search=go&num=10&stype=name&method=match&deleted=excludedeleted&start=1&casesensitivity=caseinsensitive
    One question :
    I'm trying to run sqlplus, but have a pb of version :
    (sh)$ sqlplus
    sqlplus: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /compat/linux/usr/lib/oracle/10.2.0.1.20050713/client/lib/libsqlplus.so)
    sqlplus: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found (required by /compat/linux/usr/lib/oracle/10.2.0.1.20050713/client/lib/libclntsh.so.10.1)
    sqlplus: /lib/libc.so.6: version `GLIBC_2.3.3' not found (required by /compat/linux/usr/lib/oracle/10.2.0.1.20050713/client/lib/libclntsh.so.10.1)
    sqlplus: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /compat/linux/usr/lib/oracle/10.2.0.1.20050713/client/lib/libclntsh.so.10.1)
    sqlplus: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /compat/linux/usr/lib/oracle/10.2.0.1.20050713/client/lib/libnnz10.so)
    I had the same problem when I tried to compile directly from the client.
    I can't find GLIBC_2.3.3 on FreeBSD 5.3.
    Do you know if it works with another version of FreeBSD ? or should I install an emulator (I tried red hat 8.8, but doesn't work)? I tried to compile glib2.3.3, but it hasn't been ported on FreeBSD.
    Anyway, I will try with redhat9.
    Thanks,
    Basha

  • Instant Client 10.1.0.3 and 8i

    I finally got PHP 4.3.11 compiled with Instant Client however I get an error that my database is not supported/
    I know that the latest release of the Instant Client allows for 8.1.7.x but will Instant Client ever support 8.1.6.x?
    Andrew

    Hi,
    I've tried nearly the same today (but with 8.1.7) and also had no success.
    When does the error occur? What is its description?

  • Instant Client 10.2.0.1 and Linux...

    I am new to the Linux world and am trying to create an OCCI application. I have the following configuration:
    Linux Fedora Core 4
    Oracle Instant Client 10.2.0.1
    gcc version 4.0.0 20050519 (Red Hat 4.0.0-8)
    Will this configuation allow me to create OCCI applications? I have created a simple application that only tries to create an Envionment object. I have tried to compile my app with 2 different commands:
    g++ -I/usr/include/oracle/10.2.0.1/client OracleTest.cpp -o OracleTest.exe -L/usr/lib/oracle/10.2.0.1/client/lib -lclntsh -locci
    and
    g++ -I/usr/include/oracle/10.2.0.1/client OracleTest.cpp -o OracleTest.exe -L/usr/lib/oracle/10.2.0.1/client/lib /usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so.10.1 /usr/lib/oracle/10.2.0.1/client/lib/libocci.so.10.1
    The first command returns saying that the compiler cannot find either of the specified libraries (all of my paths are correct). The second command returns all kinds of string errors.
    Does anyone have a similar configuration to mine and have they successfully created OCCI applications?
    Thank you,
    Jason

    OCCI Libraries packaged with 10.2.0.1 Instant Client are gcc323 compatible only.

  • When Instant Client for AIX 5L 32 and HP-UX PA-RISC 32 are released?

    Does anyone know when Instant Client for AIX 5L 32 might be release?
    and also, Instant Client for HP-UX PA-RISC 32 ?

    There isn't much to check. This is the Instant Client and it was downloaded specifically for the 32-bit PA-RISC platform. The "documentation" simply says I should set the "LD_LIBRARY_PATH" environment variable to include the directory where I unzipped the files. It is obviously looking at the libraries when I load my application, otherwise I would get a different type of error message along the lines of "missing Oracle client". FYI, This is not one of the newer 8x00 chips which support 64-bit addressing, but that is the point of the 32-bit option. I assumed this was compiled for my platform (which more specifically is an HP PA-RISC 7300LC 160MHz processor with 768MB RAM). I know this isn't the most modern box, but I would like to have a simple lab environment for my ERP application and save the hassle and additional expense of aquiring a 64-bit compatible workstation. I figure what I have works well with my application, and there is no 9i 32-bit client...so why not try the 10g Instant Client which should be backwards compatible with my database. BTW, the database is not running on this box, it's on a remote server which does support 64-bit and happens to be running Oracle 9.2.0.4.

  • Developer Day Hands-on Lab VM and Warehouse Builder 11.2

    Hi,
    I was going to try to use Warehouse Builder in the Developer Days VM environment, but I see that the directories for it are missing in the Oracle database 11.2 home. Were they removed? (know of any reason I can't just install an OWB standalone in the environment alongside the DB?)
    thanks
    -Antonio, OWB PM

    updated schedule/the agenda
    Edited by: Marco Gralike on Aug 5, 2010 10:56 AM

  • Runing BO 6.5 and Xi 3.0 on the same machine

    I have installed 6.5 and Xi 3.0 on the same workstation. Both versions run fine when I run them one at a time (open one, work on it, then exit before starting the other).
    However, when I run 6.5 and Xi 3.0 simultaneously, then the next time I try to run either of them, I receive a message asking me to install again.
    Has anyone run into this?
    Michael O

    Hello Constantino,
    Is there no way this will work? As I have several customers thinking about or planning an upgrade/migration to XI 3.0, running legacy and new software side-by-side on the same machine is a very important issue, especially as migrations are usually an incremental process, requiring both versions to co-exist for some time.
    I have never had any problems running 5.x / 6.x and XI r2 on the same machine, even simultaneous, that's why I'm so surprised at the sudden change.
    Any input would be welcome! Thank you!
    Kind regards,
    Kristof Speeckaert

  • Iweb 1.1.2 and iWeb 2.0 on the same machine?

    Is it possible/safe to run both versions on the same machine? If so how does one do this? If this has already been covered, would someone be so kind as to point me the way?
    I cannot trust 2.0 for serious work, but I think that it would be good to have it around in the event that the problems with it are every resolved. But I would like/need to continue to develop a website for a commercial interest and thus need to be working on the previous version.
    So, I would appreciate very much if some of you wizards could tell me what is the most effective (and yes safe) way to be able to have both versions running on the same machine -- not at the same time of course.
    thanks for your time!

    I think I answered one of your posts on this subject in another topic regarding running both versions of iWeb on one computer.
    I am doing it but I don't think its very wise unless you are real careful.
    I don't publish "serious" websites to .Mac but I do use it for testing sites.
    I have two old test sites on .Mac made in iWeb '06 and one made using iWeb '08.
    I don't see why they would interfere with each other. They are in separate folders on your iDisk. Publishing to .Mac hasn't caused me any problems but then I really did not care if they got screwed up as I was only testing!
    If you are working with more than one website you are better to save the domain.sites2 files in separate folders to make working on them and publishing to a folder easier and to publish each to a server with their own domain names.
    The only problems I have had with converting old sites to iWeb '08 is with the page backgrounds and the navigation menu. I just quickly redid the backgrounds and that solved that. I'm not going to bother with the navigation issue because I have decide to rebuild my sites, one by one, in iWeb '08.
    The transition from iWeb '06 to '08 was so horrendous for a lot of people that I just want to leave it in the past.
    iWeb '08 is working fine for me. Its so easy and fast to use - what's the big deal about rebuilding a website when you get to incorporate the new features!
    Message was edited by: Roddy

Maybe you are looking for