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

Home -> Community -> Usenet -> c.d.o.server -> Re: remove system01.dbf file?

Re: remove system01.dbf file?

From: Álvaro Palma Aste <queria_direccion_at_el.perla?>
Date: 24 Apr 2002 21:39:58 GMT
Message-ID: <aa78ne$obc$1@news.cec.uchile.cl>


Knut Talman escribió:
>> I found that the system01.dbf file has increased to its maximum. How can
>> I reduce its size? or can I remove this file?

>You must be kidding...

Better, do a full lookup of .dbf files:

cd /
find . -name "*.dbf" > files
for i in files rm i

>LOL,

>Knut

-- 
Atte.
Álvaro Palma Aste
Grupo de Ing. Biomédica
Depto. de Ing. Eléctrica - U. de Chile
apalma_at_cec.uchile.adivina
Received on Wed Apr 24 2002 - 16:39:58 CDT

Original text of this message

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