ORACLE8i client on Solaris.

admin

Administrator
Staff member
I have some problems with ORACLE8i, I have a php4 script that open a connection with a DB ORACLE that is installed on another host. On localhost I have installed Oracle8i client and i have configured a TNSNAME=DBTEST.
The ORACLE connection bethween the two host doesen't work and I have on browser this error:
Parse error: parse error in /usr/local/apache/htdocs/www.fastweb.it/login.php on line 9.

Line 9 is:

$conn = ora_open ($dbuser@$dbname, $dbpwd)
where $dbname is DBTEST

Does anybody can help me?
 
Back
Top