Liquibase to change Oracle DB configurations

Hi,

Can Liquibase used to automate the changing of Oracle DB configurations?
Eg: Changing DB parameters

Or Liquibase can be used only to automate schema/object related changes?

Thank you!

You can use liquibase to run anything you can run as a sql statement, if the user used to connect to liquibase has the required privilege to run that sql.

So if you can change DB parameters with a SQL statement, you can use Liquibase to perform this change.

1 Like