Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 ASP.NET webapp,它通过 ODAC(Oracle .NET 数据提供程序)使用 Oracle 11g 存储过程
我意识到更新存储过程似乎经常会破坏网站,必须重新启动才能再次工作。
有没有人体验过 .NET 和 Oracle 之间的这种强耦合?
如果存储过程更改时代码不需要更改,则不必重新启动 IIS。
调用仍将照常通过 SP 接口进行。