oracle dll

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Vmlua2k=?=

    #1

    oracle dll

    Hello Everyone,

    I am doing large inserts into oracle database using my .net code.
    Evrything works fine, but the insert into oracle makes the program little bit
    slower.
    In one of my earlier company, I used an oracle driver. I simpley downloaded
    the dll from the internet and that made the program faster. I could'nt
    remember the name of that dll. I was wondring if anyone knows about that dll.
    I tried to look into my old program, but couldn't find the name of that dll.
    Right now, I am coding in .net 2.0. I wrote that program in 1.1 and I am
    using system.Data.oRa cleClient.
    Please let me know, if anyone knows any dll that can make the program faster.

    Thanks.


  • =?Utf-8?B?T2xsaWU=?=

    #2
    RE: oracle dll

    have you consider looking at the Oracle implementation of a Oracle driver for
    ..Net

    http://www.oracle.com/technology/sof...net/index.html

    HTH

    Ollie Riches

    "Vinki" wrote:
    Hello Everyone,
    >
    I am doing large inserts into oracle database using my .net code.
    Evrything works fine, but the insert into oracle makes the program little bit
    slower.
    In one of my earlier company, I used an oracle driver. I simpley downloaded
    the dll from the internet and that made the program faster. I could'nt
    remember the name of that dll. I was wondring if anyone knows about that dll.
    I tried to look into my old program, but couldn't find the name of that dll.
    Right now, I am coding in .net 2.0. I wrote that program in 1.1 and I am
    using system.Data.oRa cleClient.
    Please let me know, if anyone knows any dll that can make the program faster.
    >
    Thanks.
    >
    >

    Comment

    • =?Utf-8?B?T2xsaWU=?=

      #3
      RE: oracle dll

      you could also google 'System.Data.Or acleClient vs ODP.Net'

      Ollie Riches

      "Ollie" wrote:
      have you consider looking at the Oracle implementation of a Oracle driver for
      .Net
      >
      http://www.oracle.com/technology/sof...net/index.html
      >
      HTH
      >
      Ollie Riches
      >
      "Vinki" wrote:
      >
      Hello Everyone,

      I am doing large inserts into oracle database using my .net code.
      Evrything works fine, but the insert into oracle makes the program little bit
      slower.
      In one of my earlier company, I used an oracle driver. I simpley downloaded
      the dll from the internet and that made the program faster. I could'nt
      remember the name of that dll. I was wondring if anyone knows about that dll.
      I tried to look into my old program, but couldn't find the name of that dll.
      Right now, I am coding in .net 2.0. I wrote that program in 1.1 and I am
      using system.Data.oRa cleClient.
      Please let me know, if anyone knows any dll that can make the program faster.

      Thanks.

      Comment

      Working...