slicendice
Programmer
Hi
I have a VB6 app that updates rows in an Oracle database. The app is using the MSDAORA driver and there are usually around about 200 updates required each time it is run (which will be every few hours).
The problem I'm having is that the updates are taking an absolute age to complete - I'm talking in the order of over an hour to do about 200 row updates, which is ludicrous!! The table it's updating is not being heavily used and I'm told that the field being used to search on to perform the update is indexed.
Does anyone have any idea why the performence might so dreadful??
Thanks very much
I have a VB6 app that updates rows in an Oracle database. The app is using the MSDAORA driver and there are usually around about 200 updates required each time it is run (which will be every few hours).
The problem I'm having is that the updates are taking an absolute age to complete - I'm talking in the order of over an hour to do about 200 row updates, which is ludicrous!! The table it's updating is not being heavily used and I'm told that the field being used to search on to perform the update is indexed.
Does anyone have any idea why the performence might so dreadful??
Thanks very much