Rman backup monitoring [message #300889] |
Mon, 18 February 2008 08:42 |
gkrishn
Messages: 506 Registered: December 2005 Location: Putty a dark screen
|
Senior Member |
|
|
All ,
We have 10 databases on unix boxes which uses RMAN to take hot backup.Is there a way to set an alert to report success/failure of backup on daily basis ?
currently what we have is a shell script on all boxes which will check rman.log and fire a mail with SUCESS/FAILURE status.
Can i implement this in a different way.might be from database level ?
Thanks
[Updated on: Mon, 18 February 2008 08:42] Report message to a moderator
|
|
|
Re: Rman backup monitoring [message #300896 is a reply to message #300889] |
Mon, 18 February 2008 09:51 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
Depends on how complex your report wanted to be.
For a simple "SUCCESS/FAILURE" report, looking into RMAN log is much easier
RMAN repository and v$tables have all the gory details.
|
|
|