Yes,
but assume the following SQl-Statement
select id, name from tablename
to delete a record DOA makes
select * from tablename.
If there are a lot of clob or long field, this take on a 64 k line very much time.
(and DOA can only compare the fields id and name)
Sven