Offline scheduled backup job error
I have a DBA that is trying to create a scheduled backup using 12c (12.1.0.2). He is selecting a customized backup of offline. The job is successful in being built and scheduled. But when the job runs, it throws an error:Checking RMAN repository settings...
Starting blackout...
ORA-20221: Only superusers can create a new reason
ORA-06512: at "SYSMAN.MGMT_BLACKOUT", line 167
ORA-06512: at line 1
For some reason it's trying to insert a record into the MGMT_BLACKOUT_REASON table. Any ideas why and how someone without super admin can do an offline database backup?
Starting blackout...
ORA-20221: Only superusers can create a new reason
ORA-06512: at "SYSMAN.MGMT_BLACKOUT", line 167
ORA-06512: at line 1
For some reason it's trying to insert a record into the MGMT_BLACKOUT_REASON table. Any ideas why and how someone without super admin can do an offline database backup?
0