Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle/PHP Issue
Hello Byron,
BP> However, if we add in some ora_parse, ora_open, ora_exec, and BP> ora_close calls then we start getting the aforementioned errors.
It doesn't solve your problem, but, why do you use oracle7 api (ora_)
instead of oci8 new api (oci)?
If I understand correctly than, ora_ api was created to support
Oracle7+ api, but oci uses new Oracle8+ api, I have used
PHP4+Oracle8/9/10 with oci functions without any big problems.
--
Edgar
![]() |
![]() |