Link to home
Start Free TrialLog in
Avatar of bkreynolds48
bkreynolds48

asked on

rman backup logs - find the lastes for all databases and check status

on one system I have 4 databases that are backed up by rman.

I need to tail the latest log for each of these to get the status and email the output
the rman logs have the date timestamp so the name changes every time it is run.

ie  databasename_bkupdd_FULL.20130908-18:00:00.log

I only want the FULL backups not the LONG or the LOG backup file

so I need help putting a unix script together for this
ASKER CERTIFIED SOLUTION
Avatar of David VanZandt
David VanZandt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bkreynolds48
bkreynolds48

ASKER

the automated logging of the job goes to the oncall person.
I have a requirement that says I have to check these daily on my assigned system
thus the request for a script
I've requested that this question be deleted for the following reason:

I figured out how to do this myself - since no one responded with a good answer
I believe I provided a sufficiently clear solution to the stated problem.  The asker implies that the only answer (mine) was no good, but did not provide any comment with which we could continue the exchange.  Secondly, the asker has not yet detailed his/her solution in the thread.