downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Instalación/Configuración> <OCI8
Last updated: Fri, 20 May 2011

view this page in

Introducción

Estas funciones permiten acceder a bases de datos Oracle 11g, 10g, 9i y 8i. Soportan sentencias SQL y PL/SQL. Sus características básicas incluyen control de transacciones, el enlace de variables PHP a marcadores de posición oracle, el soporte para tipos de objetos grandes (LOB) y colecciones. Las características de escalabilidad de Oracle como base de datos reside en la agrupación de colecciones o Resident Connection Pooling (DRCP) y el almacenamiento en cache de resultados que también están soportados.



add a note add a note User Contributed Notes Introducción
christopher dot jones at oracle dot com 17-Jun-2007 04:25
There are several good books on PHP and Oracle available - search your favorite bookstore.  There is also a free book from Oracle "The Underground PHP and Oracle Manual" that covers the OCI8 extension:
http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html
(free registration for OTN required, IIRC). Disclaimer: I'm one of its authors.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites