Re: [PHP-DB] oracle pooling
[email protected] (Chris)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
Themis Vassiliadis wrote: > Hi guys, > > I'm newer on this list. > > I'm looking for a extension to establish a connection pooling between server > and oracle database. You could try sqlrelay (it has a php extension). Otherwise, 11g has connection pooling built in to oracle. For versions before that, there's probably an extra oracle tool to do the job. -- Postgresql & php tutorials http://www.designmagick.com/