如何在Jetbrains DataGrip IDE中“设置服务器输出”?我能够在sql Developer中执行此操作并成功运行sql脚本.我试图在DataGrip中运行相同的脚本,它给出了错误.我知道它的“set server output on”无效,因为我必须配置sql Developer才能工作.任何意见,将不胜感激.谢谢.
解决方法
According to the documentation:
For Oracle,you can enable or disable showing the contents of the DBMS_OUTPUT buffer in the output pane. To do that,use on the toolbar of the Database Console tool window (Ctrl+F8).
它们还会在启用按钮的情况下显示窗口的图像;