Hi all,
I have PHP4 running on a RH6.2 machine with apache 1.3.12. We have an Oracle 8i backend, and remote connect to it very often typically every page will execute 4 to 5 queries. Of late we have been experiencing a peculiar problem.When we restart the apache server the oci connections works fine and a prolonged use displays the error "_oci_open_server:Error while trying to retrieve text for error ORA-12154". And upon a restart the page functions fine again. I use OCILogon() for logging into the database.
Thanks