dbTalk Databases Forums  

How can I query for any of the 5 max value (specified during database creation)?

comp.databases.oracle.server comp.databases.oracle.server


Discuss How can I query for any of the 5 max value (specified during database creation)? in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jeffrey Yee
 
Posts: n/a

Default How can I query for any of the 5 max value (specified during database creation)? - 06-27-2003 , 05:08 AM






Hi,

I'm wondering if there is a way for me to query for the maxlogfiles,
maxlogmembers, maxdatafiles, maxinstances & maxloghistory value? At
the meantime, I get these values through the trace file generated by
'ALTER DATABASE BACKUP CONTROLFILE TO TRACE'. But this is very
inconvenient, if I have many databases to manage.

Please advice. Thank you.


Best Regards,
Jeffrey Yee

Reply With Quote
  #2  
Old   
Anton Buijs
 
Posts: n/a

Default Re: How can I query for any of the 5 max value (specified during database creation)? - 06-27-2003 , 01:50 PM






Jeffrey Yee <jeffyee (AT) hotmail (DOT) com> schreef in berichtnieuws
ec4cec95.0306270208.6c5739e8 (AT) po...OT) google.com...
Quote:
Hi,

I'm wondering if there is a way for me to query for the maxlogfiles,
maxlogmembers, maxdatafiles, maxinstances & maxloghistory value? At
the meantime, I get these values through the trace file generated by
'ALTER DATABASE BACKUP CONTROLFILE TO TRACE'. But this is very
inconvenient, if I have many databases to manage.

Please advice. Thank you.


Best Regards,
Jeffrey Yee
Query V$CONTROLFILE_RECORD_SECTION. You will make it from there.
Not you question but I want to point you to an interesting script
controlfile_size.sql that can be found at
http://www.ixora.com.au/scripts/misc.htm (it's where I found out about this
V$-view).
It can calculate the size of the controlfile. This enables you to forecast
its size when you want to vary those things like maxloghistory.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.