From oracle-l-bounce@freelists.org Thu May 20 16:09:47 2004 Return-Path: Received: from air189.startdedicated.com (root@localhost) by orafaq.com (8.11.6/8.11.6) with ESMTP id i4KL9MG08174 for ; Thu, 20 May 2004 16:09:32 -0500 X-ClientAddr: 206.53.239.180 Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180]) by air189.startdedicated.com (8.11.6/8.11.6) with ESMTP id i4KL9C608146 for ; Thu, 20 May 2004 16:09:22 -0500 Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id B416F72C877; Thu, 20 May 2004 15:57:48 -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 14341-70; Thu, 20 May 2004 15:57:48 -0500 (EST) Received: from turing (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 0773972C0A5; Thu, 20 May 2004 15:57:48 -0500 (EST) Received: with ECARTIS (v1.0.0; list oracle-l); Thu, 20 May 2004 15:56:30 -0500 (EST) X-Original-To: oracle-l@freelists.org Delivered-To: oracle-l@freelists.org Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 83EF872C347 for ; Thu, 20 May 2004 15:56:30 -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 13714-99 for ; Thu, 20 May 2004 15:56:30 -0500 (EST) Received: from smtp.wangtrading.com (smtp.wangtrading.com [167.206.68.5]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 224A372C0A5 for ; Thu, 20 May 2004 15:56:30 -0500 (EST) Received: from mladen.wangtrading.com (Not Verified[192.168.3.47]) by smtp.wangtrading.com with NetIQ MailMarshal (v5.5.5.8) id ; Thu, 20 May 2004 17:12:22 -0400 Received: from mladen (localhost.localdomain [127.0.0.1]) by mladen.wangtrading.com (8.12.8/8.12.8) with ESMTP id i4KLCgsH004884 for ; Thu, 20 May 2004 17:12:42 -0400 Date: Thu, 20 May 2004 17:12:42 -0400 From: Mladen Gogala To: oracle-l@freelists.org Subject: Re: DELETE FROM table UNRECOVERABLE? Message-ID: <20040520211242.GA4874@mladen.wangtrading.com> References: <4C9B6FDA0B06FE4DAF5918BBF0AD82CF03B45513@bosmail00.bos.il.pqe> Mime-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4C9B6FDA0B06FE4DAF5918BBF0AD82CF03B45513@bosmail00.bos.il.pqe> (from Mark.Bobak@il.proquest.com on Thu, May 20, 2004 at 16:40:04 -0400) X-Mailer: Balsa 2.0.17 Lines: 37 X-Virus-Scanned: by amavisd-new at freelists.org X-archive-position: 1008 X-ecartis-version: Ecartis v1.0.0 Sender: oracle-l-bounce@freelists.org Errors-To: oracle-l-bounce@freelists.org X-original-sender: mladen@wangtrading.com Precedence: normal Reply-To: oracle-l@freelists.org X-list: oracle-l X-Virus-Scanned: by amavisd-new at freelists.org On 05/20/2004 04:40:04 PM, "Bobak, Mark" wrote: > Now, now, Waleed! Play nice! ;-) > Waleed is right. In the statement DELETE FROM UNRECOVERABLE, the word "UNRECOVERABLE" is an alias. Here are some othe suggestions: With the Partitioning option JServer Release 9.2.0.5.0 - Production SQL> delete from ssf_test with_love; 366 rows deleted. SQL> rollback; Rollback complete. SQL> delete from ssf_test nologging; 366 rows deleted. SQL> rollback; Rollback complete. SQL> delete from ssf_test go_ahead_make_my_day; 366 rows deleted. SQL> All of these are just aliases. Do you feel lucky? -- Mladen Gogala Oracle DBA Note: This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Wang Trading LLC and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity. ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request@freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------