|
|
|
|
|
Re: Control file size [message #480831 is a reply to message #343624] |
Wed, 27 October 2010 08:06 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
edgefree
Messages: 30 Registered: July 2010 Location: Toronto
|
Member |
|
|
What about the other info from v$controlfile in 11g?
There are two values about block_size and FILE_SIZE_BLKS, which are only available in 11g. So, I think it is easy to know controlfile size. And more, I believe it is more accurate, since it is not necessary to calculate by a little bit complex as mentioned in (http://www.ixora.com.au/q+a/0102/02112927.htm).
|
|
|
Re: Control file size [message #480839 is a reply to message #480831] |
Wed, 27 October 2010 08:36 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/102589.gif) |
Michel Cadot
Messages: 68737 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
1/ The value given by this view is not correct, for instance, in case it gives 14090240 bytes when it is actually 14106624 bytes (one block left).
2/ The script in ixora is no more correct as v$controlfile_record_section does not expose all the sections.
Regards
Michel
|
|
|