如何从 SQL*Plus 提示符访问帮助页面?
SQLPlus 是否提供帮助页面它的命令?有没有办法从 SQLPlus 提示符访问帮助文本,例如 <强>启动?
我试过
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>
Does SQLPlus provide the help pages for its commands? Is there a way to access the help text from the SQLPlus prompt, like this text for STARTUP?
I tried
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>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试:
来自
Oracle 文档
:
Try:
From the
Oracle docs
:Oracle SQL Plus 中 HELP 的语法是
HELP topic(主题是 SQL PLUS 命令或 HELP COMMANDS)
The syntax for HELP in Oracle SQL Plus is
HELP topic (Topic is an SQL PLUS command or HELP COMMANDS)