Details
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.
Attachments
1. |
The commited patch break Oracle9i connections | |
|
Darby Felton |
|
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.