If you are using apache, you will have one for every Apache httpd process. If IIS, then one per thread. Persistent connections are not per page, but globally per process (provided the userid/passwords match).
<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > if I have the following in 10 seperate pages: > OCIPLogon($User,$Pass,$DB_name); > > Do I have 10 seperate database connections, one for each page or do I > have so other number of connections? > > Thanks. > -- 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]