rman 删除归档日志

#!/bin/bash   if [ -f ~/.bash_profile ]; then     . ~/.bash_profile fi #set env echo "Oracle HOME:"$ORACLE_HOME echo "Oracle SID:"$ORACLE_SID $ORACLE_HOME/bin/rman target / log=/oracle/logs/rman.log <
相关文章
相关标签/搜索