Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: delete data from table without rollback/logging?
No. I mean discrete transactions. You use BEGIN_DISCRETE_TRANSACTION
procedure. It's in Chapter 16 of the Concept manual (8.1.7 or 8.1.6
documentation).
Yong Huang
yong321_at_yahoo.com
"Howard J. Rogers" <howardjr_at_www.com> wrote in message news:<3bbe91a2_at_news.iprimus.com.au>...
> There is a hidden parameter that allows that to happen, 'tis true (it didn't
> used to be hidden, but it is in 8i and 9i, -and we all know what hidden
> parameters mean: "unsupported, and on your own head be it").
>
> But in any case, "regular" old DMLs can't make use of it, even so.
> Regards
> HJR
> --
> Resources for OracleT: www.geocities.com/howardjr2000
> =========================================
>
>
> "Yong Huang" <yong321_at_yahoo.com> wrote in message
> news:b3cb12d6.0110052022.653b49dd_at_posting.google.com...
> > I don't have real experience. But the documentation seems to say
> > discrete transactions do not generate undo.
Received on Sat Oct 06 2001 - 09:07:13 CDT
![]() |
![]() |