SQL10007N Message "-1390" could not be retrieved. Reason code: "3"
使用root用户在linux5中安装DB2之后,使用DB2的instance用户去执行命令db2start时出现异常:SQL10007N Message "-1390" could not be retrieved. Reason code: "3"【解决方法之一】:编辑DB2 instance owner的.bash_profiles文件,添加如下信息:export PAT
·
使用root用户在linux5中安装DB2之后,使用DB2的instance用户去执行命令db2start时出现异常:
SQL10007N Message "-1390" could not be retrieved. Reason code: "3"
【 解决方法之一 】:
编辑DB2 instance owner的.bash_profiles文件,添加如下信息:
export PATH=$PATH:$ HOME/bin:/home/idsadm/sqllib/bin
if [ -f /home/idsadm/sqllib/db2profile ]
then
source /home/idsadm/sqllib/db2profile
fi
具体解决办法之一如上(当然也有可能是其他问题引起的),如果对这个问题产生的原因有兴趣的,可以查看相关资料。
SQL10007N Message "-1390" could not be retrieved. Reason code: "3"
【 解决方法之一 】:
编辑DB2 instance owner的.bash_profiles文件,添加如下信息:
export PATH=$PATH:$ HOME/bin:/home/idsadm/sqllib/bin
if [ -f /home/idsadm/sqllib/db2profile ]
then
source /home/idsadm/sqllib/db2profile
fi
具体解决办法之一如上(当然也有可能是其他问题引起的),如果对这个问题产生的原因有兴趣的,可以查看相关资料。
更多推荐
已为社区贡献1条内容
所有评论(0)