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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Resizing Log file

RE: Resizing Log file

From: Seema Singh <oracledbam_at_hotmail.com>
Date: Fri, 01 Jun 2001 07:19:57 -0700
Message-ID: <F001.00317C8E.20010601072555@fatcity.com>

You can't resized the rdo log file but you can solve ur problem by adding and droping redo log files with help of alter database command. hope this will help you.
-Seema

>From: "Hallas, John" <HallasJ_at_logicae.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: RE: Resizing Log file
>Date: Fri, 01 Jun 2001 05:20:52 -0800
>
>FOR YOUR INFORMATION
>
>ESIS and EPFAL are now part of Logica. The Internet email addresses of the
>staff has changed to the following - lastnameinitial_at_logica.com eg
>SMITHK_at_logica.com. Emails using the old format will continue to be
>delivered until 30th June 2001.
>
>Hi Nirmal,
>Try something like the following script
>
>alter database add logfile group 1
>( '/u01/oradata/eval/redo1.log')
>size 10M;
>
>alter database add logfile group 2
>( '/u01/oradata/eval/redo2.log')
>size 10M;
>
>alter database add logfile group 3
>( '/u01/oradata/eval/redo3.log')
>size 10M;
>
>alter system switch logfile;
>alter system switch logfile;
>alter system switch logfile;
>
>alter database drop logfile group 4;
>alter database drop logfile group 5;
>alter database drop logfile group 6;
>
>
>
> -----Original Message-----
> From: Nirmal Kumar Muthu Kumaran
>[mailto:NIRMALK_at_qtel.com.qa]
> Sent: 31 May 2001 20:38
> To: Multiple recipients of list ORACLE-L
> Subject: Resizing Log file
>
> hi dba's,
>
> In my DB, oracle 816, NT4, the redolog member's size is
>only 50kb. I'm
> having only two groups with a single member each.
>
> I tried with alter database command, there is only options
>for adding and
> droping log group or member...
>
> How can i resize it.. to increase the size 5mb.
>
> Regards,
> Nirmal.
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Nirmal Kumar Muthu Kumaran
> INET: NIRMALK_at_qtel.com.qa
>
> Fat City Network Services -- (858) 538-5051 FAX: (858)
>538-5051
> San Diego, California -- Public Internet access /
>Mailing Lists
>
>--------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail
>message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru')
>and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).
>You may
> also send the HELP command for other information (like
>subscribing).
>
>
>This e-mail and any files transmitted with it, are confidential to Logica
>and are intended solely for the use of the individual or entity to whom
>they are addressed.
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Hallas, John
> INET: HallasJ_at_logicae.com
>
>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>San Diego, California -- Public Internet access / Mailing Lists
>--------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from). You may
>also send the HELP command for other information (like subscribing).



Get your FREE download of MSN Explorer at http://explorer.msn.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Seema Singh
  INET: oracledbam_at_hotmail.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Jun 01 2001 - 09:19:57 CDT

Original text of this message

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