Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: monitoring checkpoints
Hi!
One way would be to:
select checkpoint_change#, checkpoint_time, checkpoint_count from v$datafile_header;
Note that during a datafile is in backup mode, then checkpoint_change# and time don't change due any checkpoints, only checkpoint_count increases.
But why do you want to do this kind of thing manually? Oracle has well working built in mechanisms for it anyway. Oracle doesn't let any data to get stale anyway as much as it is in it's power.
Tanel.
"Francesco" <fmarchioniNIENTESPAM_at_libero.it> wrote in message
news:MeoWa.218764$lK4.6397944_at_twister1.libero.it...
> Hi all,
> I'd like to monitor when last checkpoint executed on a datafile, in order
> to force it -if data's going to be stale-. How can I extract that
> information ?
> Thanks
> Francesco
>
>
Received on Fri Aug 01 2003 - 04:58:37 CDT
![]() |
![]() |