I'm running the following query in a Delphi 7 application using DOA 4.0.7.1 on an Oracle 10G database:

UPDATE BDW.CFG_TBLCONFIG
SET LAST_JOB_NO = 0
WHERE KEYFIELD = 1

It works fine if I run it in an SQL window in TOAD, but never finishes when I run it in the application (either at runtime or design time) or in PL/SQL Developer. It just says "Executing" forever and a day Any ideas?

Regards,

Steve