Monitoring RMAN bakcup status
Hello,
I want to monitor rman backup status for all production server using Grid control 12c. Thus i wan't to write a sql that can be used in metric extension. Please suggest and share if anyone has done this before.
"select status from v$rman_status where status='FAILED' and to_char(end_time,'DD_MON_YYYY')=(select to_char(sysdate,'DD_MON_YYYY') from dual);' is the sql i want to use. Please suggest if anyone has any better idea to get sql for this purpose.
Thanks in Advance.
0