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: Is there a pain-less method to change log file size?

Re: Is there a pain-less method to change log file size?

From: Sybrand Bakker <gooiditweg_at_sybrandb.verwijderdit.demon.nl>
Date: Wed, 29 Sep 2004 22:40:14 +0200
Message-ID: <ga7ml0h3ipkf10lvae9v1r9gvbe84428r3@4ax.com>


On 29 Sep 2004 12:49:19 -0700, rhugga_at_yahoo.com (Keg) wrote:

>Can the redo logfile size be changed w/o creating the database? Our
>logs are currently set to 100M which gives us a log switch every 2
>hours or so. I would like to increase the frequency to at least 30
>minutes, maybe even 15. We are running 9.2.0.4 64-bit on Solaris 9
>64-bit.
>
>Please advise,
>rhugga

alter database drop logfile group <n>

alter database add logfile group <n> ('<filename>...) size ... M

be sure to either rename the old log, or to give the new log a new name.

--
Sybrand Bakker, Senior Oracle DBA
Received on Wed Sep 29 2004 - 15:40:14 CDT

Original text of this message

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