> I can't seem to figure out WHAT the heck I am doing wrong!!!! Argh! Can
> someone explain the PHP code required to OPEN and CLOSE persistent
> connections to Oracle?
>
> I am assuming that in each page I want to connect, I use ora_plogon.....I
> think I get that.....then, since it is persistent, I should NOT close it
> at the end of the page.......makes sense. However, I can do NO
> transaction management from persistent connections (attempts to rollback
> or commit cause PHP warnings and no results) and I often get the following
> on attempts to connect:
>
> PHP 3 Warning: Unable to open new cursor (ORA-01012: not logged on) in
> /open_database.php on line 20
On every page you should be doing something like the following: