q3256 发表于 2018-9-25 07:15:08

Windows下oracle RMAN备份脚本

rmanarchbackup.txt文件,内容如下:  RUN {
  allocate channel c1 type disk;
  backup archivelog all format 'D:/rmanbak/arch_%U' delete input;
  release channel c1;
  }
  exit

页: [1]
查看完整版本: Windows下oracle RMAN备份脚本