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).
相关问题
- Can I skip certificate verification oracle utl_htt
- how to calculate sum time with data type char in o
- keeping one connection to DB or opening closing pe
- System.Data.OracleClient not working with 64 bit O
- How can I get rid of dynamic SQL
相关文章
- node连接远程oracle报错
- oracle 11g expdp导出作业调用失败,提示丢包。
- 执行一复杂的SQL语句效率高,还是执行多少简单的语句效率高
- Oracle equivalent of PostgreSQL INSERT…RETURNING *
- Difference between FOR UPDATE OF and FOR UPDATE
- Oracle USING clause best practice
- Is there a method in PL/SQL to convert/encode text
- PHP PDO installation on windows (xampp)
Use
cl scr
on the Sql* command line tool to clear all the matter on the screen.Ctrl+Shift+D, but you have to put focus on the script output panel first...which you can do via the KB.
Run script.
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 (It is used the Clear The Screen FUlly in SQL Plus Window)
To clear the SQL window you can use:
which can also be shortened to
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