Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Archiving Redo Log Files

Re: Archiving Redo Log Files

From: Kenneth C Stahl <BluesSax_at_Unforgettable.com>
Date: Tue, 13 Jul 1999 08:44:15 -0400
Message-ID: <378B349F.2BB6D2A8@Unforgettable.com>


Use svrmgrl to mount, but not open, the database.

Enter the commands:

    alter database archive log
    archive log start
    alter database open

exit out of svrmgrl and edit your initxxx.ora file to add:

log_archive_start = true

Ken

Florian Petter wrote:

> Hi!
>
> How can I enable the "Archiving Redo Log Files" in a oracle 8 database?
> (not with the oracle installer)
>
> Thanks,
> --
> Florian Petter
> BRAINTRUST New Media Solutions
> Schopenhauerstrasse 36
> A-1180 Vienna
> Phone +43-1-40416-0
> Fax +43-1-40416-33
> eMail: florian.petter_at_braintrust.at
Received on Tue Jul 13 1999 - 07:44:15 CDT

Original text of this message

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