码迷,mamicode.com
首页 > 数据库 > 详细

关于批处理(bat)数据库备份

时间:2014-09-03 11:08:56      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   ar   数据   div   sp   log   

@echo ********************************
@echo 数据库备份
@echo ********************************
@echo off

set h=%time:~0,2%

if %h% leq 9 (set h=0%h:~1,1%)

set dbbarkfile=%date:~0,4%%date:~5,2%%date:~8,2%%h%%time:~3,2%%time:~6,2%

set dbbarkdir=e:\application\dbbarkup\%dbbarkfile%

mkdir %dbbarkdir%

@echo ********************************
@echo mt备份
@echo ********************************

exp mt/mt@orcl file=%dbbarkdir%\mt%dbbarkfile%.dmp

 

关于批处理(bat)数据库备份

标签:style   blog   color   io   ar   数据   div   sp   log   

原文地址:http://www.cnblogs.com/xiaoxian1369/p/3953038.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!