欢迎来到天天文库
浏览记录
ID:17457544
大小:30.71 KB
页数:28页
时间:2018-09-01
《db2常用管理维护命令》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、DB2常用管理维护命令=========DB2常用的命令======================================启动数据库db2start停止数据库db2stop连接数据库db2connecttobgj0userdb2instusingpassword读数据库管理程序配置db2getdbmcfg写数据库管理程序配置db2updatedbmcfgusing参数名参数值读数据库的配置db2connecttobgj0userdb2usingpwddb2getdbcfgforbgj0写数据库的配置db2connecttouser
2、db2usingpwddb2updatedbcfgforbgj0using参数名参数值=====================================================================关闭所有应用连接db2forceapplicationalldb2"forceapplication(8)"=====================================================================备份数据库db2forceapplicationalldb2backupdb
3、bgj0tod:(db2initializetapeon[url=file://\.tape0]\.tape0)(db2rewindtapeon[url=file://\.tape0]\.tape0)db2backupdbbgj0to[url=file://\.tape0]\.tape0恢复数据库db2restoredbbgj0fromd:tod:db2restoredbbgj0from[url=file://\.tape0]\.tape0tod:前滚数据库db2rollforwarddbdb3testtoe
4、ndoflogsandcompletedb2rollforwarddbdb3testto[timestamp]andcompletedb2rollforwarddbdb3testto[timestamp]usinglocaltimeandcomplete========================================================================如何查看数据库的存储过程?SELECT*FROMSYSCAT.PROCEDURES绑定存储过程db2connecttobgj0userdb2usin
5、gpwddb2bindc:dfplus.bnd拷贝存储过程到服务器上的C:sqllibfunction目录中=======================================================================导出表数据db2exporttoc:dftz.txtofdelselect*fromdftzdb2exporttoc:dftz.ixfofixfselect*fromdftz导入表数据importfromc:123.txtofdelinsertintoylbx.czyxx(把123文
6、件中的内容以DEL格式插入到ylbx模式下的czyxx表中,加至czyxx表中数据的后面)db2importfromc:dftz.txtofdelcommitcount5000messagesc:dftz.msginsertintodftz(将c盘下dftz文件中的内容记录以del格式导至dftz表中,每5000条提交一次,并在dftz.msg文件中记录过程中的报警信息)db2importfromc:dftz.ixfofixfcommitcount5000messagesc:dftz.msginsertintodftz(将c盘下df
7、tz文件中的内容记录以ixf格式导至dftz表中,每5000条提交一次,并在dftz.msg文件中记录过程中的报警信息)db2importfromc:dftz.ixfofixfcommitcount5000insertintodftz(将c盘下dftz文件中的内容记录以ixf格式导至dftz表中,每5000条提交一次)db2importfromc:dftz.ixfofixfcommitcount5000insert_updateintodftz(将c盘下dftz文件中的内容记录以ixf格式更新并导入dftz表中)db2Importfro
8、mc:dftz.ixfofixfrestartcount55rowcount10000replace_createintodftz(仅ixf)(将dftz.ixf中的内容以ix
此文档下载收益归作者所有