首页 > 数据库技术 > 详细

【DB2】If ‘db2‘ is not a typo you can run the following command to lookup the package that contains the binary: command-not-found db2 bash: db2: command not found

时间:2018-07-07 12:12:57      阅读:2394      评论:0      收藏:0      [点我收藏+]

数据库安装以后,db2报错如下:

If ‘db2‘ is not a typo you can run the following command to lookup the package that contains the binary:
    command-not-found db2
bash: db2: command not found

 

问题处理:

①首先编辑/etc/profile

vim /etc/profile

②然后在该文件最后一行添加

PATH=$PATH:/opt/ibm/db2/V10.1_01/bin:/home/db2inst1/sqllib/bin:/home/db2inst1/sqllib/adm:/home/db2inst1/sqllib/misc
export PATH

技术分享图片

③使用source命令让更改配置生效

source /etc/profile

【DB2】If ‘db2‘ is not a typo you can run the following command to lookup the package that contains the binary: command-not-found db2 bash: db2: command not found

原文:https://www.cnblogs.com/OliverQin/p/9276775.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!