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 -> Archive Logging won't start

Archive Logging won't start

From: Paul Rogers <paul.rogers_at_mowlem.com>
Date: 16 Apr 2002 02:50:05 -0700
Message-ID: <fb2c930.0204160150.25e072ab@posting.google.com>


Dear All

I am running Oracle standard edition 8.1.7 on NT 4 SP6 and am trying to enable archive logging. If I uncomment the necessary lines in the init file as follows:

# Uncommenting the lines below will cause automatic archiving if
archiving
has
# been enabled using ALTER DATABASE ARCHIVELOG.

 log_archive_start = true
 log_archive_dest_1 = "d:\oracle\archive"
 log_archive_dest_1 = "e:\oracle\archive"
 log_archive_format = log%S.arc

I receive the following message.

ORA-00439: Feature not enabled: Managed Standby

I have trawled this list and Niall Litchfiled said:

This 'feature' is in fact documented in the Oracle Docs.

log_archive_dest_n is for Enterprise edition. log_archive_dest is for standard.

So in fact it should only catch people trying to use the new syntax with
standard edition.

regards

--
Niall Litchfield
Oracle DBA
Audit Commission UK


Does this mean I can only have one archive log destination?  If not
how do I mirror the archive logs under standard edition.

Many thanks


Paul
Received on Tue Apr 16 2002 - 04:50:05 CDT

Original text of this message

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