Hello,

I am running an Apache 1.3.19 server with mod_ssl, PHP 4.0.4pl1, and
Oracle 8.1.6.

Oracle is only installed so that we could compile PHP --with-oci8.  When I
originally got everything going, it worked well.

After about two weeks, PHP works fine, Apache works fine, but when I try
to logon to the Oracle database (via TCP), I get an ORA-03106 error on the
OCISessionBegin statement.  I can write another php page logging into the
database and everything seems to work fine.

If I go to another server setup exactly the same as the first, the same
script will work just fine.  After about two weeks, the script runs great
via https, but not plain http.  It's really fast with https.

You're welcome to see what I'm talking about with:

FIRST:
http://cbhp.ua.edu/~bmauter/oracle.php?query=select+*+from+meal

SECOND:
http://airwest.cba.ua.edu/~bmauter/oracle.php?query=select+*+from+meal

THIRD:
https://airwest.cba.ua.edu/~bmauter/oracle.php?query=select+*+from+meal

If anyone has had similar problems, please let me know.  I have no idea
what is going on.

Thanks in advance,

Brian Mauter


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to