Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle and OLEDb (ADO)
some example code would help.
-- Niall Litchfield Oracle DBA Audit Commission Uk "Drazen Zoric" <drazen.zoric_at_vip.hr> wrote in message news:9sqttf$eh5$1_at_fstgss02.tu-graz.ac.at...Received on Tue Nov 13 2001 - 07:57:30 CST
> Is there any way to increase update speed?
>
> I am already using UpdateBatch but it is still very slow.
> I looked at network traffic and found out that Oracles OLEDB for every
> update creates UPDATE statement and passes (via parameters) a lot of
fields
> used in WHERE clause (table with, lets say, INT and VARCHAR on change in
INT
> field will create UPDATE .... WHERE ROWID=:1 AND INT=:2 AND VARCHAR=:3
!?).
>
>
![]() |
![]() |