1834142 Members
2246 Online
110064 Solutions
New Discussion

Re: Oracle sparse files

 
SOLVED
Go to solution
Joe J_1
Frequent Advisor

Oracle sparse files

Hello all

How would HP-UX handle a request from a database server (such as Oracle) to
access "sparse" files if the file system is "full"?
Also, why does an oracle sparse file show 4G with the ll command and 0 with the bdf command?

Is there a way to turn this off or is there a fix for this?

Thanks
Joe
4 REPLIES 4
TwoProc
Honored Contributor

Re: Oracle sparse files

IS this a TEMP table file?
We are the people our parents warned us about --Jimmy Buffett
Jeff Schussele
Honored Contributor
Solution

Re: Oracle sparse files

Hi Joe,

This is not a problem. The bdf shows the true "usage", whereas the ll command will show the true filespace allocation.
You can do the same thing with a prealloc command. This is just basically filespace allocation and bdf recognizes that the space cannot be used by anything else.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Joe J_1
Frequent Advisor

Re: Oracle sparse files

Yes! these are temp files
TwoProc
Honored Contributor

Re: Oracle sparse files

This is normal for TEMP files. See Jeff's note.
We are the people our parents warned us about --Jimmy Buffett