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: Something is filling up my /oracle file system - URGENT

Re: Something is filling up my /oracle file system - URGENT

From: Andrey Kriushin <Andrey.Kriushin_at_rdtex.ru>
Date: Wed, 16 May 2007 21:49:35 +0400
Message-ID: <464B442F.3030506@rdtex.ru>


Hi,

Just for completeness it would be worth mentioning the so called "sparse files". I've actually had some entertainment with that on Solaris...

So it looks like following:
1) before creating the tempfile you check the freespace on the file system (df -k or bdf is ok)
2) you create the tempfile and check the tempfile size with 'ls -l' and it shows you the size you've asked for when creating the tempfiles 3) you check the fs free space again and you see almost no difference

So actual space would be allocated later, when you'll start to use space in the tempfile. It seems that du will not help in this situation...

Oops. Of course, there exists better info at the moderator's site ;-). Here it is: http://www.ixora.com.au/tips/use_raw_tempfiles.htm

Jared Still wrote:
[skipped]
> ie. don't mess with Oracle data files

[skipped]

--
http://www.freelists.org/webpage/oracle-l
Received on Wed May 16 2007 - 12:49:35 CDT

Original text of this message

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