oracle之rman(1)

联系:手机(13429648788)  QQ(107644445)

链接:https://www.orasos.com/oracle%e4%b9%8brman%ef%bc%881%ef%bc%89.html

标题:oracle之rman(1)

作者:惜分飞©版权所有[文章允许转载,但必须以链接方式注明源地址,否则追究法律责任.]

1、连接rman
1)nocatalog模式访问
rman target sys/xifenfei@orcl nocatalog
2)启用日志文件
rman target sys/xifenfei@orcl nocatalog append log ‘c:\rman.log’

2、查看rman configure 信息
所有信息 show all;
查看相关信息:show device type;

3、rman参数设置
1)设置参数
configure controlfile autobackup off;
2)恢复为默认参数
configure controlfile autobackup clear;