Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Question about REDO logs.
In article <3ab80138.20362429_at_news.zyan.com>, Kev.- <java2e_at_yahoo.com>
writes:
>Hello,
>
>I am not sure if this can even be done but I was asked to get the IO
>stats from the REDO logs. I have no clue what V$ table I need to go
>to to get this information if it is even indeed possible. Could some
>please advise me on this as I have been scanning the web for hours and
>found nothing.
>
>I think what they what is to get performance information to see where
>the problems are occuring. I noticed that you can get Latch
>Statistics for REDO logs but what about IOs. Also what table can I
>goto to get the names of all the REDO log files.
>
>Thanks,
>
>Kev.-
>
Kev, try looking at v$sysstat for name like 'redo%'. Also v$latch for the
redo copy latches.
![]() |
![]() |