locked by transaction
今天晚上在做oracle數據庫查詢時,又他麽的碰到鎖表了。我看了好久,才發現IDEA的數據庫界面沒有點擊自動提交按鈕。導致鎖表。鎖表的提示是
locked by transaction:select ....
分析後想起來是鎖表了。然後就查詢了百度,在CSDN博客中找到如下解決方法:
新建查詢,輸入:
SELECT s.username,l.OBJECT_ID,l.SESSION_ID,s.SERIAL#,l.ORACLE_USERNAME,l.OS_USER_NAME,
l.PROCESS FROM V$LOCKED_OBJECT l,V$SESSION S WHERE l.SESSION_ID=S.SID;
這時候可以查到SESSION_ID和SERIAL#
關鍵的一步就是
alter system kill session ‘200,348‘;
其中200是SESSION_ID,348是SERIAL#的值。就可以解決了。
參考來源:http://blog.csdn.net/until_tl/article/details/71774786
locked by transaction
相關推薦
locked by transaction
解決方法 blog 自動 tails proc details ide key 數據庫 今天晚上在做oracle數據庫查詢時,又他麽的碰到鎖表了。我看了好久,才發現IDEA的數據庫界面沒有點擊自動提交按鈕。導致鎖表。鎖表的提示是 locked by transaction:
dpkg: error: dpkg status database is locked by another process 解決方法
http other cor 系統監視 pen figure 操作 body lis https://i.cnblogs.com/EditPosts.aspx?opt=1使用dpkg -i/apt命令安裝,報錯: ------------------------------
ORACLE解鎖record is locked by another user
ps:普通使用者沒有檢視table鎖的許可權,需要系統使用者授權 死鎖及oracle死鎖 今天看群裡在討論資料庫死鎖的問題,也一起研究了下,查了些資料在這裡總結下。 所謂死鎖: 是指兩個或兩個以上的程序在執行過程中,因爭奪資源而造成的一
解壓deb包時遇到 “dpkg status database is locked by another process”問題
Ubuntu apt-get安裝出現dpkg status database is lock...解決 最近在Ubuntu 伺服器上安裝包的時候出現了一個異常,採用的是 apt-get install 方式 。 異常詳細資訊如下: dpkg status databa
Eclipse每次修改檔案之後,tomcat要自動重新部署,就會報這個錯誤:May be locked by another process
tomcat啟動後,每次修改檔案後,tomcat會自動重新部署,就會報如下錯誤: Publishing failed with multiple errors Could not delete D:\
Publishing failed with multiple errors Could not delete *,May be locked by another process.
在eclipse下發布專案的時候出現了這麼個bug。 首先,從報錯資訊中找到專案部署路徑,然後手動刪掉它。 然後Window–>show View–>Servers,調出伺服器控制面板,在tomcat伺服器上remove掉該專案,然後tomcat伺服器上右
/var/cache/debconf/config.dat is locked by another process: Resource .
ERROR: /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable $ sudo fuser /var/cache/debconf/config.dat /var/cache/
Oracle修改表中記錄時出現record is locked by another user的問題
在操作表時沒有commit,導致表被鎖,只要執行下面兩行語句,就可以了將行鎖解鎖了。 1. Select t2.username,t2.sid,t2.serial#,t2.logon_time from v$locked_object t1,v$sess
Eclipse May be locked by another process錯誤解決
最近在搞一個Web專案是採用的Tomcat作為Web 容器,經常出現May be locked by another process錯誤,發現只要退出Eclipse或者是Tomcat執行著修改程式碼後
Row was updated or deleted by another transaction 異常原因及處理(樂觀鎖)
org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect): [com.xx.xx:11]
Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect) 異常原因及處理
主因 : 事務對程式的影響 原因一: 查詢出來的物件和update的物件不是同一個 解決: 用查詢出的物件進行set 值, 再用同一個物件update 原因二: 查詢出來的物件在快取中一段時間 , 之後再進行的update 解決: 把這個物件從快取中剔除(如需要物件屬性可
Caused by: org.apache.solr.common.SolrException: Index locked for write for core XXX 異常解決
Caused by: org.apache.solr.common.SolrException: Index locked for write for core XXX at org.apache.solr.core.SolrCore.<init>(SolrCore.java
hibernate Row was updated or deleted by another transaction
在開發免費ERP 2BizBox 的過程中,更新一個員工的時候,hibernate出現瞭如下錯誤: Row was updated or deleted by another transaction 。 最後通過排查是由於用於記錄資料版本的欄位version 為NU
三大框架整合開發的時候,出現紅色雙箭頭,advised by org.springframework.transaction.interceptor.TransactionInterceptor.in
Spring+Struts2+Hibernate三大框架整合開發的時候,老是出現紅色雙箭頭;還有各種如下的提示資訊 Multiple markers at this line - Method breakpoint:GoodsServiceImpl [e
elasticSearch 2.3 delete-by-query plugin
type man int each blank eve sin color oca The delete-by-query plugin adds support for deleteing all of the documents which match the spec
Caused by: java.lang.ClassNotFoundException: org.objectweb.asm.ClassVisitor
previous webapp contain com ssd not error efault pro 1、錯誤描寫敘述 三月 15, 2015 6:50:23 下午 org.apache.catalina.core.StandardContext filterSt
Step By Step(Lua目錄)
處理 叠代 類型 引用 持久化 系統 for 聲明 錯誤處理 Step By Step(Lua開篇)http://www.cnblogs.com/stephen-liu74/archive/2012/03/17/2403210.html一、簡介二、主要優勢三、應用場景Ste
LR回放https協議腳本失敗:[GENERAL_MSG_CAT_SSL_ERROR]connect to host "XXX" failed:[10054] Connection reset by peer [MsgId:MERR-27780]
網絡連接 advance sgid 服務器 vuser con run load sgi 最近做一個負載均衡項目的性能測試,使用LR錄制腳本協議為https協議,回放腳本時出現報錯: [GENERAL_MSG_CAT_SSL_ERROR]connect to host "
NumberFormatException: Invalid int類型不匹配異常——使用SQL數據庫查詢語句select * from blacknumber order by _id desc limit ?,20;出現
rom add ray 修改 java turn 技術分享 data color 異常:類型不匹配 05-06 08:12:38.151: E/AndroidRuntime(14904): java.lang.NumberFormatException: Invalid i
CentOS7使用ssh不能登錄,報錯:Read from socket failed: Connection reset by peer
read from socket failed: connection reset by peer使用xshell登錄CentOS7,不能登錄,使用另外一臺Linux主機,telent 22端口是同的,ssh連接報以下錯誤:Read from socket failed: Connection reset b