News Feed
Jobs Feed
Sections




News Archive
Maggie Nelson's Blog:
When PHP and Oracle assume the worst about each other
June 13, 2007 @ 10:10:00

As mentioned by Ben Ramsey today, Maggie Nelson bumped into an issue in one of her applications with character sets and the incorrect storage/retrieval of information:

Even Oracle, which usually gets storing of data right on the money has had issues with character sets. [...] Needless to say, even when you *know* you set up your database correctly for supporting UTF8, the path to debug issues may be frustrating and full of red herrings.

She mentions the setup the application is using (NLS_CHARACTERSET AL32UTF8, NLS_NCHAR_CHARACTERSET AL16UTF16) but something wasn't right. The problem popped up when they tried to store Chinese characters into the database with the result of invalid data on a select.

After following several different leads, they finally came upon the culprit - the Apache process didn't have the access it needed to a directory in the ORACLE_HOME. In the end, it all only broke down into three easy steps to fix a very frustrating issue.

0 comments voice your opinion now!
oracle utf8 characterset nls unicode oracle utf8 characterset nls unicode


blog comments powered by Disqus

Similar Posts

Maggie Nelson's Blog: NTILE() - easy way to generate tag clouds

Zend: Newly Released Versions of Zend Core for Oracle & IBM

Lorenzo Alberton's Blog: Book review: "PHP Oracle Web Development" by Yuli Vasiliev

Christopher Jones' Blog: Guide to PHP and Ruby/Ruby on Rails Sessions at Oracle OpenWorld 2007

Andrei Zmievski's Blog: Linux.com interview


Community Events











Don't see your event here?
Let us know!


testing release framework conference functional community phpunit language development symfony2 series unittest usergroup database zendframework2 introduction interview opinion rest podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework