[20181206]toad 12小問題.txt
[20181206]toad 12小問題.txt
--//toad是我經常使用的工具,我使用的版本有1個小問題,就是view=>code snippets.裡面的資訊是空的.
--//有時候查詢一些函式等資訊還是很方便的,這個問題存在很長時間了,我一直不是很在意.就是一點點不方便.
--//今天使用sysinternals自帶的工具Procmon.exe,跟蹤看看.
--//發現啟動後要訪問C:\Users\Administrator\AppData\Roaming\Quest Software\Toad for Oracle\12.0\User Files\CodeSnippets.dat檔案.
C:\Users\Administrator\AppData\Roaming\Quest Software\Toad for Oracle\12.0\User Files>ls -l CodeSnippets*
-rw-rw-rw- 1 user group 34 Dec 5 16:48 CodeSnippets.dat
-rw-rw-rw- 1 user group 97444 Sep 12 2016 CodeSnippets.err
--//存在一個字尾為err檔案,我估計某一次執行,發現這個檔案壞了,toad自動改名為字尾為err的檔案.建立1個新的檔案.
--//我使用vim開啟該檔案發現CodeSnippets.err,內容全部是00(使用xxd檢視)
0000000: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0000010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0000020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0000030: 0000 0000 0000 0000 0000 0000 0000 0000 ................
--//很明顯這個檔案給破壞了.我正好機器上安裝有12.6的版本,使用它覆蓋原來的檔案,注意做1個備份.
:\Users\Administrator\AppData\Roaming\Quest Software\Toad for Oracle\12.0\User Files>ls -l CodeSnippets*
rw-rw-rw- 1 user group 99522 Dec 5 17:08 CodeSnippets.dat
rw-rw-rw- 1 user group 34 Dec 5 16:48 CodeSnippets.dat.bak
rw-rw-rw- 1 user group 97444 Sep 12 2016 CodeSnippets.err
--//再次啟動,ok,終於可以使用code snippets看一些資訊.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-2284324/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20181006]12c使用toad連線問題.txt
- [20221010]使用toad管理索引改名問題.txt索引
- [20220324]toad與sql profile使用問題.txtSQL
- [20220414]toad呼叫執行指令碼問題.txt指令碼
- [20211206]toad下job建立檢視問題.txt
- [20220517]toad使用gather_plan_statistics提示問題.txt
- [20181128]toad連線資料庫的問題.txt資料庫
- [20211229]toad下優化sql語句注意的問題.txt優化SQL
- [20210114]toad檢視真實執行計劃問題.txt
- [20181128]toad連線資料庫的問題(補充).txt資料庫
- [20220105]再論ORA-29275與toad 12.txt
- [20191213]toad 12下BIND_AWARE提示無效.txt
- [20240313]toad gather_plan_statistics執行計劃相關問題.txt
- [20210205]toad檢視真實執行計劃問題3.txt
- [20181107]低版本toad連線18c資料庫問題.txt資料庫
- [20210303]bbed使用小問題.txt
- [20190114]conemu與kitty小問題.txt
- [20211220]記錄使用sqlplus的小問題.txtSQL
- [20210722]sqlplus下show recycebin的小問題.txtSQL
- [20180420]windows下使用cmd的小問題.txtWindows
- [20230308]12c以上版本模糊查詢問題.txt
- [20200120]12c線上統計收集問題.txt
- [20230130]toad看執行計劃注意.txt
- [20181206]關於一致性讀取3.txt
- [20220414]toad與繫結變數peek.txt變數
- [20220102]使用ashtop與dashtop指令碼的小問題.txt指令碼
- [20211221]記錄使用sqlplus的小問題補充.txtSQL
- [20181120]toad看真實的執行計劃.txt
- [20210812]windows xcopy問題.txtWindows
- [20190221]sql patch 問題.txtSQL
- [20181217]strace使用問題.txt
- [20181204]bbed修改問題.txt
- [20190313]備份問題.txt
- [20180619]bbed verify問題.txt
- [20220811]奇怪的隱式轉換問題(12c補充測試).txt
- 20181206 例行任務管理
- [20181204]低版本toad 9.6直連與ora-12505.txt
- [20221203]sqlplus set trimspool 問題.txtSQL