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: query tune

Re: query tune

From: Jared Still <jkstill_at_gmail.com>
Date: Thu, 17 Mar 2005 08:45:07 -0800
Message-ID: <bf46380503170845237735c@mail.gmail.com>


for disk in $(mount -l -t ext3|grep -v ' / ') | awk '{print $1 }' do

   dd if=/dev/zero of=$disk bs=1024 count=64 done

This does leave a bootable root partition, but little else.

My apologies for the non portable code.

On Wed, 16 Mar 2005 09:23:44 +0000, Niall Litchfield <niall.litchfield_at_gmail.com> wrote:
> drop database ... is there in 10g, perhaps they had its usefulness as
> an answer to opaque questions in mind. It would take Carel-Jan's
> excellent comment about never executing the statement to a more
> appropriate level, that of never executing any statement. Performance
> heaven.
>

-- 
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Mar 17 2005 - 11:51:34 CST

Original text of this message

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