PHP OCI8 and Oracle 11g DRCP Connection Pooling in Pictures
- by christopher.jones
Here is a screen shot from a PHP OCI8 connection pooling demo that I
like to run. It graphically shows how little database host memory is
needed when using DRCP connection pooling with Oracle Database 11g.
Migrating to DRCP can be as simple as starting the pool and
changing the connection string in your PHP application.
The script that generated…