![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)
No se puede conectar a la Base Oracle.
Tengo la siguiente config:
*
Este es el codigo que utilizo.
<html>
<head>
<title></title>
</head>
<body>
<?php
PutEnv("ORACLE_SID=ORCL");
putenv("ORACLE_HOME=c:\orant");
putenv("TNS_ADMIN=c:\orant\network\admin");
if ($conn=Ora_Logon("SYSTEM@SERVER01","MANAGER")) {
echo "<B>SUCCESS ! Connected to database<B>\n";
} else {
echo "<B>Failed
![triste](http://static.forosdelweb.com/fdwtheme/images/smilies/frown.png)
echo ora_error();
}
Ora_Logoff($conn);
?>
</body>
</html>
-----------------------------
Alguien me puede ayudar?