Brilliant - that's it! Thank you!

Would SELECTs lock up a record without a commit statement?

Mark

At 11:15 24/11/2004 -0500, Ronald J Kimball wrote:
Mark Martin [mailto:[EMAIL PROTECTED] wrote:
>
> 49620 rows deleted in ~ 15 seconds.
> ( I have tried the delete from DBI on varying subsets of data all the way
> down to 1 record (the only delete that works))
>

Might you have one of the rows you're trying to delete from DBI locked in
SQLPLUS?  Make sure you commit in SQLPLUS to release any locks you're
holding.

Ronald



Reply via email to