Oracle Blocking Sessions and Lock Scripts -2

Hi, While you are using your program which is connected to Oracle database, you can feel slowness on application related with Oracle database. This problem is probably related with blocking session and database lock. You can find momentarily blocking session and lock with below scripts. select s1.username || ‘@’ || s1.machine || ‘ ( THIS SID=’ … Continue reading Oracle Blocking Sessions and Lock Scripts -2