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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- git檢視歷史命令Git
- Oracle檢視歷史TOP SQLOracleSQL
- Git(7)-- 檢視提交歷史(git log 命令詳解)Git
- git檢視提交歷史Git
- Git 檢視提交歷史Git
- oracle中使用rlwrap,將命令列歷史的檢視變為可能Oracle命令列
- Shell歷史命令
- Oracle檢視sql_id 的歷史執行計劃OracleSQL
- Oracle錶的歷史統計資訊檢視Oracle
- linux歷史命令Linux
- Git 檢視檔案的歷史Git
- 檢視歷史執行計劃
- 【Oracle】如何檢視sql 執行計劃的歷史變更OracleSQL
- 透過SQL_ID檢視SQL歷史執行資訊SQL
- 通過SQL_ID檢視SQL歷史執行資訊SQL
- oracle 歷史檢視檢視,看這一篇就夠了Oracle
- 檢視sql 執行計劃的歷史變更SQL
- 10G中檢視歷史執行計劃資訊
- Git基本命令 -- 歷史Git
- git log檢視提交歷史記錄Git
- git簡略形式檢視提交歷史Git
- 二、GIT基礎-檢視提交歷史Git
- Oracle 12C R2-新特性-SQLPLUS提供檢視歷史命令的功能OracleSQL
- History(歷史)命令用法 15 例
- 【第八篇】- Git 檢視提交歷史Git
- Linux檢視歷史記錄小技巧Linux
- solaris下配置使用SQL*Plus歷史命令記錄SQL
- Oracle歷史Oracle
- win10系統檢視命令提示符歷史記錄的方法Win10
- 檢視提交歷史 —— Git 學習筆記 11Git筆記
- 基於dba_hist_sqlstat檢視sql語句的效能歷史SQL
- win10怎樣看歷史記錄_win10檢視歷史記錄的方法Win10
- Git檢視某個歷史版本的最佳實踐Git
- 解決linux oracle shell上下箭呼叫歷史命令LinuxOracle
- 『現學現忘』Git基礎 — 24、Git中檢視歷史版本記錄Git
- 【AWR】DBA_HIST檢視檢視儲存在AWR中的歷史資料
- Git新手教程-檢視倉庫的歷史記錄(四)Git
- 來回修改的文件,怎麼檢視、管理歷史版本?