ablog

不器用で落着きのない技術者のメモ

rman でバックアップが削除されないようにする retention policy の設定

rman で「configure retention policy to redundancy = 1;」と設定すると1世代保持されるが、バックアップを削除せずに全て残したい場合は、以下のように設定すれば良いみたい。

RMAN> configure retention policy to none;

参考