Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Delete without Rollback ?
Hi :
You can't do that. This work style is the base to Oracle Engine.
You have only one exception, the "truncate" statement. With this command
you can
delete all rows from a table, but you can't choose them.
By
John Finn wrote:
> Does anyone know how to Delete without Rollback transaction overhead?
>
> "DELETE FROM TABLE1 WHERE ..."
>
> and no transaction overhead, rollback, commit ...
>
> thanks
> jfinn
>
--
"Smell the Flower While you can"
![]() |
![]() |