Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: DELETE COMMAND
vishal (vdoshi_at_djttd.com) wrote:
: Hi,
: Does anybody know about the DELETE command where when you issue a
: delete * from table it does not go into the rollback segment but gets
: deleted
: immediately and cannot be recovered.
: thanx
:
: Please email me.
: bu756_at_torfree.net
: vishal
:
Vishal,
Use the TRUNCATE command. This will skip all triggers, rollback segments, redo logs, etc.
-Ari Kaplan
Independent Oracle DBA Consultant
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-> <-> For 105+ Oracle tips, visit my Web Page: <-> <-> <-> <-> http://homepage.interaccess.com/~akaplan <-> <-> <-> <-> email: akaplan_at_interaccess.com <-> <-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->Received on Fri Sep 12 1997 - 00:00:00 CDT
![]() |
![]() |