Develpoing a new website based on PhalconPHP i tried to use Oracle11g as database, but in the process i had some problem.
Searching the web for solutions i read about some problem with the native Oracle PDO driver, so i tried “pdo-via-oci8” by Arjay Angeles .
As done for MSSQL i tried to create an new Adapter and a new Dialect to let me use pdo-via-oci8 inside my PhalconPHP-based application.
What i realized is the Oracle11 project you can download here.