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: REDO logs

Re: REDO logs

From: Lando <MarkL_at_quebim.com>
Date: 1998/01/20
Message-ID: <34C55A3D.71167930@quebim.com>#1/1

Try:

select a.group#, a.member
from v$logfile a, v$log b
where a.group#=b.group# and

           b.status='CURRENT';

M.Landa

Stan Novinsky wrote:

> Is there a commnad that can tell you what REDO log is currently being
> written into. I
> checked the SYS.V$LOGFILE. This gives info for the ACTIVE, STALE,
> etc.
>
> Thanks
Received on Tue Jan 20 1998 - 00:00:00 CST

Original text of this message

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