rem 如果檔案存在,那麼退出
rem if exists %exp_file% goto end1
set store_path=f:/back/yu_%yyyymmdd%_%ppqq%.dmp.rar
rem 匯出檔案
echo on
exp system/manager full=n grants=y rows=n file=%exp_file% owner=xjy,scott
echo off
echo %exp_file%>back.lst
rem 壓縮檔案 系統安裝的是winrar 3.7 版
rar a %store_path% @back.lst
rem 拷貝到預設路徑
echo on
rem copy %exp_file%.rar %store_path%/y
del %exp_file% /f
rem 匯出完成
remrem goto end2
remrem :end1
rem rem 退出
rem echo 存在檔案%exp_file% 請確認後退出
rem goto end3
rem :end2
rem echo 匯出完成,請確認退出
rem goto end3
rem :end3
rem pause
rem echo 完成退出
WINDOW下ORACLE資料自動匯出並壓縮的指令碼
rem 如果檔案存在,那麼退出 rem if exists exp file goto end1 set store path f back yu yyyymmdd ppqq dmp.rar rem 匯出檔案 echo on exp system manager full n grants y ro...
修改window下oracle的例項名(inst
步驟 1.改環境 oracle sid s9i9i 2.mv 引數檔案 密碼檔案 具體步驟 windows改環境的方法 原名ora9i 新名s9i9i 登錄檔 hkey local machine software oracle oracledbconsoleorcl oracle sid 命令列裡...
Window下遠端定時備份mysql資料庫
眾所周知,資料對於系統來說有多麼重要,然後在日常生活中,資料會受到很多方面的威脅,比如 黑客的入侵,作業系統的故障,程式設計師的錯誤操作等等。所以我們就需要及時定時的備份資料庫,以使損失降到最低。今天我們把mysql的遠端定時備份記錄一下。安排 1 編輯備份指令碼 echo off set ymd ...