The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.databases.oracle.server
From: "Jim Kennedy" <kennedy-downwithspammersfam...@attbi.net>
Date: Thu, 2 Jun 2005 17:51:05 -0700
Local: Thurs, Jun 2 2005 8:51 pm
Subject: Re: Oracle and Dotnet
news:qOLne.9857$xm3.5416@attbi_s21...
> pobox...@bebub.com wrote: Larry, > > You are not using bind variables and over parsing. Each time you build > > that string it is a unique statement that needs validating and > > compiling. > > You should have something like > > string SQL = "insert into test values (?)"; > > and bind the placeholder. Sorry I am not a C# programmer so I don't > Thanks for that reply. I changed my string to > ============================================= > By doing that I removed the variable and simply deposited a constant. > Thanks again! You are not using bind variables. This is very very inefficient. You are forcing a hard parse. Use bind variables and just reexecute. Also I suspect the odp.net isn't set up correctly. I don't use odp.net so I can't tell you what to change. I have used Oracle's ole objects in VB and C++ and using bind variables and array interface in VB I can get around 20,000 records inserted per sec into an IOT table. (over the network), with 8.1.7.4 version of Oracle. (10g should be more efficient) 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.
| ||||||||||||||