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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: syntax fro nologging on delete statemnt Oracle 8.1.7

RE: syntax fro nologging on delete statemnt Oracle 8.1.7

From: <nelson.petersen_at_homehardware.ca>
Date: Thu, 27 Jan 2005 09:24:41 -0500
Message-Id: <05Jan27.094249est.119092@stj101.homehardware.ca>

What does this not work?

delete from mytable where mytable.mynum = 20041212121212 nologging;

>>> Try

         DELETE FROM mytable NOLOGGING where ...;

Of course, you will want to read the manual. Look for the section "SQL Statements That Can Use No-Logging Mode". NOLOGGING will be ignored in the example you gave.

Regards,
Nelson

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jan 27 2005 - 09:27:51 CST

Original text of this message

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