RMAN Backup Status in 9i
735688Nov 19 2009 — edited Feb 22 2013friends!
I am working on two different database versions (9i and 10g). Both databases backup are being taken through RMAN. Usually, i can find the backup status in 10g through sql command but same option is not found in 9i. I am using this command in 10g for backup status either its failed or success:
SELECT JD.COMMAND_ID,JD.STATUS,JD.OUTPUT_DEVICE_TYPE,JD.START_TIME,JD.TIME_TAKEN_DISPLAY,JD.END_TIME--,JD.*
FROM V$RMAN_BACKUP_JOB_DETAILS JD;
How i can found the same information in 9i?
Quick response will highly appreciate.
regards
Irfan Ahmad