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: archivelog leads to crashes...?

Re: archivelog leads to crashes...?

From: Brian Peasland <dba_at_remove_spam.peasland.com>
Date: Mon, 15 Mar 2004 18:58:34 GMT
Message-ID: <4055FCDA.1D7B0B39@remove_spam.peasland.com>


You forgot one thing.....you forgot to start archivelogging.

> alter database archivelog;

Right here, you needed to issue the following:

ALTER SYSTEM ARCHIVE LOG START;  
> alter database open;

HTH,
Brian

-- 
===================================================================

Brian Peasland
dba_at_remove_spam.peasland.com

Remove the "remove_spam." from the email address to email me.


"I can give it to you cheap, quick, and good. Now pick two out of
 the three"
Received on Mon Mar 15 2004 - 12:58:34 CST

Original text of this message

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