I'm currently preparing to upgrade my Oracle Database from version 12.1.0.2.0 to 19c.
While using the Oracle SQL Developer Extension in Visual Studio Code connected to a 12.1 on-premise database (including Exadata 9), I noticed that dbms_output.put_line
stopped working. However, it functions correctly when connected to a standalone 19c database.
Additionally, I’ve confirmed that downgrading the extension to version 25.2.2 resolves the issue, but unfortunately, that means missing out on many of the new features introduced in the latest version.
Best Regards