Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Deleting w/o going through the redo log files?

Re: Deleting w/o going through the redo log files?

From: Chuck Hamilton <chuckh_at_dvol.com>
Date: 1997/09/05
Message-ID: <3411ff5c.2665784@news.dvol.com>#1/1

Satar Naghshineh <satarnag_at_worldsite.com> wrote:

>Hi..quick question,
>Is it possible to delete rows from a table w/o going through the redo
>log groups/files/buffers? If so, what is the syntax.
>
>I think it was something like recovery = false I forget/don't know
>
>any help will be appreciated
>
>Satar Naghshineh
>SatarNag_at_worldsite

Only if you want to delete all of the rows in a table. The syntax is TRUNCATE TABLE tablename;

--
Chuck Hamilton
Sr. DBA
Keystone Mercy Health Plan
chuckh_at_dvol.com

"So teach us to number our days that we may present to thee a heart of wisdom"
(Psalm 90:12 NASB)
Received on Fri Sep 05 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US