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: Archive Log

Re: Archive Log

From: Juergen Fechter <J.Fechter_at_science-computing.de>
Date: Sat, 1 Dec 2001 11:28:04 +0100
Message-ID: <9uabbk$7v4$1@news.BelWue.DE>


The solution was to use the parameter pfile for each instance:

svrmgr> connect internal/<password>@<sid>
svrmgr> shutdown immediate pfile=<drive>:\orant\database\init<sid>.ora
svrmgr> startup mount      pfile=<drive>:\orant\database\init<sid>.ora
svrmgr> alter database archivelog;
svrmgr> alter database open;
svrmgr> alter system archive log start;
svrmgr> archive log list;
svrmgr> alter system switch logfile;

Juergen Received on Sat Dec 01 2001 - 04:28:04 CST

Original text of this message

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