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: Re[2]: Big Whoops

Re: Re[2]: Big Whoops

From: Deepak Sharma <sharmakdeep_at_yahoo.com>
Date: Fri, 26 May 2000 13:28:10 -0700 (PDT)
Message-Id: <10509.106921@fatcity.com>


Twice recently 1st one myself, 2nd by another dba:

  1. Wanted to resize a datafile from 1900M to 2049M, and when I typed 2049, the 9 was the last digit on my xterm window and the cursor didn't move ahead (as I remember) so I stretched the window a bit more, did a backspace (to remove 9) and typed 9 once again and pressed Enter. After a lo..ng while I got an error saying out of disk space and cannot resize file to 20499M. Luckily this wasn't production.
  2. Wanted to refresh a training database using a cold backup copy of production. The dir structure we have is something like:
/oradata/test
/oradata/trn
/oradata/dev

At the time of blunder she was in /oradata/test dir, and in order to refresh trn, she wanted to remove its existing files first, so:

cd ../trnn

(Again typing error) The cd failed, but didn't bother to check.

rm *.*

Oops!! Blew up the test database.

Lucked out once again (being a non-prod db)

Received on Fri May 26 2000 - 15:28:10 CDT

Original text of this message

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