資料庫系統常用的幾個工具和命令

oxoxooxx發表於2011-01-06

OS常用幫助資訊:
--檢視linux系統重要工具相關的詳細資訊:
info coreutils
--檢視特定工具的詳細資訊:
info coreutils chmod
--使用man
man
--使用--help
--help
--檢視核心引數配置資訊(使用虛擬檔案系統 /proc)
eg:
cat /proc/meminfo
--檢視linux programmer mannul
man proc
--常用linux平臺效能診斷監控工具
vmstat
iostat
ps
sar
pstree
top
mpstat
xosview
xload

DB2 常用幫助資訊:
--命令幫助
? db2-command - help for specified command
? OPTIONS - help for all command options
? HELP - help for reading help screens
--檢視命令選項
db2 list command options
--透過編目檢視,管理檢視來獲取資訊
syscat||sysibmadm


oracle常用幫助資訊:
--儲存過程/函式等除錯,顯示出錯資訊
show error
--在linux平臺根據出錯碼查出錯原因及解決方法
oerr
eg:
ora 12534


SQLPLUS常用幫助資訊:
--檢視sqlplus的幫助列表
SQL>help index

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23937368/viewspace-1044208/,如需轉載,請註明出處,否則將追究法律責任。

相關文章