Linux上备份Oracle数据库脚本(16.34)

发表于:2007-06-08来源:作者:点击数: 标签:
# exp-backup.sh



# initialize oracle database env variable

  /home/oracle/oraenv



# assign current date to variable rq

# 注意:定义rq变量用的单引号是Tab键上面的~键。

  rq=`date +"%Y%m%d"`



# export whole database

  exp expuser/web2dump5@ctgpcweb parfile=./export.par FILE=/backup/db_1634_$rq.d

mp LOG=./db_1634_$rq.log

原文转自:http://www.ltesting.net