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: Add logfile command

Re: Add logfile command

From: Madhu Cherukuri <Madhu.Cherukuri_at_usa.net>
Date: 30 Oct 1998 18:08:15 GMT
Message-ID: <363A00C1.C784321B@usa.net>


You can use Enterprise manager (GUI mode) or Server Manager (Commnad line mode)
to do this. You can also use SQL*Plus
to add a new log file

the SQL commnad is

alter database add logfile 'path\logfile.log' size 500K;

 or if you want to specify the group,

alter database add logfile group 5 ('path\logfile.log') size 500K;

Good luck

Madhu Cherukuri

Nicolas Bronke wrote:

> I am looking for a command/program to add some new redolog-files to an
> existing database?
>
> Regards
> Nicolas
Received on Fri Oct 30 1998 - 12:08:15 CST

Original text of this message

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