DBMS_OUTPUT not enables
已回答
After update to DataGrip 2021.2.3 "enable DBMS_OUTPUT" stopped working, so I can't put_line to console.

请先登录再写评论。
yes, this is known issue, we are going to fix it in next release.
as a workaround please do this: hit SHIFT twice, go to 'Actions', find 'Registry...', find database.disable.escape.processing flag and disable it until next update.
Kaandronov,
It looks like an issue.
As a temporary workaround could you disable flag database.disable.escape.processing in registry?
Thank you for your helpful assistance.
This is still issue until today ? or i just set up something wrong ?
BR,
David
Hi Davidbister1234
Do you have the option enabled in both the Data Source settings and actual console session?
Hi @... , thank u ! It works
This is still an issue until today?
I just installed
DataGrip 2025.2.4
Build #DB-252.26830.46, built on September 28, 2025
Source revision: 9f2470a9985e2
Licensed to Ángel Ruiz Cantón
Subscription is active until October 20, 2026.
For non-commercial use only.
Runtime version: 21.0.8+9-b1038.72 x86_64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.lwawt.macosx.LWCToolkit
macOS 15.6.1
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 2048M
Cores: 16
Metal Rendering is ON
Registry:
ide.experimental.ui=true
database.disable.escape.processing=false
Non-Bundled Plugins:
com.intellij.plugins.vscodekeymap (252.23892.201)
Docker (252.26830.99)
I have the same warning when I use the package dbms_output.
but when I go to the source option, I don't have the option "Enable DBMS_OUTPUT:
Thank a lot.
Hi Aruizcanton,
We've changed the location of the setting in DBE-17969 - it can now be enabled by checking the Enable DBMS_OUTPUT box in Settings | Database | Query Execution | Output and Results, or directly in the query console. Please see this comment for screenshots.
Does it help?
Thanks a lot for your help.