My first try with PHP and Oracle ..

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello everybody,

I'd like to connect to OracleDB using AdoDB.

Here's my sourcecode so far :

<?php
error_reporting(E_ALL);

include '/srv/www/htdocs/adodb/adodb.inc.php';

$conn = &ADONewConnection('oracle');
$conn->debug = true;
$conn->PConnect($host,$user, $pass, $dbase);

?>

When I load the site, it alway sais :
'MyServer-IP': Missing extension for native

I asked google about this message, but the links I found didn't really help me. :-(

Does anyone know, what's the meaning of this message? And how to solve the problem?

Thank you .. in advance .. ,-)

Greetz
Matthias

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux