Oracle中檢視sql命令歷史,檢視rman命令歷史
就像$HOME下的.bash_history 會儲存當前使用者的shell命令執行歷史一樣
如果在oracle server上安裝了uniread以解決SQL提示符下命令記錄問題,那麼,同樣可以獲得sql或rman命令的執行歷史.
當我們需要查詢曾經執行過哪些命令時,直接從uniread歷史檔案中查詢比從SQL>或RMAN>下透過上下方向鍵查詢要方便得多.
uniread --help
Usage: /usr/bin/uniread [options] command args...
Options:
--history history_file Loads and saves history from this file. Default is to
use the file ~/.uniread/
--inputrc inputrc Use readline configuration from given file. Default is
~/.inputrc or the INPUTRC environment variable.
--force-readline Force to always get input in readline mode, even if
it appears the program does not want a line of text.
--eat-echo Eat the command that is echoed back by some programs
that try to do the readline themselves.
--quiet Do not display any messages from uniread itself
--verbose Display verbose messages from uniread itself
--version Display version info
--help Displays this usage message
Report bugs to <>
pwd
/home/oracle/.uniread
more sqlplus
host pwd
@create_db.sql
startup nomount pfile=/opt/oracle/admin/orcl/pfile/initorcl.ora;
exit
startup nomount pfile=/opt/oracle/admin/orcl/pfile/initorcl.ora;
exit
startup nomount pfile=/opt/oracle/admin/orcl/pfile/initorcl.ora;
exit
startup nomount pfile=/opt/oracle/admin/orcl/pfile/initorcl.ora;
shutdown
exit
grep "shutdown immediate" sqlplus |wc -l
42
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/94384/viewspace-600667/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle檢視歷史TOP SQLOracleSQL
- Git(7)-- 檢視提交歷史(git log 命令詳解)Git
- git檢視提交歷史Git
- Oracle檢視sql_id 的歷史執行計劃OracleSQL
- oracle 歷史檢視檢視,看這一篇就夠了Oracle
- Oracle錶的歷史統計資訊檢視Oracle
- git log檢視提交歷史記錄Git
- git簡略形式檢視提交歷史Git
- Linux檢視歷史記錄小技巧Linux
- 【AWR】DBA_HIST檢視檢視儲存在AWR中的歷史資料
- 【第八篇】- Git 檢視提交歷史Git
- win10系統檢視命令提示符歷史記錄的方法Win10
- 檢視提交歷史 —— Git 學習筆記 11Git筆記
- Git檢視某個歷史版本的最佳實踐Git
- Git基本命令 -- 歷史Git
- win10怎樣看歷史記錄_win10檢視歷史記錄的方法Win10
- Pycharm 如何檢視程式碼修改歷史|回滾程式碼PyCharm
- 來回修改的文件,怎麼檢視、管理歷史版本?
- Git新手教程-檢視倉庫的歷史記錄(四)Git
- [20180322]檢視統計資訊的儲存歷史.txt
- windows10更新記錄檢視方法_win10檢視歷史更新怎麼操作WindowsWin10
- Wakatime 不升級會員也能檢視歷史資料了!
- windows10系統如何檢視開機歷史記錄Windows
- Mac上的Safari瀏覽器如何檢視歷史記錄?Mac瀏覽器
- 『現學現忘』Git基礎 — 24、Git中檢視歷史版本記錄Git
- Oracle常用檢視錶結構命令Oracle
- win10檢視開機日誌方法 win10怎麼檢視開機歷史記錄Win10
- ORACLE DBA必須記住的常用SQL命令和檢視OracleSQL
- win10瀏覽器檢視歷史紀錄卡死恢復方法Win10瀏覽器
- Oracle檢視執行計劃的命令Oracle
- Linux中多種方法實時記錄歷史命令Linux
- [oracle] 查詢歷史會話、歷史執行計劃Oracle會話
- Linux下快速執行歷史命令的方法Linux
- win10任務檢視怎麼關閉歷史記錄 關閉任務檢視的具體方法Win10
- win10 自帶播放器有歷史記錄嗎_windows10自帶的視訊播放器怎麼檢視歷史記錄Win10播放器Windows
- win10系統怎麼檢視推薦的故障排除歷史記錄Win10
- 以動畫的方式,快速直觀地檢視 Git 檔案變動歷史動畫Git
- 在HTML裡遍歷檢視HTML
- Linux 系統檢視命令Linux