When you encountered Error "ORA-12705: Cannot access NLS data files or invalid environment specified" or Your write UTF-8 into Oracle table and they turned into unrecognized codes..... Try this;
- Check environment NLS_LANG variable using phpinfo() to see what setting is on Web server
- Check Check environment NLS_LANG variable using set grep LANG to see what setting is on Oracle
- NLS_LANG variables on both server must be the same to avoid 亂碼
In my example: NLS_LANG=American_America.UTF8
No comments:
Post a Comment