Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Delete without Rollback ?
I don't think there is another way to do this.
You are probably running into errors where it will complain that it cannot extend the rollback segment.
I think what you will have to do is create a huge rollback segment.
Then set your transaction to use the huge rollback segment by
set transaction use rollback segment <segment name>
Then try the delete again.
I hope this helps.
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
--
![]() |
![]() |