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!
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.
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Does Liquibase supports oracle Database users / database links / tablespaces ? | 1 | 485 | September 10, 2015 | |
| Liquibase update | 0 | 14 | February 3, 2026 | |
| generateChangeLog - required priveges? (Oracle) | 1 | 405 | January 14, 2022 | |
| Change database content | 1 | 419 | November 13, 2019 | |
| How to configure the Liquibase in Oracle Database? | 2 | 830 | October 14, 2022 |