【发布时间】:2011-04-10 16:13:42
【问题描述】:
SQLPlus 是否为其命令提供帮助页面?有没有办法从 SQLPlus 提示符访问帮助文本,例如 STARTUP 的文本?
我试过了
SQL> man startup
SP2-0734: unknown command beginning "man startu..." - rest of line ignored.
SQL> startup -help
SP2-0714: invalid combination of STARTUP options
SQL> startup --help
SP2-0714: invalid combination of STARTUP options
SQL>
【问题讨论】:
标签: sql oracle oracle11g sqlplus