Chris wrote:
Themis Vassiliadis wrote:
You are right but sqlrelay doesn't work on Windows plataform and the only possible solution from oracle to connect PHP using pooling is DRCP, just on 11G, but as far as I know it hasn't been implemented integrated with PHP.

All you have to do is change your TNS entry, nothing else.

http://www.oracle.com/technology/pub/articles/oracle-database-11g-top-features/11g-caching-pooling.html

Read the "Database Resident Connection Pooling" section.


Oracle 11g DRCP support is available in PHP.  See this whitepaper:
http://www.oracle.com/technology/tech/php/pdf/php-scalability-ha-twp.pdf
Change the connection string slightly, and set one new php.ini parameter to
use it.

Chris

--
Email: [EMAIL PROTECTED]  Tel: +1 650 506 8630
Twitter:  http://twitter.com/ghrd    Free PHP Book: http://tinyurl.com/f8jad

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to