Thank you for your help
My next problem is :
I am working with oracle 8 on Windows2000 and I have the following error:
Warning: _oci_open_server: ORA-12638: Failure while recovering credentials in
c:\inetpub\wwwroot\php\oracleodbc\ingreso.php on line 2
my code is :
<?php
$cone=OCILogon("myuser", "mypassword", "projekta");
echo $cone;
odbc_close($coneccion);
?>
my oracle instance is projekta.
- RE: [PHP-INST] problems with oracle Harold Arando
- RE: [PHP-INST] problems with oracle Michael Richardson
- Re: [PHP-INST] problems with oracle Harold Arando
