如何从 SQL*Plus 提示符访问帮助页面?

发布于 2024-09-18 09:11:35 字数 522 浏览 9 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

愁以何悠 2024-09-25 09:11:35

尝试:

SQL>HELP STARTUP

来自 Oracle 文档

要访问 SQL*Plus 命令的命令行帮助,请键入 HELP 或 ?后跟 SQL 命令提示符处的命令名称。

Try:

SQL>HELP STARTUP

From the Oracle docs:

To access command-line help for SQL*Plus commands, type HELP or ? followed by the command name at the SQL command prompt.

酒浓于脸红 2024-09-25 09:11:35

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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文