When I execute an sql statement against my Oracle database from PHP, I
create an oracle process. This eventually hits a "number of
zombie process" limit and prevents my page from executing.
The queries work properly (except for the zombie problem).
Here is a sample that creates the zombie pro
Hello,
I am trying to execute a simple SELECT from Oracle 8.1.6 in a
php4.0.3pl1 page.
$sql_get_info="SELECT ID, Title, CLOB FROM Employee WHERE ID=37";
if ($cursor = ora_do($connection, $sql_get_info)) {
$valid_opp_title = ora_getcolumn($cursor, 0);//id
I am trying to install and configure PHP3 with Oracle 8.1.6 and am
receiving the following error when I run $ make
In file included from functions/php3_oci8.h:53,
from internal_functions.c:53:
/stuff/oracle/product/8.1.6/rdbms/demo/oci.h:1659: ociextp.h: No such
file or directory
3 matches
Mail list logo