mirror of
https://github.com/php/doc-de.git
synced 2026-03-24 07:12:15 +01:00
66 lines
1.8 KiB
XML
66 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 86177fa035acc7fdb972855bdd6c0b19edd505cd Maintainer: nobody Status: ready -->
|
|
|
|
<book xml:id="book.oci8" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<?phpdoc extension-membership="pecl" ?>
|
|
<title>Oracle OCI8</title>
|
|
<titleabbrev>OCI8</titleabbrev>
|
|
|
|
<!-- {{{ preface -->
|
|
<preface xml:id="intro.oci8">
|
|
&reftitle.intro;
|
|
<warning>
|
|
<simpara>
|
|
Diese Erweiterung ist seit PHP 8.4.0 <emphasis>UNBUNDLED</emphasis>
|
|
(entbündelt).
|
|
</simpara>
|
|
</warning>
|
|
<para>
|
|
Diese Funktionen ermöglichen den Zugriff auf Oracle-Datenbanken. Sie
|
|
unterstützen SQL- und PL/SQL-Anweisungen. Zu den grundlegenden Funktionen
|
|
gehören die Transaktionskontrolle, die Bindung von PHP-Variablen an
|
|
Oracle-Platzhalter und die Unterstützung für Large Object Typen (LOB) und
|
|
Sammlungen. Die Skalierbarkeitsfunktionen von Oracle wie Database Resident
|
|
Connection Pooling (DRCP) und Ergebnis-Caching werden ebenfalls
|
|
unterstützt.
|
|
</para>
|
|
</preface>
|
|
<!-- }}} -->
|
|
|
|
&reference.oci8.setup;
|
|
&reference.oci8.constants;
|
|
&reference.oci8.examples;
|
|
&reference.oci8.connection;
|
|
&reference.oci8.fan;
|
|
&reference.oci8.taf;
|
|
&reference.oci8.dtrace;
|
|
&reference.oci8.datatypes;
|
|
&reference.oci8.reference;
|
|
&reference.oci8.ocicollection;
|
|
&reference.oci8.ocilob;
|
|
&reference.oci8.aliases;
|
|
|
|
</book>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|