Add note on using Editions with DRCP

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293300 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christopher Jones 2010-01-08 22:28:07 +00:00
parent ffad074c13
commit 47610a5ee4

View file

@ -69,6 +69,17 @@
SESSION SET EDITION to change the edition on persistent connections.
</para>
</caution>
<caution>
<title>DRCP Connection Pooling</title>
<para>
To avoid inconsistencies and unexpected errors when using editions
and <link linkend="oci8.connection">DRCP</link> with Oracle
11.2.0.1, keep a one-to-one correspondence between
the <link linkend="ini.oci8.connection.class">oci8.connection_class</link>
and the edition name used by applications. Each pooled server of
a given connection class should only be used with one edition.
</para>
</caution>
</refsect1>
<refsect1 role="returnvalues">