如何使用命令清除DBMS_OUTPUT

del*_*ive -2 toad plsql dbms-output

我尝试过:

清除萤幕(无法运作)

在此处输入图片说明

XIN*_*ING 6

您正在尝试DBMS Output使用clear screen命令清除蟾蜍屏幕。不幸的是,蟾蜍之类的工具并不支持所有SQLPLUS命令。使用clear screen登录时,可以使用command SQLPLUS。请参阅以下清除屏幕的方法

SQL> clear screen
Run Code Online (Sandbox Code Playgroud)

也可以缩短为

SQL> cl scr
Run Code Online (Sandbox Code Playgroud)

您还可以使用:

SQL> host clear  
Run Code Online (Sandbox Code Playgroud)

要么

SQL> ho clear
Run Code Online (Sandbox Code Playgroud)

对于您的蟾蜍,在DBMS Output选项卡中,第一个按钮位于右侧watch,用于清除缓冲区的输出。