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: where to alter the path of redologs

Re: where to alter the path of redologs

From: Rachel Carmichael <carmichr_at_hotmail.com>
Date: Sun, 09 Jul 2000 02:58:07 GMT
Message-Id: <10552.111502@fatcity.com>


if you can't take the database down:

  1. create a new, temporary redo log file
  2. switch logs until you are in the new log file
  3. drop the old one
  4. create a new logfile, same name as the old one, where you want it
  5. switch logs until the new one is current
  6. drop the temporary log file

>From: Deepak Sharma <sharmakdeep_at_yahoo.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: Re: where to alter the path of redologs
>Date: Sat, 08 Jul 2000 08:14:58 -0800
>
>For Q No. 1, this is the quickest method I have used
>in the past (works only if you can afford shutting
>down the database)
>
>o Create controlfile trace
>o Edit the trace file and change the RedoLog Path.
>Save it as an SQL script
>o Shutdown database
>o Use svrmgrl, connect internal and run the script
>
>-- Deepak
>
>--- aheda_at_cdotd.ernet.in wrote:
> >
> > I am facin certain problems while tuning the
> > performance of oracle .It
> > would be of great help if somebody can give
> > suggestions over:
> > 1).how can we change the redolog files path on a
> > running system.
> > 2). If we are havinfg two datafiles under one
> > tablespace how can we move
> > one move certain tables to one file completely
> >
> >
> >
> > Arvind
> >
> >
> >
> > --
> > Author:
> > INET: aheda_at_cdotd.ernet.in
> >
> > 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).
>
>
>=====
>Oracle DBA,
>Minneapolis, MN
>USA
>
>__________________________________________________
>Do You Yahoo!?
>Get Yahoo! Mail – Free email you can access from anywhere!
>http://mail.yahoo.com/
>--
>Author: Deepak Sharma
> INET: sharmakdeep_at_yahoo.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 Sat Jul 08 2000 - 21:58:07 CDT

Original text of this message

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