On Tue, 2 Nov 1999, John S. Evans wrote:
> So I'm starting development on a project with multiple components which will
> be talking to an Oracle 8 database, and I'm trying to understand what the
> various options are.
Pretty much everyone uses Apache::DBI. With Oracle, you can even get real
connection pooling (as opposed to just persistent connections) if you use
their Connection Manager
(http://www.oracle.com/database/features/connection.html) between your web
servers and the database.
- Perrin