Linux上备份Oracle数据库脚本(16.34) - 中国WEB开发者网络 (http://www.webasp.net) -- 技术教程 (http://www.webasp.net/article/) --- Linux上备份Oracle数据库脚本(16.34) (http://www.webasp.net/article/20/19732.htm) |
| -- 作者:未知 -- 发布日期: 2005-04-29 |
# 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.dmp LOG=./db_1634_$rq.log |
| webasp.net |