ZF-2058: Can't connect to PDO OCI with Zend_Db
Description
I am unable to connect to any Oracle databases using Zend_Db's PDO OCI adapter. I am using the Oracle Instant Client connecting to a remote database. The only way I am able to connect is to expand out the dbname parameter to include a complete TNSnames.ora entry as a string.
Comments
Posted by Justin Plock (jplock) on 2007-10-11T19:29:08.000+0000
This patch expands out the Oracle connection parameters to look like a tnsnames.ora entry as a string and sets the dbname parameter on the PDO connection string.
Posted by Thomas Weidner (thomas) on 2007-10-15T14:03:52.000+0000
Assigned to Bill
Posted by Justin Plock (jplock) on 2007-11-27T12:57:19.000+0000
Is this going to make it into 1.0.3? I have commit access to Zend_Db, can I commit this to the trunk at least?