I keep getting the following two errors very randomly
The error:

ORA12560 TNS: protocol adaptor error

develops into

ORA12500 TNS: Listener failed to start a dedicated server process

I have created a number of asp pages that draw data from and write to an oracle database. the asp pages work fine until out of nowhere these errors occur. After a few times hitting the refresh button on Internet Explorer the error goes away and the page renders as intended.

The errors consistently point to asp lines of the following format:

recordsetname.ActiveConnection = ...

This really irritates me as the pages themselves seem to work fine. Any idea? I am running oracle 8i personal and Microsoft Personal Web Server on the same machine for testing. Any ideas?

Please help
Marc