oracle权限问题
[@more@]Warning: ocilogon() [function.ocilogon]: OCIEnvNlsCreate() failed. There is something wrong with your system - please check that ORACLE_HOME is set and points to the right directory in /u1/userweb/htdocs/index.shtml on line 2
修改办法 :
chmod -R +r product
chmod -R +x product
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/66233/viewspace-1001259/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/66233/viewspace-1001259/
本文解决了一个Oracle数据库中遇到的权限问题,具体表现为OCILogon()函数调用失败,提示OCIEnvNlsCreate()出现问题。解决方案为调整目录权限,使用chmod命令给予product目录读写执行权限。
1618

被折叠的 条评论
为什么被折叠?



