除了TRACE檔案,在哪檢視資料庫的 maxlogfiles ?

wmlm發表於2010-01-24

RE: Where once can find MAXLOGFILES value other than on "traced" control file?

Hi,

You can use

SQLPLUS> select TYPE,RECORDS_TOTAL from v$controlfile_record_section;

The type "REDO LOG" is your answer.

HTH,

Quamrul Polash

[@more@]

引自

另外如何檢視maxlogmembers?

SQL> Select '--&gt MAXLOGMEMBERS ' || dimlm from x$kccdi;

'--&gtMAXLOGMEMBERS'||DIMLM
----------------------------------------------------------
--&gt MAXLOGMEMBERS 3

SQL>


Got from

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/271063/viewspace-1030851/,如需轉載,請註明出處,否則將追究法律責任。

相關文章