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:
etl@Linux[/home/etl/_wm]oerr ora 12534
SQLPLUS常用帮助信息:
--查看sqlplus的帮助列表
SQL>help index
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/23937368/viewspace-1044208/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/23937368/viewspace-1044208/