reference/oci8/book.xml
b9e6268918813e27972c644897970b0cdbc6f86e
...
...
@@ -10,13 +10,11 @@
10
10
<preface xml:id="intro.oci8">
11
11
&reftitle.intro;
12
12
<para>
13
-
These functions allow you to access Oracle Database 12<emphasis>c</emphasis>, 11<emphasis>g</emphasis>, 10<emphasis>g</emphasis>, 9<emphasis>i</emphasis>
14
-
and 8<emphasis>i</emphasis>. They support SQL and PL/SQL statements. Basic features
15
-
include transaction control, binding of PHP variables to Oracle
16
-
placeholders, and support for large object (LOB) types and
17
-
collections. Oracle's scalability features such as Database
18
-
Resident Connection Pooling (DRCP) and result caching are also
19
-
supported.
13
+
These functions allow you to access Oracle Database. They support SQL and
14
+
PL/SQL statements. Basic features include transaction control, binding of PHP
15
+
variables to Oracle placeholders, and support for large object (LOB) types
16
+
and collections. Oracle's scalability features such as Database Resident
17
+
Connection Pooling (DRCP) and result caching are also supported.
20
18
</para>
21
19
</preface>
22
20
<!-- }}} -->
...
...
@@ -30,8 +28,8 @@
30
28
&reference.oci8.dtrace;
31
29
&reference.oci8.datatypes;
32
30
&reference.oci8.reference;
33
-
&reference.oci8.OCI-Collection;
34
-
&reference.oci8.OCI-Lob;
31
+
&reference.oci8.ocicollection;
32
+
&reference.oci8.ocilob;
35
33
&reference.oci8.aliases;
36
34

37
35
</book>
38
36