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: ORA-00357 strange... compared to V$CONTROLFILE_RECORD_SECTION

Re: ORA-00357 strange... compared to V$CONTROLFILE_RECORD_SECTION

From: aviion <member_at_dbforums.com>
Date: 21 Nov 2001 15:12:18 -0500
Message-ID: <3bfc0aa2$3@usenetgateway.com>


do alter database backup controfile to trace; and go to udump directory and open this tracefile and check the maximum limit on maximum number of log file members, u need to recreate the controlfile with newer value if the the number is less than what u are to trying to create.

CREATE CONTROLFILE REUSE DATABASE "TEST" NORESETLOGS ARCHIVELOG MAXLOGFILES 16 MAXLOGMEMBERS 4 MAXDATAFILES 50 MAXINSTANCES 3 MAXLOGHISTORY 453 Here maximum is 4 per group. MAXLOGMEMBERS 4

--
Posted via dBforums
http://dbforums.com
Received on Wed Nov 21 2001 - 14:12:18 CST

Original text of this message

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