Getting Oracle and PHP talking
You’ve heard of LAMP (Linux Apache MySQL PHP) which according to “the vernacular” is “Web 2.0”, but did you know that there is OPAL (Oracle PHP Apache Linux)?
Me neither, until I ran across Chris Jones’s blog. Chris is the guy who wised me up to Oracle SQL Developer, a free download run-anywhere client (including Mac) into Oracle (and other databases). Super useful and worth a download.
He and Allison Holloway also wrote the useful The Underground PHP and Oracle® Manual (download pdf), which basically tells you how to get up and running with Oracle and PHP. You might find it useful. There is no Mac section though, FYI.
My view on such things is well known, so hopefully they’ll write another book addressing those things that he’s told me about what Oracle can do but I’ve been too busy to look into.
Technorati Tags: Chris Jones, Oracle, SQL Developer, PHP, databases, LAMP, OPAL, Mac OS X
July 10th, 2007 at 12:29 am
[...] The Woodwork You tell that other boy, not to touch the woodwork… « Getting Oracle and PHP talking [...]
February 8th, 2008 at 2:59 pm
[...] The cost of database connections starts and stops is much less in MySQL than the other databases. One way around this is to use persistent connections, but what if connection starts, stops, and usage is very expensive like in Oracle? [...]