
DB
iteye_15896
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
DB2 常用命令
显示连接 db2 list applications db2 list applications | grep IP db2 list applications | grep IP | grep keywords 统计个数 db2 list applications | grep IP | grep keywords | wc -l 断开连接 db2 force appl...原创 2010-06-22 10:28:06 · 133 阅读 · 0 评论 -
Uninstalling your DB2 product (Linux and UNIX)
To remove your DB2 product: 1. Optional: Drop all databases. You can drop databases using the Control Center (on Linux platforms only) or the drop database command. Database files remain intact ...原创 2010-06-22 13:59:18 · 122 阅读 · 0 评论 -
db2inst1 run db2cc Xlib: connection to ":0.0" refused by server
在Linux中,使用su db2inst1用户登陆后,运行db2cc命令后报错, 错误如下: Xlib: connection to ":0.0" refused by server Xlib: No protocol specified 解决办法如下: 使用在终端中以root身份登陆,运行xhost local:db2inst1,然后再以db2inst1身份登陆后运行db2cc...原创 2010-07-28 15:57:08 · 174 阅读 · 0 评论