欢迎来到天天文库
浏览记录
ID:41129444
大小:79.00 KB
页数:17页
时间:2019-08-17
《db2命令实例大全》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、db2命令实例大全管理命令:createdatabasembmstusingcodesetGBKterritoryCN1.启动数据库db2start2.停止数据库db2stop3.连接数据库db2connecttoo_yduserdb2usingpwd4.读数据库管理程序配置db2getdbmcfg5.写数据库管理程序配置db2updatedbmcfgusing参数名参数值6.读数据库的配置db2connecttoo_yduserdb2usingpwddb2getdbcfgforo_yd(查看数据库字符集)7.写数据库的配置db2connecttoo_yduserdb2u
2、singpwddb2updatedbcfgforo_ydusing参数名参数值8.关闭所有应用连接db2forceapplicationalldb2forceapplicationID1,ID2,,,IdnMODEASYNC(db2listapplicationfordbo_ydshowdetail)9.备份数据库db2forceapplicationalldb2backupdbo_ydtod:(db2initializetapeon\.tape0)(db2rewindtapeon\.tape0)db2backupdbo_ydto\.tape010.恢复数据库
3、db2restoredbo_ydfromd:tod:db2restoredbo_ydfrom\.tape0tod:11.绑定存储过程db2connecttoo_yduserdb2usingpwddb2bindc:dfplus.bnd拷贝存储过程到服务器上的C:sqllibfunction目录中12.整理表db2connecttoo_yduserdb2usingpwddb2reorgtableydddb2runstatsontableyddwithdistributionandindexesall13.导出表数据db2exporttoc:dftz.txtofde
4、lselect*fromdftzdb2exporttoc:dftz.ixfofixfselect*fromdftz14.导入表数据importfromc:123.txtofdelinsertintoylbx.czyxxdb2importtoc:dftz.txtofdelcommitcount5000messagesc:dftz.msginsertintodftzdb2importtoc:dftz.ixfofixfcommitcount5000messagesc:dftz.msginsertintodftzdb2importtoc:dftz.ixfofixfc
5、ommitcount5000insertintodftzdb2importtoc:dftz.ixfofixfcommitcount5000insert_updateintodftzdb2importtoc:dftz.ixfofixfcommitcount5000replaceintodftzdb2importtoc:dftz.ixfofixfcommitcount5000createintodftz(仅IXF)db2importtoc:dftz.ixfofixfcommitcount5000replace_createintodftz(仅IXF)15.执行一个批处
6、理文件db2-tf批处理文件名(文件中每一条命令用;结束)16.自动生成批处理文件建文本文件:temp.sqlselect'runstatsontableDB2.'
7、
8、tabname
9、
10、'withdistributionanddetailedindexesall;'fromsyscat.tableswheretabschema='DB2'andtype='T';db2-tftemp.sql>runstats.sql17.自动生成建表(视图)语句在服务器上:C:sqllibmisc目录中db2connecttoo_yduserdb2usingpwddb2look-do_
11、yd-udb2-e-p-cc:o_yd.txt18.其他命令grantdbadmondatabasetouserbb19.select*fromczyxxfetchfirst1rowsonly20db2look-dylbx-udb2admin-w-asd-a-e-oa.txt21.显示当前用户所有表 listtables22.列出所有的系统表 listtablesforsystem23.查看表结构 db2describeselect*fromuser.tables24.在db2cmd界面下运行db2licm-l,可以很
此文档下载收益归作者所有