1 显示当前的配置信息 =========================== 1.01 rman> show all; 1.02 查询rman设置中非默认值: SQL> select name,value from v$rman_configure; 2. 常用的configure选项 =========================== 2.01 保存策略 (retention policy) configure retention policy to recovery window of 3 days; configure retention policy to redundancy 3; configure retention policy clear; 备份策略保持 分为两个...
by cxm.cm - Linux文档专区 - 2009-03-03 16:48:44 阅读(507) 回复(0)
Windows 2000 Server下想实现oracle 9i的rman自动备份; c:\orabak\rman.bat c:\orabak\orabak.bat rman.bat 内容: rman target / cmdfile=c:\orabak\orabak.bat orabak.bat内容: run{ allocate channel c1 type disk; backup incremental level 0 format 'c:\orabak\full0_%u_%T.bak' database; release channel c1; }
rman>backup incremental level=0 format 'd:df_%d_%s_%p.bus' tablespace users,fst ,tools,lyp,aa,llll filesperset=3 执行后生成DF_FIRST_15_1.BUS和DF_FIRST_16_1.BUS,为什么%p参数都是1?%p不是指备份片段的编号吗,既然已经生成了两个文件,怎么编号都是1?
rman target internal/oracle@his catalog rman/rman@rman 报错: error from target database: ORA-01031: insufficient privileges