Hi,
I'm Oracle DBA which trying to configure backup's with NBU. I'm using NBU 7.6.0.3 for Oracle database RMAN backup with scripts. I've created several policies for different databases. I've got separate policies and separate scripts for full backup, cummulative and archivelogs. In all policies there is scheduler that I created and there is also scheduler created by default caled "Default-Application-Backup". If I understand correctly it this scheduler is mandatory to start manual backup's.
For simplicity lets say I've got 3 policies
1. Policy Name - ORCL_OPSREP_FULL
2. Policy Name - ORCL_EMREP_FULL
3. Policy Name - ORCL_EMREP_ARC
My problem is the following. When I starting backup with policy eg. "ORCL_EMREP_ARC" I see in "Activity Monitor" that backup process starts whit "Job Policy""ORCL_EMREP_ARC" but all sub processes for that backup shows up with "Job Policy" of different policy - "ORCL_OPSREP_FULL" (first one that I created). I've chcek RMAN logs and it seems that all files for started policy are backed up correctly. But why job policy in activity monitor is showing wrong name and how to fix this?
Please find attachment with simple screen from Activity Monitor.
Regards