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: Determining the value of MAXLOGFILES and MAXLOGMEMBERS

Re: Determining the value of MAXLOGFILES and MAXLOGMEMBERS

From: Jusung Yang <JusungYang_at_yahoo.com>
Date: 25 Apr 2003 11:34:24 -0700
Message-ID: <130ba93a.0304251034.2a50727@posting.google.com>


"FC" <flavio_at_tin.it> wrote in message news:<Xqaqa.6218$K35.159609_at_news2.tin.it>...
> Hello folks,
> I can't find any documents explaining how to retrieve the value of
> MAXLOGFILES and MAXLOGMEMBERS using dynamic views.
> Do you know how to do that?
> I need to do this in a sql script.
>
> Thanks,
> Flavio

These values are recorded in the controlfiles. You can use

ALTER DATABASE BACKUP CONTROLFILE TO TRACE to view the values.

You can also retrieve them from v$controlfile_record_section and x$kccdi See Metalink Note:104933.1

Received on Fri Apr 25 2003 - 13:34:24 CDT

Original text of this message

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