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: Christopher Spence <cspence_at_FuelSpot.com>
Date: Fri, 01 Jun 2001 11:07:50 -0700
Message-ID: <F001.003183C9.20010601104633@fatcity.com>

You can actually rebuild your control file to do your log files over again. I highly don't recommend it as it is technically doing alot more than you are trying to accomplish. But it technically safe and sound. Oracle frowns on rebuilding control files and uses at last case scenario, but it is a harmless procedure if done correctly. But as Mike mention about the reset logs, you need to get a backup immediately to keep recoverability after the control file rebuild.

There is no need to bring down the database to rebuild the sizes of the redo logs, control rebuild forces you to take the db down and does alot more than just size the logs. As everyone mentioned, add new ones and drop old ones then spin them is the supported and most direct method.

"Walking on water and developing software from a specification are easy if both are frozen."

Christopher R. Spence
Oracle DBA
Fuelspot

-----Original Message-----
Sent: Friday, June 01, 2001 1:21 PM
To: Multiple recipients of list ORACLE-L

Hi,
I've never seen anyone use CREATE CONTROLFILE to resize redo logs and I think
that I probably never will.
The only advantage I can think of is that you can reuse your original group numbers though it might be helpful if you are REALLY tight on disk space. The disadvantages are that you need to close your database, take a backup and
you lose the ability to roll forward beyond the RESETLOGS. I admit that I may be missing something but the add/switch/drop routine has worked for years, causes minimal disruption and is recommended by Oracle (so it's supported).

Cheers,
Mike Hately
Oracle DBA

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: MHately_at_etech-uk.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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Christopher Spence
  INET: cspence_at_FuelSpot.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 - 13:07:50 CDT

Original text of this message

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