Connexion à Oracle

Connexion à Oracle - PHP - Programmation

Marsh Posté le 29-10-2002 à 15:03:20    

Bonjour,
 
Je cherche à me connecter à Oracle à prtir d'un script php lancé en ligne de commande (#>php monfichier.php3)
 
monfichier.php3 est ainsi :
<?php
  $user = "user";
  $pass = "pass";
  $db   = "db";
 
  $conn = ocilogon($user, $pass, $db);
  ocilogoff($conn);
?>
 
J'obtient l'erreur suivante :  
Fatal error : Call to undefined function ocilogon in monfichier.php3 in line 6.
 
Une idée ???
 
Merci d'avance.

Reply

Marsh Posté le 29-10-2002 à 15:03:20   

Reply

Marsh Posté le 29-10-2002 à 15:23:04    

Il doit surement faloir que t'inclus un fichier .php3 dans tes sources.
Ca a été le cas pour moi quand j'ai voulut utilisé les fonctions mysql_* .

Reply

Marsh Posté le 29-10-2002 à 15:30:28    

Pis vérifie aussi que ton interpréteur PHP a bien été compilé avec le module Oracle (si t'es sous Unix).


---------------
Everyone thinks of changing the world, but no one thinks of changing himself  |  It is the peculiar quality of a fool to perceive the faults of others and to forget his own  |  Early clumsiness is not a verdict, it’s an essential ingredient.
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed