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 Move Redo Logs to Raw Disk Space ?

Re: How to Move Redo Logs to Raw Disk Space ?

From: MarkP28665 <markp28665_at_aol.com>
Date: 1997/07/04
Message-ID: <19970704150901.LAA29959@ladder02.news.aol.com>#1/1

Just look in the Database Administrators guide under adding and dropping redo logs. You can just add a new group using the raw space and drop a group that was using regular Unix files. Repeat the process until all your redo logs are using raw partitions. If you get stuck waiting for the current log to switch before you can drop it use the 'alter system switch logfile' command to force a switch. Oracle will not let you drop an active or unarchieved log so you do not need to worry too much while performing this task. (A little worry is always good. It makes you stop and think about what you are doing every now and then)

Mark Powell -- The only advise that counts is the advise that you follow so follow your own advise Received on Fri Jul 04 1997 - 00:00:00 CDT

Original text of this message

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