清除屏幕 - Oracle SQL Developer 快捷方式?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3109067/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
CLEAR SCREEN - Oracle SQL Developer shortcut?
提问by MarkyBoyMark
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).
为了减少鼠标活动,我想知道是否有这样的命令快捷方式(例如cls
或Ctrl+ L)来提供SQL * Plus (?) "CLEAR SCREEN"
通过单击铅笔末端的橡胶图标Oracle SQL Developer
以清除下方的“ Results
”子项而找到的命令功能选项卡(...我确定是错误的术语)。
回答by Rahul
To clear the SQL window you can use:
要清除 SQL 窗口,您可以使用:
clear screen;
which can also be shortened to
也可以缩短为
cl scr;
回答by Dana
If you're using sqlplus in a shell, like bash you can run the shell's clear command from sqlplus:
如果您在 shell 中使用 sqlplus,例如 bash,您可以从 sqlplus 运行 shell 的 clear 命令:
SQL> host clear
you can abbreviate of course:
你当然可以缩写:
SQL> ho clear
回答by Shyam
SQL>Clear Screen (It is used the Clear The Screen FUlly in SQL Plus Window)
SQL>Clear Screen(在SQL Plus Window中使用Clear The Screen FUlly)
回答by SPidey
Use cl scr
on the Sql* command line tool to clear all the matter on the screen.
使用cl scr
Sql* 命令行工具清除屏幕上的所有内容。
回答by Jeffrey Kemp
CTRL+D? http://www.scribd.com/doc/7580088/SQL-Developer-Hot-Keys
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
如果这不起作用,您可以设置加速器:http: //download.oracle.com/docs/cd/B19306_01/appdev.102/b31695/intro.htm#sthref208
回答by thatjeffsmith
Ctrl+Shift+D, but you have to put focus on the script output panel first...which you can do via the KB.
Ctrl+Shift+D,但您必须首先将焦点放在脚本输出面板上……您可以通过 KB 来完成。
Run script.
运行脚本。
Alt+PgDn - puts you in Script Output panel.
Ctrl+Shift+D - clears panel.
Alt+PgUp - puts you back in editor panel.
回答by arunprakashpj
Use the following command to clear screen in sqlplus.
在 sqlplus 中使用以下命令清除屏幕。
SQL > clear scr
回答by user4375171
In the Oracle SQL-plus:
在 Oracle SQL-plus 中:
shift+del