Hello,
I have the command dbv to track the status for datafiles. The questios is: Is there a command to keep track on the status for the log files (like archive files)?
Thank you in advance,
Eric
Printable View
Hello,
I have the command dbv to track the status for datafiles. The questios is: Is there a command to keep track on the status for the log files (like archive files)?
Thank you in advance,
Eric
There are some view that you could use to write your own script that would monitor the archive process...
v$archive
v$archive_process
and
v$archived_log
Other wise you could set an OEM event to monitor the archive process...
Sam
Thank you Sambavan,
I'll check those views to see how can I use it.
Greetings,
Eric