oci8 syntax in DB.php ?
[email protected] (John Cavacas)
| Newsgroups | php.pear |
|---|---|
| Message-ID | <3199D39374A7D41191FF00508BFDF477031425@P03FL01> |
Hey guys, Seem to be having a bit of a problem using oracle + DB.php. I can connect to the database with no problems using OCILogon, but when using this: $db = DB::connect( "oci8://$dbuser:$dbpass@$dbname/$dbhost" ); Which I believe is wrong, or $db = DB::connect( "oci8://$dbuser:$dbpass@$dbname" ); Is what I think it should be. Regardless they both don't work. The error that I am getting back is: Fatal error: Call to undefined function: ocilogon() in DB/oci8.php on line 86 Any ideas ? Thanks, John