sqlplus -prelim和oradebug捕獲資料庫hang住的詳細資訊
ORACLE 10g 開始,sqlplus提供了一個引數-prelim,在資料庫hang住的情況下,仍然可以透過sqlplus -prelim / as sysdba登入到資料庫。再結合oradebug命令,可匯出資料庫當前hang住的詳細資訊
具體方法按如下步驟執行
sqlplus -prelim / as sysdba
oradebug setmypid
oradebug unlimit
oradebug dump systemstate 226
oradebug dump systemstate 226
oradebug tracefile_name
SQL> oradebug help
關於oradebug的使用,參見個人另一個部落格http://blog.itpub.net/30126024/viewspace-2218757/
metalink上的介紹
Hanganalyze
sqlplus '/ as sysdba'
oradebug setmypid
oradebug unlimit
oradebug hanganalyze 3
-- Wait one minute before getting the second hanganalyze
oradebug hanganalyze 3
oradebug tracefile_name
exit
Systemstate
sqlplus '/ as sysdba'
oradebug setmypid
oradebug unlimit
oradebug dump systemstate 266
oradebug dump systemstate 266
oradebug tracefile_name
exit
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30126024/viewspace-2648739/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 19.3資料庫impdp匯入view時hang住Oracle資料庫View
- 19c資料庫impdp匯入view時hang住資料庫View
- 【YashanDB知識庫】yac修改引數後關閉資料庫hang住資料庫
- file-max設定過小導致oracle資料庫hang住Oracle資料庫
- iphone 獲取地址的詳細資訊iPhone
- 使用捕獲 獲取身份證號的資訊
- ExtJs獲取GridPanel選中行的詳細資訊JS
- 資料抽取中的CDC(變化資料捕獲)方式
- 微信小程式呼叫騰訊地圖獲取jsonp資料 解析詳細地址資訊微信小程式地圖JSON
- sqlplus連線資料庫的幾種方法SQL資料庫
- 資料庫伺服器記憶體不夠,DBW0 hang死導致sqlplus連不上資料庫伺服器記憶體SQL
- Veritas Enterprise Vault 15.0 (Windows) - 自動捕獲資料並歸檔資訊Windows
- Veritas Enterprise Vault 15.1 (Windows) - 自動捕獲資料並歸檔資訊Windows
- 織夢資料庫表結構_Dedecms資料庫表和欄位詳細介紹資料庫
- 資料庫索引:綜合詳細指南資料庫索引
- MsSql 資料庫使用sqlplus建立DDL和DML操作方法SQL資料庫
- oracl 資料庫 sqlplus 匯出資料為sql檔案資料庫SQL
- jProcesses:使用Java獲取跨平臺程式的詳細資訊Java
- 如何捕獲html資料表格連結?HTML
- SQL Server 變更資料捕獲(CDC)SQLServer
- zendesk/maxwell:MySQL的CDC資料更新捕獲者MySql
- python爬蟲獲取搜狐汽車的配置資訊 和swf動態圖表的銷量資料-------詳細教學Python爬蟲
- MySQL:kill和show命令hang住一列MySql
- 如何恢復Mysql資料庫的詳細介紹MySql資料庫
- 資料庫鎖的12連問,抗住!資料庫
- 透過v$wait_chains檢視診斷資料庫hang和ContentionAI資料庫
- Oracle CDC 變更資料捕獲技術Oracle
- Oracle資料庫基礎:程式中呼叫sqlplus的方式Oracle資料庫SQL
- 達夢資料庫統計資訊詳解資料庫
- Centos MySQL資料庫遷移詳細步驟CentOSMySql資料庫
- Auto.js Pro 資料獲取 與 異常捕獲JS
- 讓你詳細的瞭解資料庫防火牆的功能資料庫防火牆
- Spring Security - 獲取當前登入使用者的詳細資訊Spring
- sqlplus 命令登入 Oracle資料庫的多種方法DXNASQLOracle資料庫
- R:連結KEGG資料庫獲取更多描述資訊資料庫
- Oracle 28.6資料庫impdp匯入view時hang@11Oracle資料庫View
- 在Oracle資料庫中使用XML資料獲取業務資訊XHOracle資料庫XML
- Visual Studio 2019連線MySQL資料庫詳細教程MySql資料庫