I have a few sql scripts that I need to run via SQL*Plus. These
scripts connect several times as different users with a connect user_01/pass_01@db_01
. Now, each time the script does such a connect, it confirms the successful connection with a connected
. This is distracting and I want to turn it off.
我可以实现我所想要的东西。
set termout off
connect user_01/pass_01@db_01
set termout on
是否对我的问题有更明智的解决办法?
请注意,这无助于在文字开始时永久使用<条/代码>编码>,因为我需要知道指挥器是否成功运行。