svn: /phpdoc/de/trunk/reference/oci8/ ini.xml

[email protected] (Mark Wiesemann)
Newsgroups php.doc.de
Message-ID <[email protected]>
wiesemann                                Sun, 17 Jan 2010 20:53:54 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=293663

Log:
build fix (=> contains untranslated part now!)

Changed paths:
    U   phpdoc/de/trunk/reference/oci8/ini.xml

Modified: phpdoc/de/trunk/reference/oci8/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/oci8/ini.xml	2010-01-17 20:38:37 UTC (rev 293662)
+++ phpdoc/de/trunk/reference/oci8/ini.xml	2010-01-17 20:53:54 UTC (rev 293663)
@@ -18,6 +18,12 @@
     </thead>
     <tbody>
      <row>
+      <entry>oci8.connection_class</entry>
+      <entry>""</entry>
+      <entry>PHP_INI_ALL</entry>
+      <entry>verfügbar seit PHP 5.3 (PECL OCI8 1.3).</entry>
+     </row>
+     <row>
       <entry>oci8.privileged_connect</entry>
       <entry>"0"</entry>
       <entry>PHP_INI_SYSTEM</entry>
@@ -68,6 +74,39 @@

  <para>
   <variablelist>
+      <varlistentry xml:id="ini.oci8.connection.class">
+       <term>
+        <parameter>oci8.connection_class</parameter>
+        <type>string</type>
+       </term>
+       <listitem>
+        <para>
+         This user defined text is used by Oracle 11g Database
+         Resident Connection Pooling (DRCP) connections to
+         sub-partition the connection pool.  It allows OCI8 persistent
+         connections from an application to reuse database sessions
+         from a previous PHP script, giving better scalability.  When
+         an application uses a database pooled process previously used
+         with a different connection class, the session settings such
+         as the default Oracle date format are reset.  This prevents
+         accidental sharing of information between different
+         applications.
+        </para>
+        <para>
+         The value can be set at runtime
+         with <function>ini_set</function> prior to connecting.
+        </para>
+        <para>
+         To use DRCP, OCI8 must be linked with Oracle 11g libraries
+         and the database must be Oracle 11g.  The connection pool
+         must be enabled in the database,
+         the <literal>oci8.connection_class</literal> should be set to
+         the same string for all web servers running the same
+         application, and the OCI8 connection string must specify to
+         use a pooled server.
+        </para>
+       </listitem>
+      </varlistentry>
    <varlistentry xml:id="ini.oci8.events">
     <term>
      <parameter>oci8.events</parameter>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.