How to use driver ODBC Oracle

I am a user non - I.T...  We have a database on Oracle 11 G server.  I have the interface with her using an ODBC for MS Access 2010 link under windows.  Now, I would like to work with CLOB fields, causing errors in my queries.  Some research shows that Microsoft's ODBC driver does not support these, but only to Oracle.  I.T. says they can help me to install the driver if I can find it.  This is where my confusion begins.

ODBC Oracle drivers

is a page on the Oracle website.  It has links to a page of drivers:

ODBC Oracle driver download

But this has only versions 9.x and 10.x.

Some googling has not helped things further.  How can I work with CLOB fields in MS Access?

I'm confused.  Using odbc to access or for the Oracle?  Make your decisions and clarify.

The oracle drivers are based on the standard oracle client.  You download the drivers by installing the software oracle client.  For sure the customer "run time" will get it.  'Snapshot' customer can... I don't really know on the subject.

A word of caution.  Upward to Oracle 11, the customer do not have default ODBC drivers.  You must choose to do a custom Setup when you start the installation of the client.  If you install the client of 12 c (which you should) then the odbc drivers will install by default.

Another complexity is going to deal with 32 - bit and 64 - bit.  The oracle client and the odbc driver must be of the same architecture as the front end, which is the use.  Who'd be a 32-bit application, even if your OS is 64-bit.

I don't know that I would trust your guy I.T. to install it if they don't know even where to get it.

Tags: Database

