Post Info

Comments 1 Comment »
Trackback Trackback this post
Tags Tags: ,

Technorati Tags

oracle, php

RSS Comments

PHP and Oracle Manual

Wed, 13 Jun 2007 1:18 UTC

Maggie writes about an Oracle problem over which we were pulling out our hair. In the end, the solution was fairly simple, but I’ll let you read her post for all the details. I’ll just mention that Christopher Jones pointed me to a freely available book he and Alison Holloway wrote specifically for PHP developers using Oracle: The Underground PHP and Oracle Manual.

Christopher says, “The book is designed to bridge the gap between the many PHP and the many Oracle texts available.” This is a must-read for anyone using Oracle and PHP together, and they continually maintain it and keep it up-to-date.

On page 80 of the manual, it states:

If you are using an Oracle Database 10g Release 2 database other than the Express Edition (“XE”), you may need to give the Apache process access to Oracle’s libraries and globalization data. Refer to the $ORACLE_HOME/install/changePerm.sh script. Each time you restart Apache, make sure you have the same environment variables set for Oracle. In particular ORACLE_HOME should always be set.

Wiser words were never writ…


One Response to “PHP and Oracle Manual”

[...] 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. [...]


Leave a Comment

XHTML: You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
APPROVAL: Comments may require approval. Please be patient.