> There is a 'max number of processes exceeded' error in Oracle.
> My guess is that this is coming thru from the database.
>
> The init.ora parameter is max_processes or something like that.
>
>
> [EMAIL PROTECTED] wrote:
>
> >Has anyone seen this before?  Is there a DBI limit or is this a passthru
> >from the underlying database (driver) in this case oracle... in
> >which case I >know what has to happen to cure it.

We ran into this barrier VERY quickly, the solution is to enable MTS in the
server.  Here is what's in my init.ora:

# # This parameter turns on MTS
mts_servers = 1                 # min value

mts_max_dispatchers = 5         # max value
mts_dispatchers = "(PROTOCOL=TCP)(DISPATCHERS=2)"
sessions = 1500

There is alot of documentation about this, so make sure you have reviewed it
first.

HTH!

L8r,
Rob

#!/usr/bin/perl -w
use Disclaimer qw/:standard/;


Reply via email to