From oracle-l-bounce@freelists.org Thu Jan 27 06:32:53 2005 Return-Path: Received: from air891.startdedicated.com (root@localhost) by orafaq.com (8.12.10/8.12.10) with ESMTP id j0RCWr0d031692 for ; Thu, 27 Jan 2005 06:32:53 -0600 X-ClientAddr: 206.53.239.180 Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180]) by air891.startdedicated.com (8.12.10/8.12.10) with ESMTP id j0RCWqem031687 for ; Thu, 27 Jan 2005 06:32:52 -0600 Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 9321265169; Thu, 27 Jan 2005 06:32:04 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20969-05; Thu, 27 Jan 2005 06:32:04 -0500 (EST) Received: from turing (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 172B665215; Thu, 27 Jan 2005 06:32:04 -0500 (EST) From: "John Dunn" To: Subject: syntax fro nologging on delete statemnt Oracle 8.1.7 Date: Thu, 27 Jan 2005 11:31:36 -0000 Message-ID: <000501c50463$c3276720$3e04050a@johnman> MIME-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-archive-position: 15312 X-ecartis-version: Ecartis v1.0.0 Sender: oracle-l-bounce@freelists.org Errors-To: oracle-l-bounce@freelists.org X-original-sender: jdunn@sefas.com Precedence: normal Reply-To: jdunn@sefas.com X-list: oracle-l X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at example.com X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on air891.startdedicated.com X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=ham version=2.60 X-Spam-Level: What does this not work? delete from mytable where mytable.mynum = 20041212121212 nologging; * ERROR at line 1: ORA-00933: SQL command not properly ended delete from mytable nologging; works fine -- http://www.freelists.org/webpage/oracle-l