Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Add logfile command
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
![]() |
![]() |