Oracle connectivity

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Will

    Oracle connectivity

    We have several large Oracle databases that we are writing new front
    ends for in .Net. The applications will be Windows clients. We are
    looking for the best method for connecting with the Oracle database.
    The Microsoft data provider requires the Oracle client to be installed,
    a huge footprint at 250 meg. ODAC (from Oracle) is another 250 meg
    install. We aren't opposed to using ODBC (which requires Oracle Client
    as well) for whatever that's worth.

    We'd really like something that has a smaller footprint if possible.
    Any thoughts, comments, suggestions are welcome.

  • Miha Markic [MVP C#]

    #2
    Re: Oracle connectivity


    "Will" <bkunneke@hotma il.comwrote in message
    news:1162402241 .804785.272060@ b28g2000cwb.goo glegroups.com.. .
    We have several large Oracle databases that we are writing new front
    ends for in .Net. The applications will be Windows clients. We are
    looking for the best method for connecting with the Oracle database.
    The Microsoft data provider requires the Oracle client to be installed,
    a huge footprint at 250 meg. ODAC (from Oracle) is another 250 meg
    install. We aren't opposed to using ODBC (which requires Oracle Client
    as well) for whatever that's worth.
    Indeed, those sizes are an absurd.
    >
    We'd really like something that has a smaller footprint if possible.
    Any thoughts, comments, suggestions are welcome.
    >
    You might check out this website as it lists different providers:


    HTH
    --
    Miha Markic [MVP C#, INETA Country Leader for Slovenia]
    RightHand .NET consulting & development www.rthand.com
    Blog: http://cs.rthand.com/blogs/blog_with_righthand/


    Comment

    • Bjorn Abelli

      #3
      Re: Oracle connectivity


      "Will" <bkunneke@hotma il.comwrote...
      We have several large Oracle databases that we are writing new front
      ends for in .Net. The applications will be Windows clients. We are
      looking for the best method for connecting with the Oracle database.
      The Microsoft data provider requires the Oracle client to be installed,
      a huge footprint at 250 meg. ODAC (from Oracle) is another 250 meg
      install. We aren't opposed to using ODBC (which requires Oracle Client
      as well) for whatever that's worth.
      >
      We'd really like something that has a smaller footprint if possible.
      Any thoughts, comments, suggestions are welcome.
      Have you tried Oracle's "Instant Client Package - Basic Lite"?



      As it's only 10Mb it should at least be worth a try.


      /// Bjorn A



      Comment

      Working...