Newsgroups: comp.databases.oracle.server
From: "Jim Kennedy" <kennedy-downwithspammersfam...@attbi.net>
Date: Thu, 2 Jun 2005 17:45:00 -0700
Subject: Re: Oracle and Dotnet
news:vmIne.3966$x96.1744@attbi_s72...
> Hello All: Too many variables to know what the problem is. Are you using bind > I am looking for an "opinion" by Oracle Professionals as to whether > Our company has contracted out Oracle DBA's. They have set up a 10G > Running my app from the same machine that the server is located on, I am > The exact same program (except for connection string and changing > Obviously, something is wrong. Oracle didn't become the industry leader > I need an opinion on the following.... > SHOULD I EXPECT HIGH PERFORMANCE FROM ODP.NET????????????? variables? (probably not) Are you using the array interface? (probably not) Are you keeping the connection open or closing it with each insert? Are you keeping the cursor open and rebinding the bind variables and executing? (probably not) You are also probably committing after each insert. (don't unless the transaction is that) My guess is that you are constructing a string to do the insert and opening So I think you can get high performance from odd.net and I think you can get So what is wrong with your example? Don't know, not enough information. Jim You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||