Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: archivelog leads to crashes...?
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