Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Determine Size of Control File on RAC System
On Fri, 28 Oct 2005 16:45:51 +0400, Alexey Sergeyev wrote:
> Alter database backup controlfile to '...any_filename_on_
> filesystem_where_oracle_can_write...';
>
> The size of that file will give you the size of your current controlfile;
>
> Alexey Sergeyev
>
Actually, if you are using RMAN, you don't have to do that. There is a table called V$BACKUP_CONTROLFILE_SUMMARY which contains the column "INPUT_BYTES". Voila. That, unfortunately, also works only on 10g.
-- http://www.mgogala.comReceived on Fri Oct 28 2005 - 21:59:38 CDT
![]() |
![]() |