From 47610a5ee436db15327615836f3f69694ba5444f Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Fri, 8 Jan 2010 22:28:07 +0000 Subject: [PATCH] Add note on using Editions with DRCP git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293300 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oci8/functions/oci-set-edition.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/reference/oci8/functions/oci-set-edition.xml b/reference/oci8/functions/oci-set-edition.xml index 0c44b5c72c..0efbbff0a1 100644 --- a/reference/oci8/functions/oci-set-edition.xml +++ b/reference/oci8/functions/oci-set-edition.xml @@ -69,6 +69,17 @@ SESSION SET EDITION to change the edition on persistent connections. + + DRCP Connection Pooling + + To avoid inconsistencies and unexpected errors when using editions + and DRCP with Oracle + 11.2.0.1, keep a one-to-one correspondence between + the oci8.connection_class + and the edition name used by applications. Each pooled server of + a given connection class should only be used with one edition. + +