In previous parts, you've learned how to start using SQLcl Liquibase with a new database and then track your database changes made after. In this...
Let's say I had to refresh my development or uat server with production data (all my servers are on-premise). Why? For easier debugging or developing...
In the previous episode, we learned to capture all objects from the DEV schema and move them to UAT. In this part, I will make a few changes on DEV...
SQLcl Liquibase generate-schema command is excellent (read more here) But what If I don't want to capture all my objects repeatedly? I want to...
Do you know what always annoyed me about SQLcl? Manual input of my database details, such as connection string, username, and password. I've always...
I will share some practical tips and scripts that helped me to reclaim valuable space in my Oracle Database XE environment (12 GB limited space) It...