Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: control file, redo log file
Control files are all always active AFAIK, hence the 'control file
parallel write' event.
This query will show you which log files are active:
set line 120
col member format a40 head 'MEMBER'
col group# format 99 head 'GRP'
col thread# format 99 head 'THR'
col sequence# format 999999 head 'SEQ'
col group_status format a8 head 'GROUP|STATUS'
col member_status head 'MEMBER|STATUS'
col systime format a18 head 'SYSTEM TIME'
col bytes format 99,999,999,999 head 'SIZE IN BYTES'
col first_time format a20 head 'TIME OF FIRST SCN'
col archived head 'ARCHIVED?' format a10
clear break
break on group# skip 1
select
l.group#,
Jared
"Leyden, Joseph" <LeydenJ_at_MTA.NET>
Sent by: root_at_fatcity.com
05/15/2003 03:42 PM
Please respond to ORACLE-L
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc: Subject: RE: control file, redo log file
Is there a way of knowing while db is up which:
conrtolfile or redo logfile is active? and if
multiplex when does it switch?
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Leyden, Joseph
INET: LeydenJ_at_MTA.NET
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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.net
--
Author:
INET: Jared.Still_at_radisys.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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 Thu May 15 2003 - 18:36:49 CDT