export_userdb.bat
오너 alseom의 해당하는 테이블들을 백업한다.@echo off
SET dt=%date:-=%
SET EXP_DIR=D:\DB_BACKUP\full
SET ORACLE_SID=XDEVTL_WUI:START
if not exist %EXP_DIR% (
md %EXP_DIR%
)
C:\Oracle\product\10.2.0\db_2\BIN\EXP userid=scott/tiger@ALSERM owner=alserm file=%EXP_DIR%\%dt%_wuiadm.dmp log=%EXP_DIR%\%dt%_wuiadm.log
if not %ERRORLEVEL%==0 (
goto QUIT
)
echo "일정날짜는 삭제"
:QUIT
TAG export
View Comments,
Trackbacks
댓글을 달아 주세요