SQL10007N Message
时间:2009-04-27 来源:boisheng
SQL10007N Message "-1390" could not be retrieved. Reason code: "1"
解决:在登陆环境中增加代表db2环境 .bash_profile增加如下数据
export PATH=$PATH:.:$HOME/bin:/home/db2inst1/sqllib/bin if [ -f /home/db2inst1/sqllib/db2profile ]
then
source /home/db2inst1/sqllib/db2profile
fi
解决:在登陆环境中增加代表db2环境 .bash_profile增加如下数据
export PATH=$PATH:.:$HOME/bin:/home/db2inst1/sqllib/bin if [ -f /home/db2inst1/sqllib/db2profile ]
then
source /home/db2inst1/sqllib/db2profile
fi
相关阅读 更多 +