php - PDO_OCI vs OCI8 -


i'm working on new project , trying determine if should use pdo_oci or oci8 database connection. unfortunately don't think has compared two.

the information have follows know why i'm concerned choice. oci8 developed oracle(afaik) seems solid choice. prefer pdo doesn't pdo_oci extension has been updated in time , still marked experimental on php docs page.

if can give me thoughts on why / wouldn't use 1 or other can go little more of understanding of better great.

i nervous using pdo_oci experimental note. however, saw major advantage standardizing our database connections on pdo across corporation because of data abstraction. implemented tests make sure data make database , stand anticipated load. @ point has processed 15,000 records successfully.

the note on php.net says names , function may change in future release of php. plan test implementation before upgrade ensure functionality hasn't changed, way.

i can works us.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -