From: "Sindre Solem" <sindre.solem@emmaedb.no>
Newsgroups: comp.databases.oracle.server
References: <O1mZ5.2000$pj.60583@news1.oke.nextra.no> <914rj8$1fp$1@nnrp1.deja.com> <fPmZ5.2044$pj.61059@news1.oke.nextra.no> <914vgd$419$1@nnrp1.deja.com>
Subject: Re: Archive log
Lines: 43
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Message-ID: <r3oZ5.2103$pj.61814@news1.oke.nextra.no>
Date: Tue, 12 Dec 2000 12:34:45 +0100
NNTP-Posting-Host: 62.92.100.96
X-Complaints-To: news-abuse@nextra.no
X-Trace: news1.oke.nextra.no 976620887 62.92.100.96 (Tue, 12 Dec 2000 12:34:47 MET)
NNTP-Posting-Date: Tue, 12 Dec 2000 12:34:47 MET
Organization: Nextra Public Access



<sybrandb@my-deja.com> skrev i melding news:914vgd$419$1@nnrp1.deja.com...
> In article <fPmZ5.2044$pj.61059@news1.oke.nextra.no>,
>   "Sindre Solem" <sindre.solem@emmaedb.no> wrote:
> >
> > <sybrandb@my-deja.com> skrev i melding news:914rj8
 $1fp$1@nnrp1.deja.com...
> > > In article <O1mZ5.2000$pj.60583@news1.oke.nextra.no>,
> > >   "Sindre Solem" <sindre.solem@emmaedb.no> wrote:
> > > >
> > > > When I try to enable automatic archiving (by setting log_archive_*
> > > > parameters) I get this message:
> > > >
> > > > ORA-00439: Feature not enabled: Managed Standby
> > > >
> > > > But when I run "archive log start" manually it seems to work.
> > > >
> > > > What can cause this?
> > > >
> > > >
> > > You are using 8i syntax in log_archive_dest. You must use an
 ordinary
> > > directoryname without keywords.
> >
> > So it should say: "log_archive_dest_1 = /u/oracle/admin/bravodb/arch"
> > instead of:  log_archive_dest_1
 = "location=/u/oracle/admin/bravodb/arch"
> >
> > But why doesn't the 8i (8.1.6) server use 8i syntax?
> >
> >
> Looks like the database assistant is targeted at the Enterprise
> Edition, as Managed Standby is an Enterprise edition Feature, not an
> Server Edition feature. You must run the Server Edition, which is why
> you are running into trouble. You could submit an ITAR of course
> (someone must do it, as more people will suffer from this 'feature')

It works if I write "log_archive_dest = ..." instead of
"log_archive_dest_1".





