Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Determining the value of MAXLOGFILES and MAXLOGMEMBERS
Thanks for the suggestion, I read the note on Metalink and came up with the
following query:
select a.records_total as MAXLOGFILES, b.records_total as MAXDATAFILES, c.records_total as MAXINSTANCES, d.records_total as MAXLOGHISTORY, e.dimlm as MAXLOGMEMBERS from v$controlfile_record_section a, v$controlfile_record_section b, v$controlfile_record_section c, v$controlfile_record_section d, x$kccdi e where a.type = 'REDO LOG' and b.type = 'DATAFILE'
it seems to work fine for 8i.
Bye,
Flavio
Received on Fri Apr 25 2003 - 15:26:07 CDT
![]() |
![]() |