By christopher.jones on April 16, 2008 1:28 PM
John Scoles of the Pythian group dropped me a line to say he'd released a new version of Perl's DBD::Oracle driver on Friday. He says:
Just to update you on DBD::Oracle I have introduced a large number on
innovative features in the last few releases namely it now supports
1) Seamless Support for SELECT of Embedded objects (VARRY,TABLE,OBJECT)
fields
2) Support for insert of XML documents into XMLType fields
3) Support scrollable cursors
4) Support for INOUT array Binding
5) Support for the 10.2 Data Interface for Persistent LOBs
You can find it at
http://search.cpan.org/~pythian/DBD-Oracle-1.21/
By christopher.jones on April 16, 2008 8:23 PM
Oracle Magazine's May/June 2008 issue contains a "Developer Nation" article. In it, David Kelly interviews Levi Dixon from Community Connect about using PHP and Oracle.
This quote caught my eye:
"PHP and Oracle used to be considered a strange combination. Now having Oracle working on and contributing to the PHP OCI8 extension, I am assured that features that I want to leverage will be available to our application in future database releases because Oracle is actively working on the extension with foresight"
Another section mentions Oracle Database 11g DRCP connection pooling:
"There's a lot of thought that goes into making our site scale for large numbers of concurrent users, and Oracle's attention to this idea is resulting in new features that have immediate impact," says Dixon. One of those features is database resident connection pooling, introduced in Oracle Database 11g to address scalability requirements in environments requiring large numbers of connections with minimal database resource usage. "Connection pooling will be huge for us"
Read the
article for more.