From: yong321@yahoo.com (Yong Huang)
Newsgroups: comp.databases.oracle.server
Subject: Re: 2gb filesize, large disks and splitting tablespaces
Date: 6 Jun 2001 11:05:07 -0700
Organization: http://groups.google.com/
Lines: 31
Message-ID: <b3cb12d6.0106061005.1939af0@posting.google.com>
References: <991752033.16280.0.nnrp-10.c30bdde2@news.demon.co.uk> <3B1DCEB6.24072326@ntsource.com>
NNTP-Posting-Host: 192.94.8.250
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 991850708 23488 127.0.0.1 (6 Jun 2001 18:05:08 GMT)
X-Complaints-To: groups-support@google.com
NNTP-Posting-Date: 6 Jun 2001 18:05:08 GMT


I heard that the sky may fall when you do export with a pipe as the
file name. But even in that case you may consider using FILESIZE
option of the exp program. Other than this, search on metalink and you
may find some real-life stories about problems using >2GB files.

Generally, it's a good idea of using files smaller than 2GB. Think
about it. 2G, or 2 x 10 [sup]9, corresponds to a 32-bit number all
filled. Even if the mount command says your filesystems have the
option largefiles enabled, how about Oracle? If Oracle binary,
$ORACLE_HOME/bin/oracle, supports large files (file oracle on
Solaris), how about any utility under $ORACLE_HOME/bin? There're too
many possibilities, even at OS level (is your OS 64-bit?).

A side point. I think it's always a good idea to have more than one
datafile in one tablespace than one file, even if the size of the
tablespace currently doesn't need 2GB. More than one datafile causes
less inode locking when being written. I think (not proved) the wait
event Direct Path Write can be alleviated if you break up one
monolithic datafile into at least two, particularly for the temporary
tablespace for which Oracle buffer cache is bypassed.

Yong Huang
yong321@yahoo.com

Frank Hubeny <fhubeny@ntsource.com> wrote in message news:<3B1DCEB6.24072326@ntsource.com>...
> Encouraged by the fact that the sky had not fallen on this database, we let the
> files get even larger.
> 
> The sky still did not fall.
> 
> Frank Hubeny

