I am having issues with my IIS app pool crashing after a make a call to a stored procedure. I get the result and then the next time I want to call the procedure again I get this error
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
Specified driver could not be loaded due to system error 127: The specified procedure could not be found. (Oracle in OraDB19Home2, C:\oracal_driver19installer\BIN\SQORA32.DLL).
putting different oracle drivers on has not fixed the problem
if I recycle the IIS app pool I am able to call the procedure but it then crashes on the next call
.