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: Multiple Ora_arc Processes

Re: Multiple Ora_arc Processes

From: Hans Henrik Krohn <hhk_at_tips.dk>
Date: Mon, 23 Apr 2001 10:27:03 +0200
Message-ID: <9c0out$43j$1@news.inet.tele.dk>

Search MetaLink for "log_archive_max_processes". You can kill the extraneous processes trusly:

    alter system set log_archive_max_processes = 10;     alter system archive log stop;
    alter system set log_archive_max_processes = 2;     alter system archive log start;

Regards, Hans Henrik Krohn
"Ralf P. Loserth" <loserth_at_verdad.org> skrev i en meddelelse news:3AE23D78.95649318_at_verdad.org...
> Hello,
>
> I am running Oracle 8.1.7 on Solaris 8. When I run a Hot Backup, I
> issue the command "archive log stop", back up the archive log files,
> retain the current one, then issue "archive log start", I end up with a
> second archive process, ora_arc1_mstore, along with ora_arc0_mstore. A
> subsequent hot backup gives me yet a third, and so one. When shutting
> oracle down, shutdown hangs until I kill -9 all of them. The only one
> that stops with the shutdown is ora_arc0_mstore. Can anyone tell me
> what I may be doing wrong to start all these processes?? Any help
> appreciated!
>
> Ralf Loserth
>
>
Received on Mon Apr 23 2001 - 03:27:03 CDT

Original text of this message

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