DBMS Output from Oracle DB

Hello everyone,

I would like to know if there is any progress to this topic.
Here is a different Thread with the same question:

Thanks!

1 Like

It’s not possible to display output from stored procedures into the Liquibase output with Liquibase Community, but you can use runWith:sqlplus if you have PRO. If not, I’d suggest writing messages to a database table.

1 Like

Also, depending on your use case @Dennis, you might be able to accomplish your goal by using preconditions. See Preconditions