Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> How do you specify the maximum number of redo log files for automatic recovery in the initialization file?

How do you specify the maximum number of redo log files for automatic recovery in the initialization file?

From: Peter <peter_at_nomorenewsspammin.ca>
Date: Thu, 17 Apr 2003 08:55:30 GMT
Message-ID: <r7qs9voiq9kd6senp1ak1ufu45b9t25aib@4ax.com>


Suppose I have the following in sql script file:

    logfile group 1 ('e:\oracle\oradata\hmrs\redolog01.log')

                size 100m reuse,
              group 2 ('f:\oracle\oradata\hmrs\redolog02.log') 
                size 100m reuse

How do you specify the maximum number of redo log files for automatic recovery in the initialization file?

Where in the script do you put your ARCHIVELOG and AUTOEXTEND to make sure that your redo log files are archived and autoextend?

Thanks Received on Thu Apr 17 2003 - 03:55:30 CDT

Original text of this message

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