Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Microsoft ODBC Driver for Oracle

Microsoft ODBC Driver for Oracle

Scheduled Pinned Locked Moved The Lounge
oraclecomsysadminwindows-admintools
8 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Programm3r
    wrote on last edited by
    #1

    Hi all, Does Windows Server 2003 R2 service pack 1 come out with a Microsoft ODBC driver for Oracle, if so, why would it not be present?? Many thanks Regards,


    The only programmers that are better that C programmers are those who code in 1's and 0's :bob: :)Programm3r My Blog: ^_^

    B P 2 Replies Last reply
    0
    • P Programm3r

      Hi all, Does Windows Server 2003 R2 service pack 1 come out with a Microsoft ODBC driver for Oracle, if so, why would it not be present?? Many thanks Regards,


      The only programmers that are better that C programmers are those who code in 1's and 0's :bob: :)Programm3r My Blog: ^_^

      B Offline
      B Offline
      benjymous
      wrote on last edited by
      #2

      because Oracle isn't a Microsoft product?

      -- Help me! I'm turning into a grapefruit! Buzzwords!

      P 1 Reply Last reply
      0
      • B benjymous

        because Oracle isn't a Microsoft product?

        -- Help me! I'm turning into a grapefruit! Buzzwords!

        P Offline
        P Offline
        Programm3r
        wrote on last edited by
        #3

        benjymous wrote:

        because Oracle isn't a Microsoft product?

        I am well aware of that fact, but usually it come standard with every installation of Windows. And please note that I'm referring to the Microsoft ODBC Driver for Oracle. Thanks.... Regards,


        The only programmers that are better that C programmers are those who code in 1's and 0's :bob: :)Programm3r My Blog: ^_^

        D 1 Reply Last reply
        0
        • P Programm3r

          Hi all, Does Windows Server 2003 R2 service pack 1 come out with a Microsoft ODBC driver for Oracle, if so, why would it not be present?? Many thanks Regards,


          The only programmers that are better that C programmers are those who code in 1's and 0's :bob: :)Programm3r My Blog: ^_^

          P Offline
          P Offline
          Programm3r
          wrote on last edited by
          #4

          If not present do the following: Make sure that the Microsoft drivers for Oracle is present at the following locations in the regestry: HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC Drivers If not import the two entries. Restart the ODBC DSN Manager and :bob: 's your uncle :) Regards,


          The only programmers that are better that C programmers are those who code in 1's and 0's :bob: :)Programm3r My Blog: ^_^

          A T 2 Replies Last reply
          0
          • P Programm3r

            If not present do the following: Make sure that the Microsoft drivers for Oracle is present at the following locations in the regestry: HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC Drivers If not import the two entries. Restart the ODBC DSN Manager and :bob: 's your uncle :) Regards,


            The only programmers that are better that C programmers are those who code in 1's and 0's :bob: :)Programm3r My Blog: ^_^

            A Offline
            A Offline
            AllenRogerMarshall
            wrote on last edited by
            #5

            This driver has never been robust for me in any application where I have tried to use it. It has caused GPFs, SQL failures, problems with Oracle datatypes, you name it. After long suffering:mad:, I have come to the conclusion that using Oracle's own ODBC driver, installed from Oracle source media, is the only way to go. This is easily accomplished when installing Oracle client or maybe put on separately. I would avoid the MS driver altogether - what motivation does MS have to work well with Oracle anyway. Other ODBC drivers such as those from what used to be MetaSolv may also work, but is the necessary testing worth the effort?:(

            S 1 Reply Last reply
            0
            • P Programm3r

              If not present do the following: Make sure that the Microsoft drivers for Oracle is present at the following locations in the regestry: HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC Drivers If not import the two entries. Restart the ODBC DSN Manager and :bob: 's your uncle :) Regards,


              The only programmers that are better that C programmers are those who code in 1's and 0's :bob: :)Programm3r My Blog: ^_^

              T Offline
              T Offline
              TomGarth
              wrote on last edited by
              #6

              Important note: For EACH of the entries in those 2 sections: HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC Drivers The (Default) value must show (value not set). If it has any other value, such as an empty string, the drivers that were installed subsequent to that one will not list in the ODBC Administrator's Drivers list.

              Tom Garth Developer R. L. Nelson and Associates, Inc., Virginia

              1 Reply Last reply
              0
              • P Programm3r

                benjymous wrote:

                because Oracle isn't a Microsoft product?

                I am well aware of that fact, but usually it come standard with every installation of Windows. And please note that I'm referring to the Microsoft ODBC Driver for Oracle. Thanks.... Regards,


                The only programmers that are better that C programmers are those who code in 1's and 0's :bob: :)Programm3r My Blog: ^_^

                D Offline
                D Offline
                Dave Kreskowiak
                wrote on last edited by
                #7

                Probably because noone ever used it and Microsoft finally dropped it.

                A guide to posting questions on CodeProject[^]
                Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                     2006, 2007

                1 Reply Last reply
                0
                • A AllenRogerMarshall

                  This driver has never been robust for me in any application where I have tried to use it. It has caused GPFs, SQL failures, problems with Oracle datatypes, you name it. After long suffering:mad:, I have come to the conclusion that using Oracle's own ODBC driver, installed from Oracle source media, is the only way to go. This is easily accomplished when installing Oracle client or maybe put on separately. I would avoid the MS driver altogether - what motivation does MS have to work well with Oracle anyway. Other ODBC drivers such as those from what used to be MetaSolv may also work, but is the necessary testing worth the effort?:(

                  S Offline
                  S Offline
                  Shog9 0
                  wrote on last edited by
                  #8

                  AllenRogerMarshall wrote:

                  This is easily accomplished when installing Oracle client or maybe put on separately.

                  "Easily" might be going a bit far, but yeah, once installed it's heaps more useful than the MS one.

                  ----

                  ...the wind blows over it and it is gone, and its place remembers it no more...

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups