数据库连接超时模拟
有没有办法模拟数据库连接超时?
我在生产系统上遇到数据库连接超时的问题,需要模拟类似的情况。
Is there an way to simulate a db connection timeout?
I'm encountering problems with a timeouted db connection on a productive system and need to simulate a similar situation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
模拟这种情况的一种方法是直接在数据库中终止连接:
Oracle:
One way that this could be simulated is by killing the connection directly in the database:
Oracle:
尝试连接到不存在的主机或端口,您将收到连接超时。
Try to connect to a non-existing host or port, and you will get the connection timeout.