Serveroutput for liquibase running with sqlplus

Hello!
Is it possible to pass setting like “serveroutput on size 1000000” using liquibase with sqlpus?

Hi there, BoSkH!

You will have to use SQLPlus integration with Liquibase and then you can set serveroutput to ON. Documentation can be found here: runWith attribute | Liquibase Docs

You can read a blog about it here: Using SQL*Plus with Liquibase | Liquibase.com Blog

Regards,
Tabby