ODBC Driver Requirements

Greetings -
At the request of numerous clients, we are forming a generic connectivity link to Oracle. The ODBC driver we are using - although it works wonderfully well with applications like MS Access, fails the TNS with Oracle.
Can anyone point me to and/or supply me with the basic set of ODBC calls (and version level) required to create a basic generic connectivity link through Oracle?
Thank you -
z.
Can anyone point me to or supply me with

Skip,
ODBC requirements for Generic Connectivity is available in Chap 7 of the Heterogeneous Connectivity Administrator's guide.
http://otn.oracle.com/docs/products/oracle9i/doc_library/901_doc/server.901/a88789/gencon.htm#1004925

Similar Messages

  • ODBC driver install says requires unixODBC 2.3.0, but I have 2.3.1 installed

    I'm trying to install the ODBC driver according the instructions here http://technet.microsoft.com/en-us/library/hh568454.aspx but when I do ./install.sh verify it fails and write this to the log:
    [Thu Jul 18 10:28:22 EDT 2013] Verifying that unixODBC is version 2.3.0
    [Thu Jul 18 10:28:22 EDT 2013] unixODBC version must be 2.3.0 . See README for more information.
    I have 2.3.1 of unixODBC installed.  Is there a way to change the requirement in this verify process so that 2.3.1 passes the test and the install can continue?

    Hi especht590
    where did u get the 2.3.0 version?  please
    share with me.
    I have suse 12.3

  • Database link Oracle to MySql Error [Microsoft][ODBC Driver Manager]

    Dear all:
    I need your help, I want to access mysql database from oracle 11g r2. When I try to connect mysql database from oracle database I'm getting the error shown below, kindly help your help will be appreciated, thanks in advance
    When I excute:
    select * from test1@mysqltest;
    [ERROR]
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified {IM002}
    ORA-02063: preceding 2 lines from THAONT1.MYSQL
    28500. 00000 -  "connection from ORACLE to a non-Oracle system returned this message:"
    *Cause:    The cause is explained in the forwarded message.
    *Action:   See the non-Oracle system's documentation of the forwarded message.
    My config
    oracle db:11.2.0.3 enterprise edition
    os:win 7 64 bits
    mysql connector odbc:64 bit
    mysql db:5.1.19
    ODBC Config
    LISTENER.ORA:
    =============
    # listener.ora Network Configuration File: D:\app\THAONTSE90151\product\11.2.0\dbhome_3\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = D:\app\THAONTSE90151\product\11.2.0\dbhome_3)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:D:\app\THAONTSE90151\product\11.2.0\dbhome_3\bin\oraclr11.dll")
        (SID_DESC =
          (SID_NAME = tst)
          (ORACLE_HOME = D:\app\THAONTSE90151\product\11.2.0\dbhome_3)
          (PROGRAM = dg4odbc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.12.1.58)(PORT = 1521))
    ADR_BASE_LISTENER = D:\app\THAONTSE90151
    TNSNAMES.ORA:
    ================
    TSTLINK =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.12.1.58)(PORT = 1521))
        (CONNECT_DATA =
          (SID = tst)
        (HS = OK)
    inittst.ora($ORACLE_HOME/hs/admin)
    ========================
    # This is a sample agent init file that contains the HS parameters that are
    # needed for the Database Gateway for ODBC
    # HS init parameters
    HS_FDS_CONNECT_INFO = testmysql
    HS_FDS_TRACE_LEVEL = off
    # Environment variables required for the non-Oracle system
    #set ODBCINI=D:\ODBC.INI
    dblink created from oracle to mysql:
    ==========================
    SQL> create public database link mysqltest
    connect to thaont identified by abc123 using 'TSTLINK';
    SQL>select * from test1@mysqltest;
    [ERROR]
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified {IM002}
    ORA-02063: preceding 2 lines from THAONT1.MYSQL
    28500. 00000 -  "connection from ORACLE to a non-Oracle system returned this message:"
    *Cause:    The cause is explained in the forwarded message.
    *Action:   See the non-Oracle system's documentation of the forwarded message.
    kindly help.
    thanks & regards.

    The error message "[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified {IM002}" is self explainind - DG4ODBC is not able to find the ODBC DSN you created.
    In your gateway init file you configured the DSN: HS_FDS_CONNECT_INFO = testmysql
    And according to the Windows ODBC Admin screenshot you created a DSN called testmysql - unfortunately you created it as a USER DSN. But DG4ODBC needs a SYSTEM DSN. The reasin why it needs a system DSN is that by default the Oracle listener is running in the local system account. So when you create an ODBC USER DSN it can be access by the user who created it, but nobody else can use it - also not the local system account which is serving the Oracle listener. So you need to create a system DSN that every user on this machine can use the DSN (including the local system account) .
    - Klaus

  • Use of parameter sets with prepared INSERTS via Oracle's ODBC driver 8.1.6.4

    Oracles ODBC driver, version 8.1.6.4, allows for driver configuration of three different batch auto commit modes. If I select COMMIT ALL SUCCESSFUL STATEMENTS and cause my app to execute a prepared and parameterized INSERT statement that makes use of parameter value sets, all records up to the first record that causes an error are committed. What is happening? The driver returns only one diagnostic record, with SQLGetDiagField returning the index of the bad record through the [SQL_DIAG_ROW_COUNT] field. Regardless of whether SQLExecute executed successfully or not, the [SQL_ATTR_PARAM_OPERATION_PTR]/ [SQL_ATTR_PARAM_STATUS_PTR] buffers are not initialized by the driver. Even more so, the drive returns SQL_PARC_NO_BATCH for SQLGetInfo when [SQL_PARAM_ARRAY_ROW_COUNTS] is passed. Does anyone know if the driver fully or partially or does not support use of parameter value sets. If it is only partial implementation, ignoring the parameter operation and status buffers, in my opinion, greatly diminishes any real use of parameter value sets. Does anyone known if the above problems disappear with use of Oracles ODBC driver, version 8.1.7.3.0?
    All help is greatly appreciated,
    Chris Simms
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Justin Cave ([email protected]):
    What version of the database do you have on the back end?
    Justin<HR></BLOCKQUOTE>
    Oracle8i version 8.1.6. Looking at the specs that come with the ODBC driver upgrades, version 8.1.7.3.0 [which requires Oracle*i version 8.1.7] and 8.1.6.4, it seems that similar enhancements/fixes were made to both. I honestly do not know if what I am attempting is possible with either of the ODBC drivers. I really would prefer not to have to drop down to programming using OCI.
    Chris
    null

  • Installing Oracle ODBC driver from within another installation

    My application requires ODBC driver. Is it possible/recommended
    to install the driver from within my installation program (other
    than invokig the ODBC's setup program)? If so, what are the
    files that need to be installed, the registry entries that need
    to be updated and other activities perfromed?
    Thanks
    Michael

    In order for the ODBC driver to function properly, the Oracle
    client must have been installed on the user's machine. If the
    Oracle client has been successfully installed, users will have
    the Oracle ODBC driver.
    Since the Oracle client install is very large as installers
    go, you probably don't want to package this with your app. In
    addition, the Oracle client installation is pretty significant
    in terms of what it does, so you definitely don't want to try to
    replicate that work in your installer.
    Justin

  • ODBC driver for Win Server 2008 64-bit.

    I need help with installing the ODBC driver for Win 2008 64-bit. I'm not really familiar with Oracle products but anyway I was asked to install the driver. I downloaded Oracle 11g ODAC 11.1.0.7.20 which includes the Oracle ODBC Driver 11.1.0.7.0 from this link http://www.oracle.com/technology/software/tech/windows/odpnet/index.html. I only needed the ODBC driver so that's what I selected during installation (plus one other required component). The installation was successful but when I go into ODBC admin to add a new data source I don't see the Oracle driver. I probably downloaded the wrong software. Can someone point me to the right direction? Thanks.

    I need to install the developer suite first in order to get tnsnames and sql plusThat's wrong, you need to install the correct client:
    http://www.oracle.com/technetwork/database/10203vista-087538.html
    http://www.oracle.com/technetwork/database/10204-winx64-vista-win2k8-082253.html
    Note: If you have Windows 2008 R2, you need patchset 10.2.0.5, which is only available from MOS/metalink.

  • Incorrect version of oracle server or odbc driver

    Hi friends,
              I am using oracle database 11g ,i like to connect oracle database with my sage ERP accpac 5.6 , i connect with sage it show me the error "incorrect version of oracle server or odbc driver or odbc driver manager"
    please anyone help me
    Thanks

    It appears the problem was that I had J2EE 1.4.2 and actually required J2SDK 1.4.2 i.e. the Standard edition rather than the Enterprise edition. Even though there are exactly the same files in the 'bin' directory in both versions. The installation now works.
    Mark

  • Where can I find the ODBC driver for ORACLE XE

    Hi,
    Please help me in urgent. Where can I download the ODBC driver for Oracle XE?
    The OTN site I had visited but cannot find the suitable ODBC drive for Oracle XE, or (but, I am not sure) the ODBC 10g is suitable I had downloaded it but require Oracle Universal Installer to install.
    Message was edited by:
    user505611

    Have you checked the OTN site?
    http://www.oracle.com/technology/software/tech/windows/odbc/index.html
    Update: Drivers for 10g should work with XE. Can't say anything about the installation procedure, since I don't use/install ODBC.
    C.

  • How to install Oracle Lite ODBC driver without connecting the mobile server

    My Oracle Lite version is 10g R3.
    I am using branch office version application.
    I wanted to connect oracle client database(.odb file) via Lite DSN in a windows XP machine without installing the client in that device.
    Some of my users wanted to access the client database from backend which requires a DSN entry in that device.Oracle Lite ODBC gets registered in the device only when we do a setup from the mobile server or if Oracle 10g Lite MDK is installed.
    I do not want either of this to be done in my user PC. I wanted a ODBC utility which will register oracle Lite ODBC Driver (Normal & Cleint) in the user PC so that i can manually create and configure the DSN.
    Does anyone have a solution for this?
    Regards,
    Ashok Kumar.G

    Dear Sir,
    Yes, you can find the Driver here
    http://www.oracle.com/technology/software/tech/windows/odbc/index.html

  • Upgrading ODBC driver

    Hi,
    We are trying to upgrade our ODBC driver to the latest version using the ora9208.zip file downloaded through
    Metalink (I can't see the version number).
    The problem we are having is...I follow the instructions for copying the unzipped files into specific places on
    the server.
    README PART IV:
    Copy unzipped ORA9208\bin\sqora32.dll file into C:\Oracle\Ora92\bin on the server.
    Copy unzipped ORA9208\bin\sqoras32.dll file into C:\Oracle\Ora92\bin on the server.
    Copy unzipped ORA9208\bin\sqresus.dll file into C:\Oracle\Ora92\bin on the server.
    All this works ok.
    Copy unzipped ORA9208\ODBC\html\ODBCRelnotesUS.htm file into
    C:\Oracle\Ora92\ODBC\html on the server.
    Copy unzipped ORA9208\readme.txt file into C:\Oracle\Ora92\ODBC\html on the server.
    Copy unzipped ORA9208\ODBC\mesg\oraodbus.msb file into C:\Oracle\Ora92\ODBC\mesg on the
    server.
    Cannot copy any of these files to the server as neither the html or the mesg directories exist on the server.
    We fulfilled the prerequisites and upgraded the Oracle client but the same problem persisted.
    What we need to know is how can we upgrade to the latest ODBC driver for HP DL385 running Windows Server 2003 (32bit) without experiencing the above issue.
    If anyone has had this same issue, PLEASE let me know how you got around it
    Thanks,
    user567758

    You should not perform actions manually, you should let the OUI to perform the actions. If you were required to manually copy files, it mean your services were not properly shutdown at install time and Oracle was not able to overwrite existing files. You should retry operation with all oracle related services down. Sometimes there are files (some dll's) required by third parties who maintain the dll's active at install time. You should take note on this before retrying installation.
    ~ Madrid.

  • ODBC Driver for Redhat Linux Configuring

    HI,
    Any one know the procedure of installing ODBC driver in redhat linux.
    The requirement is the application is running on windows and oracle 11g database is running on linux. All the Exe of application uses ODBC driver to connect to oracle database 11g.
    Is there any process to install ODBC driver in linux so that i can ran all the EXE's in linux. Can any one provide the docs on these topics.
    i have read some topics and enquired most of them they said can be done using the wine utility in linux. So i think to post in Oracle forum so that i get some clue to proceed.
    Thanks in advance...
    SAI

    Oracle provides a driver that allows a Windows client to connect to databases on any platform. If you're looking for an ODBC driver for a non-Windows client, there are a few third parties that produce these sorts of drivers (DataDirect comes to mind), but most of them are commercial. http://www.unixodbc.org is an open source project to do the same thing.
    Justin

  • Odbc driver for DG-UX TRU 64 -please HELP

    can anyone tell me where to find one that will anable unix process to talk to oracle db?,
    also since i telent to access the DB from a pc(win 95 do i need to instal for both for client i.e win 95 and also for the server (DG-UX)or would just server be fine?
    Thanking you
    alka

    I suspect this is going to be a rather tall order. Oracle's ODBC driver is a Windows-only product, so your PC would be able to connect to the database easily. I have heard of Solaris ODBC drivers, but I'm not sure who produces them (possible Merant). I've never heard of a company releasing DG-UX ODBC drivers.
    The reason our ODBC driver is Windows-only is that ODBC relies on a number of components, i.e. the ODBC Driver Manager, which Microsoft provides. ODBC drivers for other products requires that these components be rewritten for the new platform, which is a very difficult task.
    Justin Cave
    ODBC Development

  • Java.sql.SQLException[Microsoft][ODBC Driver for Oracle][Oracle]

    I have just installed Oracle8i and i m trying to connect a project to d database using ODBC. I gave
    Driver class name as sun.jdbc.odbc.JdbcOdbcDriver
    Connection Info as jdbc:odbc:dbgen dbgen is my project name
    Database name as Oracle
    Username as scott
    Password as Tiger
    i am getting this exception
    java.sql.SQLException[Microsoft][ODBC Driver for Oracle][Oracle]
    can ne one help me out plz???

    hi
    dbgen is your project name? it should be the dsn name that has to be mentioned. Go to control panel->administrative tools>data sources and add the type of driver required.
    import java.sql.*;
    import oracle.jdbc.pool.*;
    public class TestThinDSApp {
      public static void main(String args[]) throws ClassNotFoundException,
          SQLException {
        // These settings are typically configured in JNDI
        // so they a implementation specific
        OracleDataSource ds = new OracleDataSource();
        ds.setDriverType("thin");
        ds.setServerName("dssw2k01");
        ds.setPortNumber(1521);
        ds.setDatabaseName("orcl"); // sid
        ds.setUser("scott");
        ds.setPassword("tiger");
        Connection conn = ds.getConnection();
        Statement stmt = conn.createStatement();
        ResultSet rset = stmt
            .executeQuery("select 'Hello Thin driver data source tester '||"
                + "initcap(USER)||'!' result from dual");
        if (rset.next())
          System.out.println(rset.getString(1));
        rset.close();
        stmt.close();
        conn.close();
    }Hope this helps to some extent..
    Edited by: S.Manikandan on Jun 21, 2008 10:07 AM

  • ODBC driver install failure

    I'm trying to simply install the Oracle 9 odbc drivers on winxp/win2k boxes.
    First, you have to install the Oracle Universal Installer, which is actually called the 'Oracle Software Packager' on the downloads screen.
    Next, with the OUI, install the ODBC drivers (9.2.0.4). The OUI throws several errors in a row, and wont install the drivers.
    Some of the support documents say that the Oracle Net Client needs to be installed first. All I want is the ODBC drivers, which will be used by Access/Excel/Brio/SQLServer to connect to an Oracle db.
    Do I actually need to install this other piece of software to get the ODBC drivers?
    If so, where can I find such a thing? There is no such software listed on the software downloads page, but given that the OUI is actually called something completely different on the software downloads page, I figure it may be named something else. Can someone please point me at the correct location?
    Thank you,
    Andrew
    OUI log results follow:
    Environment variables:
         ORACLE_HOME =
         PATH = .\bin\win32;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Perl\bin\;C:\Program Files\Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\Common Files\Adaptec Shared\System;C:\PROGRA~1\TPWEB32;C:\SQL10\bin;C:\SQL10\dll;"C:\Program Files\PKWARE\PKZIPC\"
         CLASSPATH = "C:\Program Files\Java\j2re1.4.1_03\lib\ext\QTJava.zip"
    Username is: hollamona
    The installer version is 2.2.0.16.0
    *** Welcome Page***
    Setting value of SHOW_COMPONENT_LOCATIONS_PAGE to true
    Setting value of SHOW_CUSTOM_TREE_PAGE to true
    Setting value of SHOW_SUMMARY_PAGE to true
    Setting value of SHOW_INSTALL_PROGRESS_PAGE to true
    Setting value of SHOW_REQUIRED_CONFIG_TOOL_PAGE to true
    Setting value of SHOW_OPTIONAL_CONFIG_TOOL_PAGE to true
    Setting value of SHOW_RELEASE_NOTES to true
    Setting value of SHOW_END_SESSION_PAGE to true
    Setting value of SHOW_SPLASH_SCREEN to true
    Setting value of SHOW_WELCOME_PAGE to true
    Setting value of SHOW_ROOTSH_CONFIRMATION to true
    Setting value of SHOW_EXIT_CONFIRMATION to true
    Setting value of NEXT_SESSION to true
    Setting value of NEXT_SESSION_ON_FAIL to true
    Setting value of SHOW_DEINSTALL_CONFIRMATION to true
    Setting value of SHOW_DEINSTALL_PROGRESS to true
    Setting value of INVENTORY_LOCATION to C:\Program Files\Oracle\Inventory
    Setting value of UNIX_GROUP_NAME to
    Setting value of REGISTRATION_KEYWORD to regKey
    *** Product Registration Page***
    RegistrationKeyword = REGISTRATION_KEYWORD = regKey
    Initializing inventory setup WCCE
    Doing operation in inventory setup WCCE
    Setting value of CLUSTER_NODES to
    *** Cluster Node Selection Page***
    ClusterNodes = CLUSTER_NODES =
    Setting value of FROM_LOCATION to C:\temp\oracle_odbc\9204\stage\Disk1\stage\products.jar
    Setting value of ORACLE_HOME to C:\OraHome1
    Setting value of ORACLE_HOME_NAME to OUIHome
    *** File Locations Page***
    FromLocation = FROM_LOCATION = C:\temp\oracle_odbc\9204\stage\Disk1\stage\products.jar
    ToLocation = ORACLE_HOME = C:\OraHome1
    ToName = ORACLE_HOME_NAME = OUIHome
    Initializing installer access setup
    Setting value of ORACLE_HOME to C:\OraHome1
    Setting value of ORACLE_HOME_KEY to Software\ORACLE\HOME0
    Setting value of ORACLE_HOME_FOLDER to Oracle - OUIHome
    Setting value of ORACLE_HOME_SERVICE to OUIHome
    Setting value of ToplevelComp to oracle.odbc.toplevel, 9.2.0.4.0, >0.0.0.0.0, [ 912 ][OH:2]
    Setting value of SELECTED_LANGUAGES to en,
    Setting value of PROD_HOME to C:\OraHome1/oracle_odbc_toplevel
    Setting value of PROD_HOME to C:\OraHome1in
    Doing operation for installer access setup
    *** Available Products Page***
    TopLevelComp = ToplevelComp = oracle.odbc.toplevel, 9.2.0.4.0, >0.0.0.0.0, [ 912 ][OH:2]
    Setting value of ToplevelComp to oracle.odbc.toplevel, 9.2.0.4.0, >0.0.0.0.0, [ 912 ][OH:2]
    Setting value of DEP_MODE to Custom
    Setting value of TLDepModes to Custom,
    *** Installation Types Page***
    DepMode = DEP_MODE = Custom
    TLDepModes = TLDepModes = Custom,
    The selected install type is "null"
    Setting value of DEP_MODE to Custom
    Install type for "Oracle 9i ODBC Driver 9.2.0.4.0 " is "Custom"
    Install type for "Oracle ODBC Driver 9.2.0.4.0 " is "Custom"
    Setting value of PRE_REQUISITE to true
    *** Error Dialog: There was an error during loading library : areasQueries ***
    User selected: Stop installation of this component only.
    *** Error Dialog: There was an error during loading library : areasQueries ***
    User selected: Stop installation of this component only.
    *** Component Locations Page***
    ShowCompLocs = SHOW_COMPONENT_LOCATIONS_PAGE = true
    Entering component: oracle.odbc.toplevel installation
    Setting value of s_OPSSelectedNodes to
    Entering component: oracle.p2k.odbc installation
    Setting value of s_OPSSelectedNodes to
    *** Error Dialog: There was an error during loading library : WindowsGeneralQueries ***
    User selected: Stop installation of this component only.
    Setting value of SHOW_SUMMARY_PAGE to true
    *** Summary Page***
    ShowSummary = SHOW_SUMMARY_PAGE = true
    Global Settings
    Source : C:\temp\oracle_odbc\9204\stage\Disk1\stage\products.jar
    Oracle Home : C:\OraHome1 (OUIHome)
    Installation Type : Custom
    Product Languages
    English
    Space Requirements
    C:\ Required 535KB (includes 513KB temporary) : Available 19.80GB
    New Installations (1 product)
    Oracle 9i ODBC Driver 9.2.0.4.0
    *** Install Page***
    Starting install install phase 1 of component Oracle 9i ODBC Driver
    Starting install install phase 2 of component Oracle 9i ODBC Driver
    Initializing installer save inventory WCCE
    Current Inventory:
         Independent Products:
              Oracle Installation Products 2.2.0.16.0
              Java Runtime Environment 1.3.1.1.0a
              Oracle Universal Installer 2.2.0.16.0
         Oracle Home: OUIHome
    Setting value of SHOW_END_SESSION_PAGE to true
    *** End of Installation Page***
    ShowEndSession = SHOW_END_SESSION_PAGE = true
    java.io.IOException: The system cannot find the file specified
         at oracle.sysman.oii.oiix.OiixJarClassLoader.updateEntriesList(OiixJarClassLoader.java:263)
         at oracle.sysman.oii.oiix.OiixJarClassLoader.<init>(OiixJarClassLoader.java:209)
         at oracle.sysman.oii.oiix.OiixJarClassLoader.createLoader(OiixJarClassLoader.java:412)
         at oracle.sysman.oii.oiix.OiixJarClassLoader.createLoader(OiixJarClassLoader.java:431)
         at oracle.sysman.oii.oiix.OiixJarClassLoader.createLoader(OiixJarClassLoader.java:444)
         at oracle.sysman.oii.oiis.OiisLibraryLoader.loadLibrary(OiisLibraryLoader.java:161)
         at oracle.sysman.oii.oiis.OiisLibraryLoader.<init>(OiisLibraryLoader.java:103)
         at oracle.sysman.oii.oiis.OiisQueryLibLoader.<init>(OiisQueryLibLoader.java:41)
         at oracle.sysman.oii.oiic.OiicInstallSession.getLibLoader(OiicInstallSession.java:4643)
         at oracle.sysman.oii.oiic.OiicInstallSession.getQueryLibLoader(OiicInstallSession.java:4426)
         at oracle.sysman.oii.oiis.OiisCompContext.doQuery(OiisCompContext.java:2215)
         at Components.oracle.p2k.odbc.v9_2_0_4_0.CompContext.getCalculatedValueObject_PRE_REQUISITE(Unknown Source)
         at Components.oracle.p2k.odbc.v9_2_0_4_0.CompContext.getCalculatedValueObject(Unknown Source)
         at oracle.sysman.oii.oiis.OiisCompContext.getCalculatedValue(OiisCompContext.java:612)
         at oracle.sysman.oii.oiis.OiisPreRequisiteVar.getCalculatedValue(OiisPreRequisiteVar.java:138)
         at oracle.sysman.oii.oiis.OiisVariable.setVariable(OiisVariable.java:1353)
         at oracle.sysman.oii.oiis.OiisCompInstallation.getPreRequisite(OiisCompInstallation.java:717)
         at oracle.sysman.oii.oiis.OiisCompInstallation.getContext(OiisCompInstallation.java:402)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.checkPreReq(OiiodDepEngine.java:4611)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.applySelection(OiiodDepEngine.java:2908)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.depModeApply(OiiodDepEngine.java:2484)
         at oracle.sysman.oii.oiif.oiifw.OiifwPostDepModesWCCE.doOperation(OiifwPostDepModesWCCE.java:327)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicDepWizEngine.doOperation(OiicDepWizEngine.java:339)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:614)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:177)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:358)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:637)
    java.io.IOException: java.io.IOException: The system cannot find the file specified
         at oracle.sysman.oii.oiis.OiisLibraryLoader.<init>(OiisLibraryLoader.java:113)
         at oracle.sysman.oii.oiis.OiisQueryLibLoader.<init>(OiisQueryLibLoader.java:41)
         at oracle.sysman.oii.oiic.OiicInstallSession.getLibLoader(OiicInstallSession.java:4643)
         at oracle.sysman.oii.oiic.OiicInstallSession.getQueryLibLoader(OiicInstallSession.java:4426)
         at oracle.sysman.oii.oiis.OiisCompContext.doQuery(OiisCompContext.java:2215)
         at Components.oracle.p2k.odbc.v9_2_0_4_0.CompContext.getCalculatedValueObject_PRE_REQUISITE(Unknown Source)
         at Components.oracle.p2k.odbc.v9_2_0_4_0.CompContext.getCalculatedValueObject(Unknown Source)
         at oracle.sysman.oii.oiis.OiisCompContext.getCalculatedValue(OiisCompContext.java:612)
         at oracle.sysman.oii.oiis.OiisPreRequisiteVar.getCalculatedValue(OiisPreRequisiteVar.java:138)
         at oracle.sysman.oii.oiis.OiisVariable.setVariable(OiisVariable.java:1353)
         at oracle.sysman.oii.oiis.OiisCompInstallation.getPreRequisite(OiisCompInstallation.java:717)
         at oracle.sysman.oii.oiis.OiisCompInstallation.getContext(OiisCompInstallation.java:402)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.checkPreReq(OiiodDepEngine.java:4611)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.applySelection(OiiodDepEngine.java:2908)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.depModeApply(OiiodDepEngine.java:2484)
         at oracle.sysman.oii.oiif.oiifw.OiifwPostDepModesWCCE.doOperation(OiifwPostDepModesWCCE.java:327)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicDepWizEngine.doOperation(OiicDepWizEngine.java:339)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:614)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:177)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:358)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:637)
    oracle.sysman.oii.oiif.oiifb.OiifbCancelException: java.io.IOException: The system cannot find the file specified
         at oracle.sysman.oii.oiis.OiisCompContext.doQuery(OiisCompContext.java:2318)
         at Components.oracle.p2k.odbc.v9_2_0_4_0.CompContext.getCalculatedValueObject_PRE_REQUISITE(Unknown Source)
         at Components.oracle.p2k.odbc.v9_2_0_4_0.CompContext.getCalculatedValueObject(Unknown Source)
         at oracle.sysman.oii.oiis.OiisCompContext.getCalculatedValue(OiisCompContext.java:612)
         at oracle.sysman.oii.oiis.OiisPreRequisiteVar.getCalculatedValue(OiisPreRequisiteVar.java:138)
         at oracle.sysman.oii.oiis.OiisVariable.setVariable(OiisVariable.java:1353)
         at oracle.sysman.oii.oiis.OiisCompInstallation.getPreRequisite(OiisCompInstallation.java:717)
         at oracle.sysman.oii.oiis.OiisCompInstallation.getContext(OiisCompInstallation.java:402)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.checkPreReq(OiiodDepEngine.java:4611)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.applySelection(OiiodDepEngine.java:2908)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.depModeApply(OiiodDepEngine.java:2484)
         at oracle.sysman.oii.oiif.oiifw.OiifwPostDepModesWCCE.doOperation(OiifwPostDepModesWCCE.java:327)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicDepWizEngine.doOperation(OiicDepWizEngine.java:339)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:614)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:177)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:358)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:637)
    java.io.IOException: The system cannot find the file specified
         at oracle.sysman.oii.oiix.OiixJarClassLoader.updateEntriesList(OiixJarClassLoader.java:263)
         at oracle.sysman.oii.oiix.OiixJarClassLoader.<init>(OiixJarClassLoader.java:209)
         at oracle.sysman.oii.oiix.OiixJarClassLoader.createLoader(OiixJarClassLoader.java:412)
         at oracle.sysman.oii.oiix.OiixJarClassLoader.createLoader(OiixJarClassLoader.java:431)
         at oracle.sysman.oii.oiix.OiixJarClassLoader.createLoader(OiixJarClassLoader.java:444)
         at oracle.sysman.oii.oiis.OiisLibraryLoader.loadLibrary(OiisLibraryLoader.java:161)
         at oracle.sysman.oii.oiis.OiisLibraryLoader.<init>(OiisLibraryLoader.java:103)
         at oracle.sysman.oii.oiis.OiisQueryLibLoader.<init>(OiisQueryLibLoader.java:41)
         at oracle.sysman.oii.oiic.OiicInstallSession.getLibLoader(OiicInstallSession.java:4643)
         at oracle.sysman.oii.oiic.OiicInstallSession.getQueryLibLoader(OiicInstallSession.java:4426)
         at oracle.sysman.oii.oiis.OiisCompContext.doQuery(OiisCompContext.java:2215)
         at Components.oracle.p2k.odbc.v9_2_0_4_0.CompContext.getCalculatedValueObject_PRE_REQUISITE(Unknown Source)
         at Components.oracle.p2k.odbc.v9_2_0_4_0.CompContext.getCalculatedValueObject(Unknown Source)
         at oracle.sysman.oii.oiis.OiisCompContext.getCalculatedValue(OiisCompContext.java:612)
         at oracle.sysman.oii.oiis.OiisPreRequisiteVar.getCalculatedValue(OiisPreRequisiteVar.java:138)
         at oracle.sysman.oii.oiis.OiisVariable.setVariable(OiisVariable.java:1353)
         at oracle.sysman.oii.oiis.OiisCompInstallation.getPreRequisite(OiisCompInstallation.java:717)
         at oracle.sysman.oii.oiis.OiisCompInstallation.getContext(OiisCompInstallation.java:402)
         at oracle.sysman.oii.oiif.oiifw.OiifwDepSetPlanWCCE.calcAdditions(OiifwDepSetPlanWCCE.java:787)
         at oracle.sysman.oii.oiif.oiifw.OiifwDepSetPlanWCCE.initialize(OiifwDepSetPlanWCCE.java:353)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:129)
         at oracle.sysman.oii.oiic.OiicDepWizEngine.doOperation(OiicDepWizEngine.java:339)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:614)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:177)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:358)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:637)
    java.io.IOException: java.io.IOException: The system cannot find the file specified
         at oracle.sysman.oii.oiis.OiisLibraryLoader.<init>(OiisLibraryLoader.java:113)
         at oracle.sysman.oii.oiis.OiisQueryLibLoader.<init>(OiisQueryLibLoader.java:41)
         at oracle.sysman.oii.oiic.OiicInstallSession.getLibLoader(OiicInstallSession.java:4643)
         at oracle.sysman.oii.oiic.OiicInstallSession.getQueryLibLoader(OiicInstallSession.java:4426)
         at oracle.sysman.oii.oiis.OiisCompContext.doQuery(OiisCompContext.java:2215)
         at Components.oracle.p2k.odbc.v9_2_0_4_0.CompContext.getCalculatedValueObject_PRE_REQUISITE(Unknown Source)
         at Components.oracle.p2k.odbc.v9_2_0_4_0.CompContext.getCalculatedValueObject(Unknown Source)
         at oracle.sysman.oii.oiis.OiisCompContext.getCalculatedValue(OiisCompContext.java:612)
         at oracle.sysman.oii.oiis.OiisPreRequisiteVar.getCalculatedValue(OiisPreRequisiteVar.java:138)
         at oracle.sysman.oii.oiis.OiisVariable.setVariable(OiisVariable.java:1353)
         at oracle.sysman.oii.oiis.OiisCompInstallation.getPreRequisite(OiisCompInstallation.java:717)
         at oracle.sysman.oii.oiis.OiisCompInstallation.getContext(OiisCompInstallation.java:402)
         at oracle.sysman.oii.oiif.oiifw.OiifwDepSetPlanWCCE.calcAdditions(OiifwDepSetPlanWCCE.java:787)
         at oracle.sysman.oii.oiif.oiifw.OiifwDepSetPlanWCCE.initialize(OiifwDepSetPlanWCCE.java:353)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:129)
         at oracle.sysman.oii.oiic.OiicDepWizEngine.doOperation(OiicDepWizEngine.java:339)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:614)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:177)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:358)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:637)
    oracle.sysman.oii.oiif.oiifb.OiifbCancelException: java.io.IOException: The system cannot find the file specified
         at oracle.sysman.oii.oiis.OiisCompContext.doQuery(OiisCompContext.java:2318)
         at Components.oracle.p2k.odbc.v9_2_0_4_0.CompContext.getCalculatedValueObject_PRE_REQUISITE(Unknown Source)
         at Components.oracle.p2k.odbc.v9_2_0_4_0.CompContext.getCalculatedValueObject(Unknown Source)
         at oracle.sysman.oii.oiis.OiisCompContext.getCalculatedValue(OiisCompContext.java:612)
         at oracle.sysman.oii.oiis.OiisPreRequisiteVar.getCalculatedValue(OiisPreRequisiteVar.java:138)
         at oracle.sysman.oii.oiis.OiisVariable.setVariable(OiisVariable.java:1353)
         at oracle.sysman.oii.oiis.OiisCompInstallation.getPreRequisite(OiisCompInstallation.java:717)
         at oracle.sysman.oii.oiis.OiisCompInstallation.getContext(OiisCompInstallation.java:402)
         at oracle.sysman.oii.oiif.oiifw.OiifwDepSetPlanWCCE.calcAdditions(OiifwDepSetPlanWCCE.java:787)
         at oracle.sysman.oii.oiif.oiifw.OiifwDepSetPlanWCCE.initialize(OiifwDepSetPlanWCCE.java:353)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:129)
         at oracle.sysman.oii.oiic.OiicDepWizEngine.doOperation(OiicDepWizEngine.java:339)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:614)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:177)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:358)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:637)
    java.io.IOException: The system cannot find the file specified
         at oracle.sysman.oii.oiix.OiixJarClassLoader.updateEntriesList(OiixJarClassLoader.java:263)
         at oracle.sysman.oii.oiix.OiixJarClassLoader.<init>(OiixJarClassLoader.java:209)
         at oracle.sysman.oii.oiix.OiixJarClassLoader.createLoader(OiixJarClassLoader.java:412)
         at oracle.sysman.oii.oiix.OiixJarClassLoader.createLoader(OiixJarClassLoader.java:431)
         at oracle.sysman.oii.oiix.OiixJarClassLoader.createLoader(OiixJarClassLoader.java:444)
         at oracle.sysman.oii.oiis.OiisLibraryLoader.loadLibrary(OiisLibraryLoader.java:161)
         at oracle.sysman.oii.oiis.OiisLibraryLoader.<init>(OiisLibraryLoader.java:103)
         at oracle.sysman.oii.oiis.OiisQueryLibLoader.<init>(OiisQueryLibLoader.java:41)
         at oracle.sysman.oii.oiic.OiicInstallSession.getLibLoader(OiicInstallSession.java:4643)
         at oracle.sysman.oii.oiic.OiicInstallSession.getQueryLibLoader(OiicInstallSession.java:4426)
         at oracle.sysman.oii.oiis.OiisCompContext.doQuery(OiisCompContext.java:2215)
         at Components.oracle.p2k.odbc.v9_2_0_4_0.CompContext.getCalculatedValueObject_WINS32ROOT(Unknown Source)
         at Components.oracle.p2k.odbc.v9_2_0_4_0.CompContext.getCalculatedValueObject(Unknown Source)
         at oracle.sysman.oii.oiis.OiisCompContext.getCalculatedValue(OiisCompContext.java:612)
         at oracle.sysman.oii.oiis.OiisVariable.getCalculatedValue(OiisVariable.java:679)
         at oracle.sysman.oii.oiis.OiisVariable.setVariable(OiisVariable.java:1353)
         at oracle.sysman.oii.oiis.OiisCompContext.doOperation(OiisCompContext.java:991)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicCompsWizEngine.doOperation(OiicCompsWizEngine.java:172)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicInstallSession$OiicSelCompsInstall.doOperation(OiicInstallSession.java:878)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:614)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:177)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:358)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:637)
    java.io.IOException: java.io.IOException: The system cannot find the file specified
         at oracle.sysman.oii.oiis.OiisLibraryLoader.<init>(OiisLibraryLoader.java:113)
         at oracle.sysman.oii.oiis.OiisQueryLibLoader.<init>(OiisQueryLibLoader.java:41)
         at oracle.sysman.oii.oiic.OiicInstallSession.getLibLoader(OiicInstallSession.java:4643)
         at oracle.sysman.oii.oiic.OiicInstallSession.getQueryLibLoader(OiicInstallSession.java:4426)
         at oracle.sysman.oii.oiis.OiisCompContext.doQuery(OiisCompContext.java:2215)
         at Components.oracle.p2k.odbc.v9_2_0_4_0.CompContext.getCalculatedValueObject_WINS32ROOT(Unknown Source)
         at Components.oracle.p2k.odbc.v9_2_0_4_0.CompContext.getCalculatedValueObject(Unknown Source)
         at oracle.sysman.oii.oiis.OiisCompContext.getCalculatedValue(OiisCompContext.java:612)
         at oracle.sysman.oii.oiis.OiisVariable.getCalculatedValue(OiisVariable.java:679)
         at oracle.sysman.oii.oiis.OiisVariable.setVariable(OiisVariable.java:1353)
         at oracle.sysman.oii.oiis.OiisCompContext.doOperation(OiisCompContext.java:991)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicCompsWizEngine.doOperation(OiicCompsWizEngine.java:172)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicInstallSession$OiicSelCompsInstall.doOperation(OiicInstallSession.java:878)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:614)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:177)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:358)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:637)

    Yes, you need to install the Oracle client before you can install the ODBC drivers. If you go to download the database, there is a client only download option for Windows (the full database download has a client-only install option on all platforms). Be aware that even the client-only install is a rather hefty download.
    Justin

  • Best odbc driver

    What is the best ODBC driver for SUSE Linux for SQL 2014?

    Below is one driver download link:
    Microsoft® ODBC Driver 11 for SQL Server® - SUSE Linux
    You can find details aboue above driver here: 
    Microsoft ODBC Driver 11 for SQL Server on Linux
    Also refer MSDN Blog an you can write a comment at the end stating your specific requirement.
    Install SQL ODBC driver on SUSE Linux
    Cheers,
    Vaibhav Chaudhari

Maybe you are looking for

  • After installing 137137-09 patch OK in global zone, bad in non global zone

    Hi all, scratching my head with this one. Installed 137137-09 fine on Sun Fire V210. Machine has one non global zone running a proxy server (nothing very exciting there!). non global zone has a local filesystem attached, but don't think this is the i

  • Query for Number generation

    hi all,        Does anyone have an Query which i can use for generating an automatic generation of Number in sales order. Suppose whenever sales order add it generate no. serially like 01,02,03........... and so on in UDF. thanks and regards rahul

  • Who's this?

    With respect, may I ask who "Michael Wu" is please of anyone who knows - online tonight as "Community Manager". AQ. "Welcome to Royston Vasey - You'll never leave."

  • Stop document posting while doing LO Initialization

    Hi All, I am using the "Delta Queue" method. Is it really necessary to stop the document posting while we do the Setup table filling? I am asking this because, I tested it in my quality system and found the following: - Once you clear RSA7, LBWQ & Se

  • Need help with color settings

    I am printing from InDesign CS2 to a Lanier LD 335c multifunction color printer.  The colors do not match what is on the pc, and the image quality is grainy.  Unfortunately this is a network printer so I do not have access to make changes to the prin