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 Logs

Re: Archive Logs

From: Rick Anderson <Richard.Anderson_at_oracle.com>
Date: Tue, 11 Mar 2003 16:36:52 GMT
Message-ID: <Xns933B726261A8DRichardAndersonoracl@148.87.1.53>


"Christoph Bielitza" <c.bielitza_at_stadtwerke-remscheid.de> wrote in news:b4ksup$pu14_at_pen6.pen.k12.va.us:

> Hi,
> I have a question. Is it correct, that I am not able to use
> archive logs with the Oracle 8.1.7 standard edition ?
> I tried to use the following parameters in the init.ora-file:
>
> log_archive_start = true
> log_archive_dest = "location=e:\redos"
> log_archive_format = %T%TS%S.ARC
>
> but if I restart the database nothing happens.
>
> Any idea ?
>
> Thanks a lot
> Bye
> Christoph
>
>
>
>

Use the following:
log_archive_dest='e:\redos'

Use single quotes (double-quotes are SQL keywords limited to 31- characters). Also, log_archive_dest does not use the 'LOCATION=' attributes like the Enterprise Edition LOG_ARCHIVE_DEST_n init.ora parameters do.

Hope this helps.
Rick Received on Tue Mar 11 2003 - 10:36:52 CST

Original text of this message

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