Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: V$log Status
Hi Ray,
There are two different fields in v$log
ARCHIVED - tells us if the log is archived or not STATUS - tells us status of data in the log - CURRENT - LGWR is currently writing this log - ACTIVE - the transactions from this log aren't written to thedatafiles yet (checkpoint not complete), this log is required for instance recovery
Vadim Gorbounov Oracle DBA
-----Original Message-----
Sent: Friday, February 02, 2001 9:51 AM
To: Multiple recipients of list ORACLE-L
My system is in archive mode. What wonders me is that even after archive files are created the status of the log file is in ACTIVE state.
-----Original Message-----
Sent: 02 February 2001 14:21
To: Multiple recipients of list ORACLE-L
Most of the times in an archivelog databases that happens because the arch process is still working. If it was a noarchivelog database, it would be a block recovering what is going on.
Regards.
> -----Mensaje original-----
> De: Raj Gopalan [SMTP:raj.gopalan_at_netdecisions.co.uk]
> Enviado el: viernes 2 de febrero de 2001 13:26
> Para: Multiple recipients of list ORACLE-L
> Asunto: V$log Status
>
> Hi All,
>
> I am doing a batch update which updates around 100,000 rows. While this
> updating is in progress, the system slows down all in a sudden for few
> minutes before it continue to work normally.
>
> The archive log is enabled and I have 5 online groups with each 10 MB
> size.
> If I check the V$log while updation in progress, I find the status is in
> ACTIVE even after the archive file written for that log. This sequence
> continues until all the log files except current one in ACTIVE state.
> After
> couple of minutes all the ACTIVE status getting changed to INACTIVE.
>
> Any Idea what could be the reason for this? I got 8.1.6 undex solaris.
>
> TIA
>
> Raj
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Raj Gopalan
> INET: raj.gopalan_at_netdecisions.co.uk
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Trassens, Christian INET: CTrassens_at_uni2.es Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Raj Gopalan INET: raj.gopalan_at_netdecisions.co.uk Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Vadim Gorbounov INET: vgorbounov_at_simplyengineering.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Feb 07 2001 - 12:05:04 CST
![]() |
![]() |