On Mon, 2002-06-03 at 18:02, Rob Mayoff wrote: > > Can you get any db handles from this pool successfully? Show us the > config section for the "prod" pool. >
Yes, the site works fine (ie i can get and use db handles) until a few people start clicking around thereby causing additional connections to the db to be opened. Here is the pool config: ns_section "ns/db/pool/prod" ns_param Driver ora8 ns_param Connections 50 ns_param User user ns_param Password password ns_param LogSQLErrors on ns_param Datasource dev1 ns_param ExtendedTableInfo On
