RMAN reporting - getting cartesian
Goal : Trying to get DB backup info(DB NAme, Host name, Incremental backup (whether level 0 or 1) ) Using 2 RC tables but getting cartesian (or backup piece info which I don't need). Please help.
1. If you have running script to achive above goal I will appreciate.
2. How to avoid below cartesian (or may not be cartesian but I need 1 line per job. Table 'BS' has backup piece so I want to get 'job' info not 'piece'. I'm using 'BS' for 'INCR_LEVEL' which is not present in 'job_details' table
3. How to get 'Host' name with this report?