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: How to change control file parameter - MAXLOGMEMBERS

Re: How to change control file parameter - MAXLOGMEMBERS

From: Detlev Goebel <detlev.goebel_at_gzs.de>
Date: Mon, 19 Apr 1999 15:20:54 +0200
Message-ID: <7ffajm$4t7$1@news4.muc.eurocyber.net>


Hi,

first log on to the databse as a dba.
Type in

alter database backup controlfile to trace;

exit the sqlplus and have a look in your user dump directory. This = mostly resides under
ORACLE_BASE/admin/<SID>/udump. The latest .trc file should be your = create controlfile script.
Make your changes (in this case MAXLOGMEMBERS 2). Shutdown your database = and run this script with
the server manager. If this fails do it by hand with copy and paste.

good luck

Detlev

    zenithh schrieb in Nachricht <3715E3C9.89C478FB_at_netscape.com>...     Hello everybody,
    I need to change MAXLOGMEMBERS value from 2 to 4 in control file. I = would appreciate very much if you could provide me with a step by step = instruction of how to accomplish this task.

    Thanks a lot.
    zenith Received on Mon Apr 19 1999 - 08:20:54 CDT

Original text of this message

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