Hi,
It may interested someone:
I have succesfully connected to Oracle:
use
ORACLE 6i runtime
connect to Oracle 8.1.6 from winnt4.0 workstation SP6
Code I use:
<?
dl("d:\\www\\php\\extensions\\php_oci8.dll");
$tns_name="sun";
$usr="scott";
$pwd="tiger";
putenv("ORACLE_HOME=D:\ora_6run");
$lnk=OCIPLogon($usr,$pwd,$tns_name);
?>
full server description:
Oracle8i Enterprise Edition Release 8.1.6.0.0 - 64bit Production
PL/SQL Release 8.1.6.0.0 - Production
CORE 8.1.6.0.0 Production
TNS for Solaris: Version 8.1.6.0.0 - Production
NLSRTL Version 3.4.0.0.0 - Production
--
Andris
mailto:[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]