Databases Reference
In-Depth Information
The example shown here disables any input requests and displays all warning and error messages for the job sbt/1.2.
The follow option specifies that the job be monitored continually and new lines be shown as they appear. Instead of using
the catxcr command, you can use the web tool to obtain job transcripts that contain information about RMAN jobs.
How It Works
OSB's catalog of backup metadata is maintained separately from RMAN'S recovery catalog and is directly managed by
OSB. OSB's administrative server stores the backup catalog.
You can view all active OSB-related jobs by issuing the following command:
ob> lsj -aljrRLC
Issue the following command to view all jobs generated today:
ob> lsj -A -today
You can view all jobs in a date range by issuing the following command:
ob> lsj -AljrRLC -f 2012/11/20.02:00:00 -t 2012/11/21.00:00:00
Instead of using the obtool commands shown in the Solution section of this recipe, you can also use the OSB web
tool to view OSB's backup catalog metadata.
Of course, you can also use all RMAN commands, such as the list backup command, to view both disk-based
and tape-based backups, including those made through the OSB interface.
 
Search WWH ::




Custom Search