Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Archive Logging won't start
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 PaulReceived on Tue Apr 16 2002 - 04:50:05 CDT
![]() |
![]() |