Similar Questions

  • How to use ed in oracle 11g, as we do in 10g

    Hello
    Anyone can u tell me how to use the text editor in oracle 11g under
    We do this in 10g.


    Thank you
    Srinivas

    Srinivas wrote:
    Hello
    I did DEFINE _EDITOR = Notepad
    and used his giving ed
    A written file afiedt.buf
    / bin/bash: Notebook: command not found

    1 * Select * from EMP

    The last time I checked, for the * nix systems, the parameter + define _editor + has been set at vi . Isn't the notebook as value is for windows or miss me something?

    Aman...

  • Driver ODBC Oracle - latest version

    Hello

    I installed the latest version of the ODAC (ODAC 11.2 version 3 and Oracle Developer Tools for Visual Studio (11.2.0.2.1)) on my Windows System.
    However, when I check the version of the ODBC driver in ODBC Data Source Administrator I see:

    Oracle in OraClient11g_home1 - version 11.01.00.07
    I expect version 11.2.0.2.0

    Also, if I create a new ODBC data source and click on test connection-> by the way, I get:

    ODBC Oracle driver
    Version 11.1.0.7.0
    Copyright @ 1996, 2007 Oracle

    I'm really confused, why do I see the 11.2.0.2 latest version installed?

    Thank you

    REILLY

    There is a bug filed for this. The driver is actually 11202 (you can check the date of construction), but did not obtain the INF version number.

    Greg

  • Agilent gen 83732B signal how to use driver labview?

    Hello

    I download the driver 83732B and try to use it, whenever I open any library he always calls hp837xx_32.dll. How to solve this problem?

    Thank you

    Wee

    Did you do a search for the dll? Agilent Installer can have put somewhere a little different than when the NWLC LabVIEW (library function called node) guess what he. If such is the case, then right-click on it and select Configure. You can then go to the actual location.

  • Driver ODBC - Oracle to PostgreSql dblink problem

    Hello Experts!

    I tried everything (including the Questions answered) and nothing seems to work.

    • Library path
    echo $LD_LIBRARY_PATH
    /usr/lib64:/usr/lib:/u01/oracle/product/11.2.0.4/lib
    

    • /U01/Oracle/product/11.2.0.4/HS/Admin/initPG_LINK.ora
    HS_FDS_CONNECT_INFO = PG_LINK
    HS_FDS_TRACE_LEVEL = DEBUG
    HS_FDS_SHAREABLE_NAME=/usr/lib64/libodbc.so.2.0.0                    
    set ODBCINI= /u00/oracle/.odbc.ini
    


    • / U00/Oracle /. ODBC.ini
    [ODBC Data Sources]
      PG_LINK = PostgreSQL
    [PG_LINK]
      Debug = 1
      CommLog = 1
      ReadOnly = no
      Driver = /usr/lib64/psqlodbc.so
      Servername = pgserver_ip
      FetchBufferSize = 99
      Username = pguser
      Password = pgpwd
      Port = 5432
      Database = pg_database
    [Default]
      Driver = /usr/lib64/libodbc.so.2.0.0
    


    • Tnsnames and listener are very good... I can reach the Oracle database without any problem.

    • The SQL query result
    SQL> select * from "table"@PG_LINK;
    select * from "table"@PG_LINK
                                 *
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [unixODBC][Driver Manager]Data source name not found, and no default driver
    specified {IM002}
    ORA-02063: preceding 2 lines from PG_LINK
    


    • Result of the trace
    ...
    ...
    hgopoer, line 231: got native error 0 and sqlstate IM002; message follows...
    [unixODBC][Driver Manager]Data source name not found, and no default driver specified {IM002}
    Exiting hgopoer, rc=0 at 2015/06/04-13:53:18
    hgocont, line 2831: calling SqlDriverConnect got sqlstate IM002
    Exiting hgocont, rc=28500 at 2015/06/04-13:53:18 with error ptr FILE:hgocont.c LINE:2851 FUNCTION:hgocont() ID:Something other than invalid authorization
    Exiting hgolgon, rc=28500 at 2015/06/04-13:53:18 with error ptr FILE:hgolgon.c LINE:806 FUNCTION:hgolgon() ID:Calling hgocont
    Entered hgoexit at 2015/06/04-13:53:18
    Exiting hgoexit, rc=0
    

    Any ideas?

    I tried several libraries and none of the work so far. Different errors for each of them (including the "SQLAllocHandle" error)

    Thank you

    Alex.

    Ed, I could just figure it out and I could actually find this solution everywhere else (thanks to Bogdan, a friend who recommended to check)

    The initPG_LINK.ora library was wrong and I dind´t had a simple way to find the right way:

    • I set the variable on my environment (there, I created a global file for odbc)
    export ODBCSYSINI=/etc
    
    • I tried to connect to the remote database to PostgreSQL with isql and it worked as well, the library was present.
    • Then, I checked on the isql libraries called< and="" this="" is="" probably="" the="" best="" way="" to="" avoid="" wasting="">
    [root@oracle ~]# which isql
    /usr/local/bin/isql
    [root@oracle ~]# ldd /usr/local/bin/isql
            linux-vdso.so.1 =>  (0x00007fffdff44000)
            libodbc.so.2 => /usr/local/lib/libodbc.so.2 (0x00007fa7ed96b000)
            libdl.so.2 => /lib64/libdl.so.2 (0x0000003184000000)
            libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003184800000)
            libc.so.6 => /lib64/libc.so.6 (0x0000003184400000)
            /lib64/ld-linux-x86-64.so.2 (0x0000003183c00000)
    
    • I added this line (/ usr/local/lob/lobodbc.so.2) in the HS file.
    • Then, I added the ENVS with LD_LIBRARY_PATH setting to the location of the library
    SID_LIST_LISTENER=
      (SID_LIST=
        (SID_DESC=
          (SID_NAME=PG_LINK)
          (ORACLE_HOME=/u01/oracle/product/11.2.0.4)
          (ENVS="LD_LIBRARY_PATH=/usr/local/lib:/usr/lib64:/usr/lib:/u01/oracle/product/11.2.0.4/lib")
          (PROGRAM=dg4odbc)
        )
      )
    

    A finally it worked!

    Thank you

    Alex.

  • Problem of driver ODBC Oracle when trying to create a data source / Win XP

    Hi guys,.

    hope I'm here with my question.

    When I try to create or data source in Windows (regardless if user or system data source), and then click 'Test connection', I get this error:
    * [SQLAllocHandle from Microsoft] [ODBC Driver Manager] drive on SQL_Handle_ENV failed *.

    TNS name is correct, tnsname.ora is correct, the user is correct.

    I have the driver for an OraClient10g is installed on my machine.

    I'll reinstall this package? Other things to do to fix this?

    Many thanks for any help,


    Christian

    Published by: ChristianP2 on October 6, 2008 18:13

    You can read this article
    http://www.orafaq.com/Forum/m/100430/0/?srch=driver%27s+SQLAllocHandle+on+SQL_Handle_ENV+failed#msg_100430

    someone said that it fixed the problem after the correct path environment variables

    someon claimed that it is permission problem when installing.

  • How to use installation of Oracle MCS with MAF database offline

    Hi all

    I want to integrate my mobile application with the installation of database offline for service mobile cloud and its policies, to store my data if my app doesn't have any internet connection, but whenever my mobile app gets the internet connection my data stored in the cache / offline automatically gets synchronized to the mobile cloud service.

    Can someone give me the MAF MCS utility class to achieve it or any which sample or any video will be really appreciated.

    Thank you.

    Hi, diattou, another alternative is to operate the accelerator of persistence A-team (AMPA) - latest version here: http://www.ateam-oracle.com/a-team-mobile-persistence-accelerator-release-12-1-3-2-now-available/.  You can consume any product Remaining in the MCS and let A-team Accelerator persistence generate all Classes Java necessary for you.

    MAF 2.3 and 2.4 (coming in first part of 2016) will integrate these read offline connection and written in a declarative way.  In the meantime, however, AMPA is a good way as well.

    Thank you

    Joe Huang

  • How to use a Mac to download firefox.exe Flash drive to install Win XP SP3 box?

    Recommended to install Firefox on a new Acer Aspire 1 (ZG8) with Win XP 2002 SP3 without configuring MS Explorer. I want to do by downloading Firefox on a USB key, then transfer it to Acer and settle there. But my other computer is a Mac Book Pro (OS X 6.8), and Mozilla only offers me a Mac version. How to use the Mac to download an .exe file of windows on a portable flash drive? If I use a distro Linux and VirtualBox with my Mac, that would allow me to choose the right download for MS Win XP 2002 SP3?

    Under the button ' download free Firefox ' it should be 'Systems and languages', which gives you links to download Firefox in any language for Linux, Mac and Windows. Here is the link https://www.mozilla.org/en-US/firefox/all/

  • How to use the utility disk first aid for hard drive internal el captian

    How to use the utility disk first aid for hard drive internal el captian

    Select the drive and click first aid.

    If something is not repairable because this is the system drive, then you need to start using the recovery partition and run disk utility it.

  • Satellite M70: How o use Atheros Wireless Lan Driver?

    Hello
    Since I bought my Satellite M70, I had the same problems described by many on the forum and to keep band from b instead of g and the ability of its 54 Mbit connection.

    I updated the intel lan driver and I am now using intel Pro/set utility driver.
    Last week, I got a message from toshiba for download the latest Atheros driver which is supposed to improve connectivity.

    The problem is that to happen once I installed Atheros driver nothing: there is nothing that I can do with the atheros utility, and I can still only go from Intel or Windows to manage the wireless card.

    Does anyone have a good idea on how to use the atheros driver?
    Thanks for your help
    Jean-Paul
    France

    Hi, Jean Paul

    I never had any message of the Toshiba who advise me to update all drivers.
    However, I don't know what your laptop is the WLan card but you can't use an Atheros driver on the Intel WLan card for example.
    If the Intel WLan card has been installed on your laptop, you must use the Intel Wlan drivers.
    Check in the Device Manager you what Wlan laptop using the card you.

  • What is iCloud drive? And how to use it?

    Can how I use iCloud drive?

    See http://www.apple.com/icloud/icloud-drive/ and iCloud Drive FAQ - Apple Support

  • I just installed an SSD on my imac 24 inch 2007 but at the start of the computer does not see the drive. How to use the terminal to look for? Thank you

    I just installed an SSD on my imac 24 inch 2007 but at the start of the computer does not see the drive. How to use the terminal to look for? Thank you

    Can she be seen by disk utility (and which version of Mac OS X is)

  • I am the computer ilitarate, can you tell me how to use a usb flash drive

    I REALLY DON'T KNOW MUCH ABOUT COMPUTERS, YOU CAN ME TELL HOW TO USE THE USB FLASH DRIVE? PLEASE,

    Monday, June 11, 2012 19:56:32 + 0000, maria m.romero wrote:

    I REALLY DON'T KNOW MUCH ABOUT COMPUTERS, YOU CAN ME TELL HOW TO USE THE USB FLASH DRIVE? PLEASE,

    Plug it in and it is almost exactly like any other drive. The
    the only thing that is really different in this regard is that you can easily
    Unplug the unit and plug it into another computer.

    Do you have a? What is its size (GB how?)? Why did you buy it?
    What you do with it?

    Ken Blake, Microsoft MVP

  • [MOVED] How to use ECCMD-FORMAT to cache drive?

    I would like to know how to use ECCMD-FORMAT to cache drive.

    Cache drive once format, do I need to do something? If I want window works correctly.

    Does anyone have any suggestions?
    Thanks in advance for your suggestions

    Hello

    Thanks for posting your question on the Microsoft community.

    The question will be better suited to the audience of professionals on the TechNet forums.

    I would recommend posting your query in the TechNet forums.

    TechNet Forum
    https://social.technet.Microsoft.com/forums/Windows/en-us/home?category=w7itpro

    Thank you

  • How to use the USB 32 GB as a hard drive?

    * Original title: USB key

    Hello

    I want to use my sandisk 32 GB pendrive like a hard drive. How to use it. and I want to install win 7 on USB and start my computer with USB. Please guide me

    Thank you

    Ashok

    9887180699

    You can create a Windows repair flash disk, but Windows itself does not run on a flash drive. It requires an internal drive.

Maybe you are looking for