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: ?: ?Problem with resize

Re: ?: ?Problem with resize

From: yong huang <yong321_at_yahoo.com>
Date: Wed, 17 Jan 2001 07:57:46 -0800 (PST)
Message-Id: <10744.126891@fatcity.com>


Adding to what you say, the BYTES column may not be exactly equal to the actual size on the file system. For example, on my Solaris 2.6 ufs file system, one datafile is 1073758208 bytes from ls -l output. In the database, v$datafile.bytes is 1073741824. The difference is 16384, exactly one block size. I'm not sure how to explain.

Yong Huang
yong321_at_yahoo.com

Arvind wrote:

This is not a bug.

Create_bytes referes to the size when initially created the datafile. It never changes even when u resize the datafile. On the other hand bytes refers to the existing size of the datafile. Whenever u resize the datafile only bytes column of v$datafile changes.

Arvind



Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ Received on Wed Jan 17 2001 - 09:57:46 CST

Original text of this message

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