Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我编写了一个程序来检查该文件是否存在于 oracle 目录中。它工作正常。在屏幕上,如果路径中不存在文件,我正在打印消息,DBMS_OUTPUT.PUTLINE('MESSAGE HERE');但在显示消息 oracle 打印默认语句PL/SQL 过程成功完成之后。我不想在屏幕上显示这个。
DBMS_OUTPUT.PUTLINE('MESSAGE HERE');
要抑制成功完成过程的 sql*plus 中的消息,请使用以下命令。
set feedback off