CLEAR SCREEN - Oracle SQL Developer shortcut?

喜夏-厌秋 提交于 2019-11-28 21:12:50
Rahul

To clear the SQL window you can use:

clear screen;

which can also be shortened to

cl scr;

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

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

SPidey

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.

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

Use the following command to clear screen in sqlplus.

SQL > clear scr 

In the Oracle SQL-plus:

shift+del
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!