cancel
Showing results for 
Search instead for 
Did you mean: 

NBU Deleted policy executed automatically,strange...

xhawk
Level 4
Partner Accredited Certified

I found once in a while, a deleted NBU policy executed automatically,as below

feedb.png

But the following command shows:

NBUmaster:/#bpplinfo FEEDB-FEE-ORA-DB -L
the specified policy does not exist in the configuration database


NBUmaster:/#bppldelete FEEDB-FEE-ORA-DB -M NBUmaster
the specified policy does not exist in the configuration database

Anyone knows the trick, and how to solve it?

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Level 6
Partner    VIP    Accredited Certified

This will happen if policy-name is hard-coded in the rman script.

Get your dba to change the script to correct policy name.

Also check cron on the client to see if user-directed backup is scheduled in oracle user's crontab.

View solution in original post

3 REPLIES 3

Marianne
Level 6
Partner    VIP    Accredited Certified

This will happen if policy-name is hard-coded in the rman script.

Get your dba to change the script to correct policy name.

Also check cron on the client to see if user-directed backup is scheduled in oracle user's crontab.

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

yes, its been triggred from the 3rd party tool(other than netbackup), and since netbackup does not find the policy in its database, failed with the EC 230

so you need to find the trigger... may be rman script, cron or some schedulers like control-m, mestro, tidal etc...and disable there...

 

xhawk
Level 4
Partner Accredited Certified

Thanks!

It's a careless mistake.

The old policy name did exist in the rman script,since the current script is copied from the old script which should be corrected.