J'ai pas encore testé (chu en train d'installer Oracle 9i...) mais essaie toujours de voir avec la librairie Oci8 je pense que c'est celle qui se rapproche le plus
[ Lien ]regarde dans les posts en dessous des fonctions....
on dirai ki yen a un ka réussi :
Tom Tsongas has a hint on compiling oci8 with Oracle 9i.
--------------------------------
I built PHP with oracle and oci8 extensions.
I built it as a static module for Apache 1.3.20.
If you are getting errors from running 'configure' (something like it can't
locate the Oracle libraries) its because the Oracle 8 library searched for is
hard coded as libclntsh.so.8.0 corresponding to the older oracle library.
If you create a symbolic link to the oracle 9 library as follows:
ln libclntsh.so.9.0 libclntsh.so.8.0
it will compile and build.
Tom
A+
booth
La connerie c'est la décontraction de l'intelligence.
(Serge GAINSBOURG)-------------------------------
Réponse au message :
-------------------------------
> Bonjour,
> je voudrais savoir si les fonction d'oracle sous php destinées à oracle 8 sont les même pour utiliser oracle 9.
> merci d'avance