vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On 29 Jan 2006 11:55:29 -0800, "nmizekan@gmail.com" <nmizekan@gmail.com> wrote: >Hello All, > >I am in a situation where I have to move redo logs on a live system >hosted on hp-ux. Is there a way to do this. Any advice will be greatly >appreciated. > >Thanks alter database drop logfile group <n> alter database add logfile group <n> ('<filename>','<filename>') size .... You must make sure the logfile is not in use which you can verify by querying v$log. If it is in use alter system switch logfile -- Sybrand Bakker, Senior Oracle DBA |
| |||
| nmizekan@gmail.com wrote: > Hello All, > > I am in a situation where I have to move redo logs on a live system > hosted on hp-ux. Is there a way to do this. Any advice will be greatly > appreciated. > > Thanks > Step by step demo in Morgan's Library at www.psoug.org click on Log Files Drop them at one location ... create new ones at the other. -- Daniel A. Morgan http://www.psoug.org damorgan@x.washington.edu (replace x with u to respond) |
| ||||
| Sybrand Bakker wrote: > > alter database drop logfile group <n> > > alter database add logfile group <n> ('<filename>','<filename>') size > ... > > You must make sure the logfile is not in use which you can verify by > querying v$log. > If it is in use > alter system switch logfile and to make life easier for yourself, create the new ones before you drop the old ones. Then all you need is to switch logfile when you hit the old one that is still being used. |
| Thread Tools | |
| Display Modes | |
|
|