On Thu, 2003-10-09 at 07:32, Levon Barker wrote: > Every time I reboot my Oracle database, my mod_perl server is not able to > connect to the db until I restart the apache server.
Are you opening connections to Oracle before Apache forks (in startup.pl)? I've had problems like this when I did that, even if I closed the connections before forking. - Perrin