ZF-2567: The commited patch break Oracle9i connections
Description
The commited patch breaks connections to Oracle9i using the standard client. It seems that the (PORT=nnnn) MUST be present otherwise, the client throws an "Invalid ADDRESS" error.
The workaround is trivial: either specify the oracle port (1521 by default)
The proposed patch is also very simple, it just adds the port number.
Comments
Posted by Gilles Bouthenot (megar) on 2008-02-04T16:16:57.000+0000
proposed patch
Posted by Darby Felton (darby) on 2008-02-20T15:49:37.000+0000
Thanks for the patch, resolving for next minor release with SVN r8223.
Posted by Darby Felton (darby) on 2008-02-20T15:58:06.000+0000
SVN r8225 resolves this for the next mini-release.