摘要: CONNECT TO TEST;CREATE TABLE DB2ADMIN.PERSON ( ID BIGINT NOT NULL , NAME BIGINT , FLAG BIGINT , ADDRESS VARCHAR (500) ,DEFSTR VARCHAR (500) , CONSTR... 阅读全文
posted @ 2015-12-11 14:25 雨中飞鹭 阅读(2130) 评论(0) 推荐(0) 编辑
摘要: orcle定时备份(1)写个.bat文件例如:exp test/test@ORCL file=f:\back\test%date:~0,4%%date:~5,2%%date:~8,2%.dmp (2)开始,任务计划程序中新建任务,添加bat 文件 阅读全文
posted @ 2015-12-11 14:23 雨中飞鹭 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 定时任务:db2.batdb2cmd -i -w db2_backup.bat exit db2_backup.batdb2 connect to TESTdb2 force applications alldb2stop forcedb2start db2 backup database sx... 阅读全文
posted @ 2015-12-11 14:22 雨中飞鹭 阅读(397) 评论(0) 推荐(0) 编辑