清屏 - Oracle SQL Developer 快捷方式?
为了减少鼠标活动,我想知道是否有这样的命令快捷方式(例如 cls
或 Ctrl + 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(8)
要清除 SQL 窗口,您可以使用:
也可以缩短为
To clear the SQL window you can use:
which can also be shortened to
如果你在 shell 中使用 sqlplus,比如 bash,你可以从 sqlplus 运行 shell 的clear命令:
当然你可以缩写:
If you're using sqlplus in a shell, like bash you can run the shell's clear command from sqlplus:
you can abbreviate of course:
SQL>Clear Screen(在SQL Plus窗口中使用Clear The Screen FUlly)
SQL>Clear Screen (It is used the Clear The Screen FUlly in SQL Plus Window)
在Sql*命令行工具上使用
cl scr
可以清除屏幕上的所有内容。Use
cl scr
on the Sql* command line tool to clear all the matter on the screen.使用以下命令清除 sqlplus 中的屏幕。
Use the following command to clear screen in sqlplus.
CTRL+D? http://www.scribd.com/doc/7580088/SQL-开发人员热键
如果这不起作用,您也许可以设置加速器:http://download.oracle.com/docs/cd/B19306_01/appdev.102/b31695/intro.htm#sthref208
CTRL+D? http://www.scribd.com/doc/7580088/SQL-Developer-Hot-Keys
If that doesn't work, you might be able to set up an Accelerator: http://download.oracle.com/docs/cd/B19306_01/appdev.102/b31695/intro.htm#sthref208
Ctrl+Shift+D,但您必须首先将焦点放在脚本输出面板上...您可以通过知识库来完成此操作。
运行脚本。
Ctrl+Shift+D, but you have to put focus on the script output panel first...which you can do via the KB.
Run script.
在 Oracle SQL-plus 中:
In the Oracle SQL-plus: