Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024Resolving ORA-12506: TNS:listener rejected connection based on service ACL filteringI encountered this error when I moved the ADB to a Private End Point and tried to connect to it on a Compute Instance which was on a VCN that had access to the ADB. Weird huh? If its contactable and on a Private End Point then why is it being blocked...Discuss·33 readsorclapex
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·115 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·200 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·339 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·243 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·480 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·963 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·789 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·125 reads#oracle-apex