Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Error : OraOLEDB (0x80004005) & Active Server Pages error 'ASP 0115'

430074Sep 24 2004 — edited Mar 31 2009
I have developed a project and opened recordsets as mentioned below

With Rs
.Open "Query",Application("Cn")
If not (.eof and .bof) then
.Movefirst
End If
End with

The error 'OraOLEDB' showing at .Open statement. When we refresh page multiple times then Active Server Pages ASP 0115 error occures. Which is get resolved only when I reboot the Web Server or restart the web services.

OraOLEDB error raises frequently while application running. In between some time it skip the error and show the page perfectly.

Co-operate me just by suggesting how to resolve this problem.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 28 2009
Added on Sep 24 2004
5 comments
7,304 views