DBAsupport.com Forums - Powered by vBulletin
Results 1 to 8 of 8

Thread: ODBC

  1. #1
    Join Date
    May 2001
    Posts
    82

    Question

    I tried to connect to Oracle using "Microsoft ODBC for Oracle".

    Tried to add a DSN using the same driver and it tells me that I need to install Oracle Client (specifically Net8) for this to work.

    Does this mean that I have to install Oracle Client on every users machine?????????

    I thought we could connect to Oracle database thro' a ODBC data source without installing Oracle Client on every users machine.

    Any help is appreciated..

    Thank you.

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Yup, you must install the Oracle Client.
    Jeff Hunter

  3. #3
    Join Date
    May 2001
    Posts
    82
    That's weird...

    I was under the impression that I don't have to install Oracle client and connect to the database thro' ODBC.

    Any other way or suggestions...........

  4. #4
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    JDBC Thin drivers
    Jeff Hunter

  5. #5
    Join Date
    Jan 2000
    Location
    Chester, England.
    Posts
    818
    Jeff,
    I'm a bit of a thicko with all this ... what are JDBC thin clients? Jave connectors???

    -------------------------------------

    John

  6. #6
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Yes JDBC stands for Java Database Connectivity. The JDBC drivers come in two "flavors", Thick & Thin. The Thick drivers require the Oracle client to be installed but you can use more features of Net8. The Thin drivers don't require the Oracle client to be installed, but you can't use all the features of Net8. (Although, I have found the JDBC Thin driver has pretty much all the functionality you need...)
    Jeff Hunter

  7. #7
    Join Date
    May 2001
    Posts
    82

    Where can I install the JDBC driver from?

  8. #8
    Join Date
    Jun 2001
    Location
    Jacksonville, FL
    Posts
    1

    download JDBC drivers

    You can download these (and other stuff) at:


    http://otn.oracle.com/index.html




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width