Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: alter system archive log stop;
Frank van Bortel wrote:
> Tof wrote:
>
>>> >>> There is a difference between a database in archive log >>> *mode* and an archive process *running*. >>> You stopped the latter, and queried the former. >> >> >> >> Can you give me a example. >> >> Thanks
Excuse me, but i see in v$database and i see just LOG_MOD, it's for mod
of database.
I try the "alter system archive log " STOP and START but same in
v$archive_processes, two defaut process are active.
SQL> select * from v$archive_processes;
PROCESS STATUS LOG_SEQUENCE STAT ---------- ---------- ------------ ----
0 ACTIVE 0 IDLE 1 ACTIVE 0 IDLE 2 STOPPED 0 IDLE 3 STOPPED 0 IDLE 4 STOPPED 0 IDLE 5 STOPPED 0 IDLE 6 STOPPED 0 IDLE 7 STOPPED 0 IDLE 8 STOPPED 0 IDLE 9 STOPPED 0 IDLE
10 rows selected.
Thanks
Christophe
Received on Tue Mar 01 2005 - 15:19:59 CST
![]() |
![]() |