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

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

Oracle Technology Network: Persisting PHP5 Objects in Oracle

PHPBuilder.com: Using the ADOdb library with Oracle and PHP

Derick Rethans' Blog: PHP Look Back 2006

Community News: Zend & Oracle Partner to Integrate Zend Server into ULN Packages


Community Events











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


release language functional framework code series zendframework2 object development conference testing community unittest introduction composer podcast opinion tool example interview

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