From: Amruta J. <am...@st...> - 2005-11-10 23:25:31
|
Hi Junmin, All OCI calls work fine with php+Oracle 10g (so php was compiled with the rite support Oracle options) but ora_ calls fail silently. It seems that ora_ calls which were earlier deprecated are not supported. I may have to change the ora_ calls to OCI to have the Study Annotator working. What all problems did you face while using OCI? thanks, Amruta > > 1. Re: RAD Study-Annotator issues (Junmin Liu) > > Hi, Amruta, > Yes, the OCI is more modern oracle php lib. At one point I migrated the > code to use OCI, but I had to revert them back due to some reasons I > cann't > remember for now. Sorry about that, it could be that I cann't find a way > to "fetch clob datatype from Oracle using OCI fucntion". > > Anyway, could you please check your php config? What is the options you > use to compile PHP? Do you have the following two options: > > --with-oracle=/path/to/oracle/home/dir > --with-oci8=/path/to/oracle/home/dir > > > ---junmin > |