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.
在 SQL Developer 中,set feedback off隐藏所有输出而不考虑错误消息。
set feedback off
我只想隐藏成功的消息并显示错误消息。
这就是 SQL*Plus 的行为方式。SQL Developer 和 SQLcl 中是否有相同的行为?