reference/oci8/functions/oci-set-edition.xml
d26548d3357ea3f9488463de6192db814bd05826
...
...
@@ -54,35 +54,6 @@
54
54
</para>
55
55
</refsect1>
56
56

57
-
<refsect1 role="notes">
58
-
&reftitle.notes;
59
-
<note>
60
-
<title>Oracle version requirement</title>
61
-
<para>
62
-
This function is available from Oracle 11<emphasis>g</emphasis>R2 onwards.
63
-
</para>
64
-
</note>
65
-
<caution>
66
-
<title>Persistent connections</title>
67
-
<para>
68
-
To avoid inconsistencies and unexpected errors, do not use ALTER
69
-
SESSION SET EDITION to change the edition on persistent connections.
70
-
</para>
71
-
</caution>
72
-
<caution>
73
-
<title>DRCP Connection Pooling</title>
74
-
<para>
75
-
To avoid inconsistencies and unexpected errors when using editions
76
-
and <link linkend="oci8.connection">DRCP</link> with Oracle
77
-
11.2.0.1, keep a one-to-one correspondence between
78
-
the <link linkend="ini.oci8.connection-class">oci8.connection_class</link>
79
-
and the edition name used by applications. Each pooled server of
80
-
a given connection class should only be used with one edition.
81
-
This restriction has been removed with Oracle 11.2.0.2.
82
-
</para>
83
-
</caution>
84
-
</refsect1>
85
-

86
57
<refsect1 role="returnvalues">
87
58
&reftitle.returnvalues;
88
59
<para>
...
...
@@ -138,6 +109,35 @@ echo "The result is $r\n";
138
109
</para>
139
110
</refsect1>
140
111

112
+
<refsect1 role="notes">
113
+
&reftitle.notes;
114
+
<note>
115
+
<title>Oracle version requirement</title>
116
+
<para>
117
+
This function is available from Oracle 11<emphasis>g</emphasis>R2 onwards.
118
+
</para>
119
+
</note>
120
+
<caution>
121
+
<title>Persistent connections</title>
122
+
<para>
123
+
To avoid inconsistencies and unexpected errors, do not use ALTER
124
+
SESSION SET EDITION to change the edition on persistent connections.
125
+
</para>
126
+
</caution>
127
+
<caution>
128
+
<title>DRCP Connection Pooling</title>
129
+
<para>
130
+
To avoid inconsistencies and unexpected errors when using editions
131
+
and <link linkend="oci8.connection">DRCP</link> with Oracle
132
+
11.2.0.1, keep a one-to-one correspondence between
133
+
the <link linkend="ini.oci8.connection-class">oci8.connection_class</link>
134
+
and the edition name used by applications. Each pooled server of
135
+
a given connection class should only be used with one edition.
136
+
This restriction has been removed with Oracle 11.2.0.2.
137
+
</para>
138
+
</caution>
139
+
</refsect1>
140
+

141
141
</refentry>
142
142

143
143
<!-- Keep this comment at the end of the file
144
144