Anyone can teach me or show me example how to make connection to the oracle 9i using pearDB?
this is what I did
$dns = "oci8://user:pass@host/dbname";
DB::connect($dns,true);
but cannot work, I already tried with the oci* function in php, everything works fine.
Is there anything that I need to make the pearDB to connect to the oracle 9i.