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

Home -> Community -> Usenet -> c.d.o.tools -> Re: ORA-19016 - can't change destination archive log

Re: ORA-19016 - can't change destination archive log

From: T. Schwickert <schwickert_at_yahoo.com>
Date: 9 Aug 2001 01:50:04 -0700
Message-ID: <5fcc15a8.0108090050.451e62e4@posting.google.com>

Hi,

it seems to me, that you have set
LOG_ARCHIVE_DEST_n to some value.
Validate it with
show parameter log_archive
In this case, you can't do 'alter system archive log start to ...' . Instead try
alter system set LOG_ARCHIVE_DEST_n='location=/disk2' This should work

Hth
 Thomas

Ralf Bender <ralf.bender_at_nexgo.de> wrote in message news:<20010808.20180726_at_mis.configured.host>...
> hi
>
> today I'm running into a abuse problem. my filesystem was running up to
>
> 100%. i want to run a 'alter system archive log stop' and 'alter system
>
> archive log start to '/disk2'; because our database must stay online, bu
> t
> it won't run. i got ora-19016.
> could somebody told what the problem is? don't find anything about
> ora-19016.
> oh yes, we are running oracle 8.1.7.0.1 on linux.
>
> ralf
Received on Thu Aug 09 2001 - 03:50:04 CDT

Original text of this message

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