Oracle 使用RMAN自动备份
1、用Oracle身份登陆2、编写自动备份的脚本并清除归档日志$ vi /home/oracle/backs.sh#!/bin/shsource /home/oracle/.bash_profilecd $ORACLE_HOME/binrman target / nocatalog msglog=/home/oracle/rman_bk_`date "+%Y%m%d%H%M%S"`.log <<EOFrun{REPORT OBSOLETE;DE...