mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
ffad074c13
commit
47610a5ee4
1 changed files with 11 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue