Rafal Grzegorczykrafal.hashnode.dev·Sep 16, 2024Oracle Cloud World 2024 & SQLcl Projects sneak peekIntro Oracle Cloud World was held in Las Vegas from September 9 to 12, 2024. It was my first such big conference with so many people—I've heard rumours about more than 20k participants. Many people say that this conference is more for business users ...Discuss·104 readscicd
Sydney Nursesynuora.hashnode.dev·Sep 11, 2024Oracle Database CI/CD: Metadata Export with SQLcl or scripting for DDLThe challenge for database developers to adopt DevOps principals, tools and processes continues today. Exporting metadata of an object is simple enough and many tools are available for this including simply saving the text to file after successful ex...Discuss·3 likes·175 readsOracle
Rafal Grzegorczykrafal.hashnode.dev·Jun 21, 2024Part 2: Oracle SQLcl LiquibaseIntroduction Welcome to part 2 of "A whirlwind tour of Database Schema Changes Tracking Tools" In this article, I will give you a general idea and test the basic functionalities of the Oracle SQLcl tool with Liquibase built-in. I highly encourage yo...Discuss·1 like·321 readsDatabase schema changes tracking tools - COMPARISONsqlcl
Rafal Grzegorczykrafal.hashnode.dev·Jun 13, 2024A whirlwind tour of Database Schema Changes Tracking Tools: IntroductionIntro In this blog series, I will compare various database schema change tracking tools. And yes, from my recent blog posts, you may recognize me as a Liquibase fan. Indeed, it's true. But there are so many other tools available that I can't ignore t...Discuss·1 like·236 readsDatabase schema changes tracking tools - COMPARISONDOME
Wiliam Joaquimwiliamvj.hashnode.dev·Feb 3, 2024Tenha controle sobre seu SQL com Golang e SQLCIntrodução Lidar com o SQL muitas vezes se torna complicado e cansativo, lidar com tantas queries, indexações, performance, segurança, transações e tudo que envolve o uso do SQL, pensando nisso cada vez mais é adotado o uso de ORM, visando facilitar ...DiscussGo Language
Rafal Grzegorczykrafal.hashnode.dev·Jan 25, 2024Configure Liquibase (standalone & Oracle SQLcl) for usage with UTF-8 encodingHave you already installed SQLcl Liquibase or standalone LIquibase? That's great. However, after a while, you may notice something wrong with your UTF-8 encoding - either when you generate objects using Liquibase(standalone or SQLcl) or while using y...Discuss·1 like·462 readssqlcl
Rafal Grzegorczykrafal.hashnode.dev·Jan 23, 2024[Open Source Liquibase] Installation on Mac&Windows and how to use it with Oracle Database (on-premise & cloud)This blog gathers together all you need to install standalone Open-Source Liquibase 4.25.1, configure it and use it with your Oracle databases - both on-premise and OCI Cloud (ATP, ADW, etc.) These instructions cover MacOS & Windows. See my other art...Discuss·909 readsOpen Source Liquibase & Oracle SQLcl LiquibaseOracle
Rafal Grzegorczykrafal.hashnode.dev·Jan 23, 2024[Oracle SQLcl Liquibase] Install it on Mac&Windows and use it with Oracle Database (on-premise & cloud)This blog gathers together all you need to install SQLcl (Open-Source Liquibase 4.18.0 is included, no need for a separate installation), configure it and use it with your Oracle databases - both on-premise and OCI Cloud (ATP, ADW, etc.). MacOS & Win...Discuss·1 like·754 readsOpen Source Liquibase & Oracle SQLcl Liquibasesqlcl
Jakub Dobruchowskiblog.f100.zip·Oct 11, 2023SQLCL liquibase tags explained #JoelKallmanDayPreface Here at Pretius we love Liquibase. It is a perfect tool that works at many levels of complexity, from simple generate schema no git setup to complex CI\CD pipelines that automatically install and upgrade dozens of environments. In this articl...Discuss·121 reads#oracle-apex
Rafal Grzegorczykrafal.hashnode.dev·Sep 19, 2023[Mastering Oracle SQLcl Liquibase - Part 3/3] - Synchronize your existing environmentsIn 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 part, I will show you how to synchronize your existing environments with Liquibase. Using my tips, you c...Discuss·3 likes·267 readsOpen Source Liquibase & Oracle SQLcl LiquibaseOracle