ODBC Driver in Windows XP.

When I attempt to connect to the Oracle ODBC Driver in Windows XP I get an error IM003 (Driver could not be loaded, system error 5) If I run the application from an administrator account, the driver works fine.
I am using Oracle v9.2010. I am trying to connect from the same computer that is running the database without any other drivers/clients installed.
I am using C to develop the application using the ODBC API.

You probably need to grant the non-Administrator user read/execute rights on the %ORACLE_HOME% directory & subdirectories. You probably don't need execute on anything other than %ORACLE_HOME%\bin, and you probably don't need read access on every subdirectory, but I don't see much of a security threat from giving everyone read/execute to the whole directory.
Justin

Similar Messages

  • How can I do to get Oracle ODBC driver in Windows?

    Hello,
    Please, I need help to use Oracle ODBC driver in Windows 7. I installed Oracle Client 10g with the ODBC driver, but I can't use it. OracleODBC driver don't appear in the driver list when I want to create a new datasource. How I can do to get Oracle ODBC driver for create a new datasource?
    Thank
    Edited by: user4528703 on 13 mars 2010 02:01

    Hello,
    To get the ODBC driver you should run a custom Oracle Client installation and Select
    Oracle Windows Interfaces 10.2.0.1.0.
    Then, you'll get the Oracle ODBC Driver 10.2.0.1.
    But, be aware that Oracle didn't certify Windows 7.
    So, if afterwards, you experience some trouble, think to install Oracle with Xp compatibilty mode, or
    wait to Oracle 11.2.0.1 which will be certified on Windows 7.
    Hope this help.
    Best regards,
    Jean-Valentin

  • ODBC Driver for Windows 7 - 64 bit

    Hi All,
    I am having problems with using the Microsoft ODBC for Oracle Driver in Windows 7 - 64bit system. I am using the following code in my VB script
    Set myConnection = CreateObject("ADODB.Connection")
    myConnection.Open "Driver={Microsoft ODBC for Oracle};" & "Server=xxxxxx;" & "Uid=xxxxx;" & "Pwd=xxxxx"
    Set myRecord = CreateObject("ADODB.recordset")
    Sql = "Select * from employees where id= '01234'"
    myRecord.Open Sql, myConnection
    For Each r In myRecord.Fields
    MsgBox r.Name
    Next
    I get the following error message: "The Oracle (tm) client and networking components are not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3 (or greater) client software installation, You will be unable to use this driver until these components have been installed"
    "[Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed"
    Can you help me out on which version of Oracle client i need to install and what other settings I need to do on my Windows 7 system after the client installation.

    I tried installing "instantclient-basic-windows.x64-11.2.0.4.0" and "instantclient-odbc-windows.x64-11.2.0.4.0" both. I ran the odbc_install.exe in command prompt as administrator and got the message "Oracle ODBC Driver is installed successfully."
    I also set the environment Variable "Path" as "C:\instantclient_11_2".
    But when tried to use the above VBScript to connect to the Oracle DB, i get the same error message. I am really stuck with this for past two days.

  • Oracle 10g ODBC driver with Windows 7 32 bit connecting to Excel

    Hi Everyone,
    I'm having an issue connecting to our oracle 10g database (64 bit system) from a 32 bit windows 7 installation running excel 2010/2007 using odbc drivers. Our excel spreadsheets worked without issue in windows xp.
    In windows 7 I have been able to install the odbc driver via the following method:
    1. Download the oracle 'basic' client and oracle 'odbc' client from www.oracle.com and extract the contents:
    instantclient-basic-win32-10.2.0.3-20061115
    instantclient-odbc-win32-10.2.0.3-20061115
    2. Create a folder 'oracle' and place the instantclient_10_2 folder inside.
    3. Ensure all the basic and odbc files reside in this folder.
    4. Create a 'network' folder within instantclient_10_2
    5. Create an 'admin' folder within 'network'
    6. Create sqlnet.ora and tnsnames.ora files within the 'admin' folder:
    7. Run 'obdc_install' within the instantclient_10_2 folder
    8. Download and run the oracle odbc driver exe file from www.oracle.com (ORA10203.exe)
    9. Go to Control Panel -> Administrative Tools -> Data Sources and create a new System DN
    This allows excel spreadsheets connecting ONLY to oracle to function.
    Unfortunately some of our spreadsheets connect to both a MySQL database as well as oracle. Spreadsheets connecting only to MySQL also function correctly, however, as soon as the vb associated with a spreadsheet includes a mysql call followed by an oracle call the spreadsheets fail. In Excel 2007 excel crashes completely everytime. In Excel 2010 the mysql data is generated, then when the script hits to oracle odbc connection there is a long pause, the oracle ODBC driver connect pops up requesting a username/password (this didn't happen in xp), then the data source selection pops up, then the username/password connect screen pops up again, and finally it fails with a runtime error '1004' General ODBC error.
    If you look at the VB script it's failing at the Refresh BackgroundQuery statement in the ODBC connection block:
    With Worksheets("Oracle1").QueryTables.Add(Connection:= _
    "ODBC;DSN=Oracle_ODBC;UID=user;PWD=password;SERVER=ORACLE_LINUX;", _
    Destination:=Worksheets("Oracle1").Range("A1"))
    .CommandText = strSql
    .Name = "Oracle1_data"
    .FieldNames = True
    .RowNumbers = False
    .FillAdjacentFormulas = False
    .PreserveFormatting = True
    .RefreshOnFileOpen = False
    .BackgroundQuery = True
    .RefreshStyle = xlOverwriteCells
    .SavePassword = True
    .SaveData = True
    .AdjustColumnWidth = True
    .RefreshPeriod = 0
    .PreserveColumnInfo = True
    .Refresh BackgroundQuery:=False
    End With
    Does anyone know how to get around this? It's very important!!
    Also if you try to edit the oracle ODBC connections in Control Panels -> Administrative Tools -> Data Sources, ODBC crashes 95% of the time.
    Advice greatly appreciated!!

    Well, here's what I'd check anyway..
    1) get Process Explorer from http://sysinternals.com
    2) make a mysql connection, get a list of dll's loaded (include the location and version columns in the lower pane output)
    3) close that, then make an ora odbc connection, get a list of dlls.
    4) close that, then make a mysql connection followed by an ora odbc connection, get a list of dlls
    5) compare the lists of loaded dlls. In particular, the difference between #3 and #4, is there a dll dependency that gets loaded by oracle's odbc that comes from a different location when you've opened a mysql connection first?
    May or may not help, but might turn up a difference to help point you in a direction.
    Greg

  • Olite ODBC driver and windows service problems

    Hi,
    I use the SOA Suite 10.1.3 and when I try in my code to locate BPEL Processes by instances using the following code:
    WhereCondition where = new WhereCondition(SQLDefs.CX_index_1 + " = ?");
    where.setString(1, deployedId);
    // Find Instances
    IInstanceHandle[] instanceHandles = locator.listInstancesByIndex( where );
    I get this error message:
    <ERROR> <default.collaxa.cube.engine.data> <BaseCubeInstancePersistenceAdaptor::listInstanceMetaData>
    java.sql.SQLException: [ODBC S1002] invalid column number
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCResultSet.thinGetData(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCResultSet.getVal(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCResultSet.getString(Unknown Source)
    <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "finder": Cannot find instances.
    An attempt to fetch the instances using the where condition "index_1 = ?" from the datastore has failed. The exception reported is: [ODBC S1002] invalid column number
    Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid.
    sql statement: SELECT * FROM admin_list_cx WHERE ci_domain_ref = 0 AND index_1 = ?
    ORABPEL-04002
    Cannot find instances.
    An attempt to fetch the instances using the where condition "index_1 = ?" from the datastore has failed. The exception reported is: [ODBC S1002] invalid column number
    Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid.
    sql statement: SELECT * FROM admin_list_cx WHERE ci_domain_ref = 0 AND index_1 = ?
         at com.collaxa.cube.engine.adaptors.common.BaseCubeInstancePersistenceAdaptor.listInstanceMetaData(BaseCubeInstancePersistenceAdaptor.java:1199)
         at com.collaxa.cube.engine.data.AdminFinder.__listInstanceMetaData(AdminFinder.java:387)
         at com.collaxa.cube.engine.data.AdminFinder.listInstancesByIndex(AdminFinder.java:629)
         at com.collaxa.cube.ejb.impl.FinderBean.listInstancesByIndex(FinderBean.java:250)
         at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:396)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:622)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at FinderBean_RemoteProxy_4bin6i8.listInstancesByIndex(Unknown Source)
         at com.oracle.bpel.client.Locator.listInstancesByIndex(Locator.java:602)
         at com.oracle.bpel.client.Locator.listInstancesByIndex(Locator.java:571)
         at webUI.CheckProcStatus.findInstance(CheckProcStatus.java:85)
         at webUI.CheckProcStatus.doGet(CheckProcStatus.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.sql.SQLException: [ODBC S1002] invalid column number
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCResultSet.thinGetData(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCResultSet.getVal(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCResultSet.getString(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCResultSet.getString(Unknown Source)
         at com.collaxa.cube.engine.util.DBUtils.sql_getString(DBUtils.java:63)
         at com.collaxa.cube.engine.data.AdminFinder$InstanceMetaDataLoader.load(AdminFinder.java:120)
         at com.collaxa.cube.engine.data.AdminFinder$IndexMetaDataLoader.load(AdminFinder.java:142)
         at com.collaxa.cube.engine.adaptors.common.BaseCubeInstancePersistenceAdaptor.listInstanceMetaData(BaseCubeInstancePersistenceAdaptor.java:1179)
         ... 39 more
    It looks like there is a problem with the ODBC driver of Olite. I tried to see the configuration parameters in the Windows ODBC Data Source Administrator but when I click on the Configure button, the window closes and nothing appears. When I use another program (Aqua Data Studio) to query the Olite DB, everything works fine as long as I use basic queries without a "where" clause. When I use a "where" clause, windows opens a message box complaining about memory access error from the "olsv2040.exe", which is the Olite windows service, and it stops the service.
    There is also this error message when I launch the SOA Suite and it comes to the part of loading the BPEL processes:
    Loading processes for BPEL domain "default" ...
    <2007-04-30 18:48:54,551> <INFO> <default.collaxa.cube.engine.deployment> Process "TaskManager" (revision "1.0") successfully loaded.
    07/04/30 18:48:55 30 Apr 2007 18:48:55 - org.apache.commons.transaction.file.FileResourceManager - EMERGENCY - Recovering status information from 'C:\product\10.1.3.1\OracleAS_1\integration\esb/oraesb/artifacts/work/metadata/[B@266395/transaction.log' failed! Could not find file
    07/04/30 18:48:55 30 Apr 2007 18:48:55 - org.apache.commons.transaction.file.FileResourceManager - EMERGENCY - java.io.FileNotFoundException: C:\product\10.1.3.1\OracleAS_1\integration\esb\oraesb\artifacts\work\metadata\[B@266395\transaction.log (The system cannot find the file specified)
    07/04/30 18:48:55 java.io.FileNotFoundException: C:\product\10.1.3.1\OracleAS_1\integration\esb\oraesb\artifacts\work\metadata\[B@266395\transaction.log (The system cannot find the file specified)
    07/04/30 18:48:55      at java.io.FileInputStream.open(Native Method)
    07/04/30 18:48:55      at java.io.FileInputStream.<init>(FileInputStream.java:106)
    07/04/30 18:48:55      at org.apache.commons.transaction.file.FileResourceManager$TransactionContext.recoverState(FileResourceManager.java:1471)
    07/04/30 18:48:55      at org.apache.commons.transaction.file.FileResourceManager.recoverContexts(FileResourceManager.java:1219)
    07/04/30 18:48:55      at org.apache.commons.transaction.file.FileResourceManager.recover(FileResourceManager.java:441)
    07/04/30 18:48:55      at org.apache.commons.transaction.file.FileResourceManager.start(FileResourceManager.java:394)
    07/04/30 18:48:55      at org.apache.slide.store.txfile.AbstractTxFileStoreService.connect(AbstractTxFileStoreService.java:135)
    07/04/30 18:48:55      at org.apache.slide.common.AbstractServiceBase.connect(AbstractServiceBase.java:120)
    07/04/30 18:48:55      at org.apache.slide.store.AbstractStore.connect(AbstractStore.java:216)
    07/04/30 18:48:55      at org.apache.slide.common.AbstractServiceBase.connectIfNeeded(AbstractServiceBase.java:192)
    07/04/30 18:48:55      at org.apache.slide.common.Namespace.connectService(Namespace.java:524)
    07/04/30 18:48:55      at org.apache.slide.common.Namespace.retrieveStore(Namespace.java:623)
    07/04/30 18:48:55      at org.apache.slide.common.Uri.parseUri(Uri.java:347)
    07/04/30 18:48:55      at org.apache.slide.common.Uri.<init>(Uri.java:66)
    07/04/30 18:48:55      at org.apache.slide.common.Namespace.getUri(Namespace.java:671)
    07/04/30 18:48:55      at org.apache.slide.common.Namespace.getUri(Namespace.java:651)
    07/04/30 18:48:55      at org.apache.slide.common.Namespace.loadBaseData(Namespace.java:782)
    07/04/30 18:48:55      at org.apache.slide.common.Domain.initNamespace(Domain.java:845)
    07/04/30 18:48:55      at org.apache.slide.common.Domain.init(Domain.java:432)
    07/04/30 18:48:55      at org.apache.slide.common.Domain.init(Domain.java:366)
    07/04/30 18:48:55      at oracle.tip.esb.server.bootstrap.slide.SlideHandler.initializeSlide(Unknown Source)
    07/04/30 18:48:55      at oracle.tip.esb.server.bootstrap.slide.SlideHandler.checkSlideInit(Unknown Source)
    07/04/30 18:48:55      at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter.setupRepoURLScheme(Unknown Source)
    07/04/30 18:48:55      at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter.setupRuntime(Unknown Source)
    07/04/30 18:48:55      at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter.initializeESB(Unknown Source)
    07/04/30 18:48:55      at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter$PingTester.run(Unknown Source)
    07/04/30 18:48:55      at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
    07/04/30 18:48:55      at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
    07/04/30 18:48:55      at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
    07/04/30 18:48:55      at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:814)
    07/04/30 18:48:55      at java.lang.Thread.run(Thread.java:595)
    <2007-04-30 18:48:55,923> <INFO> <default.collaxa.cube.engine.deployment> Process "TaskActionHandler" (revision "1.0") successfully loaded.
    <2007-04-30 18:48:56,785> <INFO> <default.collaxa.cube.engine.deployment> Process "MainPatient" (revision "1.0") successfully loaded.
    A file transaction.log is missing. It's strange because when I installed the SOA Suite, it never complained about the installation of the files. How can I re-install this file or generate it without installing the whole SOA Suite?
    I am sorry if my message is too long, but all these problems are related to the Olite DB. Is there a way to re-install the ODBC drivers and the service without re-installing the whole SOA Suite?
    Any would be greatly appreciated.
    Amir                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Ok, after having installed the Oracle XE database and configured the data-sources of the BPEL PM. I still had the same error message complaining about invalid column number. I changed the code and put directly the connection pool:
    DataSource dataSource = (DataSource)_initialContext.lookup("java:comp/env/jdbc/BPELServerDataSource");
    Connection con = dataSource.getConnection();
    Statement stmt1 = con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);
    ResultSet rs1 = stmt1.executeQuery("SELECT cikey, process_id FROM admin_list_cx WHERE index_1='"+deployedId+"'");
    And now it works! The row is found and no error. I am wondering, is there a problem with my code (it worked with the former BPEL PM API 10.1.2) or is there a problem with the function listInstancesByIndex of the Locator object or something else (look at the Exception trace). Did somebody successfuly used this method of locating processe's instance using the index_1 parameter with the 10.1.3 API?
    Cheers.
    Amir

  • Cannot Install Embarcadero Interbase odbc driver on windows 2012

    Hello 
    I am trying to install Embarcadero Interbase odbc driver on a windows 2012 server. But the installer does not load the file into system 32 folder which should contain the DLL for the 64 bit driver. The 32 bit dll goes correctly into syswow folder and the
    driver works. Even if i try to copy the dll from a windows 7 machine and register it succesfully using elevated permissions .The driver shows up under 64 bit but does not load the database. I feel something is off with the permissions on system 32 folder under
    windows. Any help is appreciated. Thanks.

    Contact the application vendor.  This is not a Windows issue but an application issue.  If they do not support running on 2012, there may be nothing you can do.
    . : | : . : | : . tim

  • Oracle ODBC Driver Connect window appears frequently

    prashant wrote:
    hi
    I am running an application wriiten in vc++.I have installed the
    application at the remote client end
    succesfully.Initaily set the DSN for Oracle (10g exe) .When I start
    using application I get "oracle ODBC Driver Window" after regular
    intervals.
    why this window is appearing frequently when i set the DSN initally and
    tested succesfully.
    pls help!!!

    Oracle doesn't produce such a beast. Microsoft provides a lot of important ODBC infrastructure on Windows that driver writers rely on which isn't available on Linux.
    There are third parties that have developed ODBC drivers for Oracle on Linux. There's an open source project at <http://www.unixodbc.com> that you might be able to use. Companies like Merant may also provide drivers.
    Justin

  • Can't see the odbc driver in windows 7

    hallo everybody
    I've just installed the oracle instant client 11.2.0.2.0 on a windows 7 machine. when i execute the file odbc_install the returned prompt is "Oracle ODBC Driver is installed successfully.". then when i go to system -> administration -> data sources (odbc) i can't see no oracle odbc driver. what wrong?
    Edited by: 906540 on 07.01.2012 11:37

    Great you have figured it out finally. Just thought you should know that there is a bug in 11gR2 client and because of that Oracle driver version is shown as 11.1.0.7 instead of 11.2.0.2. This can be confusing 6 months or a year later down the road if you wanted to go back and upgrade your client to, let's say' 12g. To fix this, there is a patch available from Oracle metalink, patch id is p11731183 for 32bit and p11731184 for 64bit windows. This bug is mentioned in 1308617.1

  • Could not see Oracle ODBC driver in Windows ODBC

    Hi,
    I have install the runtime version followed by custom->Windows Oracle Interface successfully.
    Any other steps that i have missed out or lack off in installing the Oracle ODBC driver?
    Thanks in advance.
    Tony

    It's not a plot, but it's sneaky.
    I had the same problem when I installed Oracle 10 client. There is a similar issue on the Oracle forum (Re: ODBC Driver Install Problem. Basically, what was happening is a line had been entered in the ODBC Drivers file that contains "@=". Anything following that line is NOT displayed in the ODBC Admin list.
    To fix this problem, open Regedit and export the "HKLM\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers" key to a file. Edit the file to remove the line "@=" and save the file. Delete the registry key, and merge in your updated file.

  • ODBC Driver at Windows 64bit 2003

    Dear All,
    I tried to install the Oracle ODBC driver for the windows 64bit 2003 but the driver did not added to the ODBC drivers list in the "Data Sources (ODBC)" at the Administrative tools in the control panel.
    This is a big problem for me because I need to add Oracle database at the SQL server as a Linked Server and the SQL server need the OLE DB Provider which comes with the ODBC driver
    Please provide me with ODBC driver or direct me to the right direction
    Thanks in advance
    Rashed

    OpenLink Software provide Oracle ODBC Drivers for 64bit Windows which are available for download from:
    http://bit.ly/8Ut5qN
    Details on installation and configuration is available from:
    http://bit.ly/4vHs7E
    Best Regards
    Product Support
    OpenLink Software
    http://www.openlinksw.com

  • Install ODBC Driver on Windows XP

    Hi all
    I have some problems with the installation of a Oracle ODBC Driver:
    On my maschine, there is Oracle Client (9.2) installed and is working fine.
    Now I need to install the ODBC Driver.
    I have downloaded the driver successfully but I cannot install because I
    do not have this "Oracle Universal Installer" installed ... :-(
    What can I do ???
    Thanks for any comment!
    Best regards
    Frank Uray

    Hi!
    You can download the latest version from:
    http://www.oracle.com/technology/software/products/rdbodbc/index.html
    Exists version including "Oracle Universal Installer".
    You shouldn't have any problem if you are using 9.2 Oracle.

  • Problem with Oracle ODBC Driver on Windows 7

    Hi,
    Please help with this problem I have with a Windows 7 machine. I have installed Oracle Client 11g on my Windows 7 machine but when I want to create an ODBC Data Source, I cant find any driver for oracle. How can I resolve this issue? I need the data source for an application to work and I cant figure out what is happening. Someone please help!

    There's a dedicated Oracle ODBC forum:
    ODBC
    As this forum deals with connections from Oracle to foreign data stores it would be better to close this thread and post it again in the ODBC forum.

  • Where can I download the instant client ODBC driver for windows 7

    I upgrade to windows 7 and my instant client connecting to oracle from ms Access stop working. Is there any documentation on how it works on windows 7. I use instant client and odbc cleint for xp.
    Thanks

    11.2 is currently the only supported version on Win7, and you can get the instant client here:
    http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/winsoft.html
    Hope it helps,
    Greg

  • Installing ODBC Driver for Windows Server 2008 64 bit

    I have a new Windows 2008 server 64 bit in which the Oracle ODBC is missing. We are on Oracle 10.2. It looks like I need to install the developer suite first in order to get tnsnames and sql plus, but I can find only the 32 bit version. Could someone point me in the direction of what exactly I need to install in order to get sql plus working and also to install the Oracle ODBC on this server?
    Thank You

    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.

  • Citadel ODBC Driver for Windows 7 64-bit?

    Lookout 6.5 Installation did not load Citadel ODBC drivers?  Drivers not available for addition in ODBC Data Source Administrator.
    Required for SQLExec....
    Thanks,
    Ed
    Solved!
    Go to Solution.

    Try the C:\Windows\SysWOW64\ODBCAD.exe or C:\Windows\SysWOW64\ODBCAD32.exe
    Ryan Shi
    National Instruments

Maybe you are looking for

  • Unable to load/parse portlets config SAX2 driver

    Hi All I try no test our software with several AS (Resin, HPAS, etc.) With OC4J we have $subj error. This is my steps: 1 Unzip oc4j_extended.zip 2 Add web-module to default application. in application.xml: <web-module id="Axiom" path="/opt/gorod/axio

  • Not enough memory for Data Provider-Error while creating Data Source

    Hi, I am loading data into Master Data_Attribute InfoObject I am getting following error message while creating Data Source under "Proposal" Tab "Not enough memory for Data Provider" My Master Data InfoObject having 65 attributes My CSV file having 1

  • Serveral questions to CRM On demand release 16

    Hi All, I am using trial version of Oracle CRM On Demand release 16, and I have serveral questions to ask: 1. In the help document "Administering Oracle CRM On Demand/Business Process Management/Creating workflow Rule Actions" mentioned that we can c

  • SQL Dev 1.5.4+: Scripting DDL and data dumps?

    In SQL Dev 1.5.4, can I script a DDL and data dump? If not, what about 2.0? If not 2.0, has anyone requested this functionality so I can vote for it? I find it frustrating that, while doing a Database Export, I can't even pre-declare (e.g. save) the

  • Importing long list of photos

    Hey all.. I'm trying to figure out a way through a really tedious process. After i shoot a wedding the bride supplies me with a list of about 150 file names for images that they want for their album. I am having to manually drag and drop each photo i