This is ASP.NET application and it is using Oracle package which has global const variable. After this package is complied, first ASP.NET request gets this exception: ORA-04068. I read that it is because of this global const variable.
Please let me know if there is a way to avoid this exception on first request (in PROD environment)?
Thank you