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.
データベース接続タイムアウトをシミュレートする方法はありますか?
生産システムでタイムアウトしたデータベース接続で問題が発生しており、同様の状況をシミュレートする必要があります。
これをシミュレートできる 1 つの方法は、データベースで直接接続を強制終了することです。
オラクル:
select * from v$session where machine like '%machinename%' order by sid desc -- SID, SERIAL alter system kill session '1080,16345'