Hi Team
do we have any way to capture DML spool outputs and prompt outputs (like 3 rows inserted, 4 rows updated) using liquibase?
Hi Team
do we have any way to capture DML spool outputs and prompt outputs (like 3 rows inserted, 4 rows updated) using liquibase?
I think SPOOL is a sqlplus command, You may need to run executeCommand as sqlplus and then spool your logs in your sql file, refer - executeCommand | Liquibase Docs
If you have found any other solution please do share.