清屏 - Oracle SQL Developer 快捷方式?

发布于 2024-09-07 00:53:23 字数 235 浏览 10 评论 0原文

为了减少鼠标活动,我想知道是否有这样的命令快捷方式(例如 clsCtrl + L)来提供 < code>SQL * Plus (?) "CLEAR SCREEN" 命令功能可通过单击 Oracle SQL Developer 中的橡皮铅笔图标来清除下方的“结果”子选项卡(...我确信术语不正确)。

With the aim of reducing mouse activity I was wondering if there was such a command shortcut (eg cls or Ctrl + L) to provide the SQL * Plus (?) "CLEAR SCREEN" command functionality found by clicking the rubber-on-end- of-pencil icon in Oracle SQL Developer to clear the lower "Results" sub-tab (... incorrect terminology I'm sure).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(8

画骨成沙 2024-09-14 00:53:23

要清除 SQL 窗口,您可以使用:

clear screen;

也可以缩短为

cl scr;

To clear the SQL window you can use:

clear screen;

which can also be shortened to

cl scr;
述情 2024-09-14 00:53:23

如果你在 shell 中使用 sqlplus,比如 bash,你可以从 sqlplus 运行 shell 的clear命令:

SQL> host clear

当然你可以缩写:

SQL> ho clear

If you're using sqlplus in a shell, like bash you can run the shell's clear command from sqlplus:

SQL> host clear

you can abbreviate of course:

SQL> ho clear
活泼老夫 2024-09-14 00:53:23

SQL>Clear Screen(在SQL Plus窗口中使用Clear The Screen FUlly)

SQL>Clear Screen (It is used the Clear The Screen FUlly in SQL Plus Window)

难忘№最初的完美 2024-09-14 00:53:23

在Sql*命令行工具上使用cl scr可以清除屏幕上的所有内容。

Use cl scr on the Sql* command line tool to clear all the matter on the screen.

若言繁花未落 2024-09-14 00:53:23

使用以下命令清除 sqlplus 中的屏幕。

SQL > clear scr 

Use the following command to clear screen in sqlplus.

SQL > clear scr 
眼角的笑意。 2024-09-14 00:53:23

Ctrl+Shift+D,但您必须首先将焦点放在脚本输出面板上...您可以通过知识库来完成此操作。

运行脚本。

Alt+PgDn     -  puts you in Script Output panel.
Ctrl+Shift+D -  clears panel.
Alt+PgUp     -  puts you back in editor panel. 

Ctrl+Shift+D, but you have to put focus on the script output panel first...which you can do via the KB.

Run script.

Alt+PgDn     -  puts you in Script Output panel.
Ctrl+Shift+D -  clears panel.
Alt+PgUp     -  puts you back in editor panel. 
枯叶蝶 2024-09-14 00:53:23

在 Oracle SQL-plus 中:

shift+del

In the Oracle SQL-plus:

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