1. 首页 > ITPUX技术网 > 正文

oracle数据库中坏块概念和检查脚本

oracle 数据库中坏块概念和检查脚本
$ more /temp/dbvrman.sh
#!/bin/ksh
#set env
export ORACLE_BASE=/opt/oracle
export ORACLE_HOME=/opt/oracle/product/10.2.0/db_1
export ORACLE_SID=orcl
export NLS_LANG=”AMERICAN_AMERICA.zhs16gbk”
export PATH=$PATH:$ORACLE_HOME/bin
echo “—————————–start—————————–“;date
#RMAN to verify datafile
$ORACLE_HOME/bin/rman target /<

本文由风哥教程整理发布,仅用于学习测试使用,转载注明出处:http://www.fgedu.net.cn/10327.html

联系我们

在线咨询:点击这里给我发消息

微信号:itpux-com

工作日:9:30-18:30,节假日休息