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: Determine Size of Control File on RAC System

Re: Determine Size of Control File on RAC System

From: <yong321_at_yahoo.com>
Date: 28 Oct 2005 06:23:43 -0700
Message-ID: <1130505823.186815.250670@z14g2000cwz.googlegroups.com>


Alternatively,
To find controlfile size as viewed at OS level but from inside Oracle, select cfnam, (cffsz+1)*cfbsz from x$kcccf. cfbsz is the controlfile log block size; should report the same as the command dbfsize controlfile ($ORACLE_HOME/bin/dbfsize is available on UNIX only)

Yong Huang Received on Fri Oct 28 2005 - 08:23:43 CDT

Original text of this message

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