在catalog中建立RMAN脚本
1、创建脚本:
RMAN> create global script hehehe comment "full database backup,hehehe"{backup database format '/soft/backu/%s_%d_%U.bak';}
2、查看脚本:
list global script names;
3、打印脚本:
print global script hehehe;
4、运行脚本:
RMAN>run{execute script hehehe;}
5、删除脚本:
RMAN>delete script hehehe;
860

被折叠的 条评论
为什么被折叠?



