Dan McGhandanmcghan.hashnode.dev·Jan 4, 2025Admin vs. App User Installation: Choosing the Right Path for Secure, Efficient DeploymentsChoosing the right deployment approach is essential when deploying changes to Oracle Database and APEX applications. One key decision involves selecting between an admin (privileged) user installation and an app (object owner) user installation. Each...8 likes·375 readsOracle
Hamza Eraouipanguan.hashnode.dev·Dec 30, 2024Implementing CI/CD for Oracle Database/APEX ApplicationsEvery Database/APEX developer faces challenges when implementing a CI/CD pipeline for their projects due to the stateful nature of databases. The state, which is represented by the data, is crucial and cannot be lost. This presents unique considerati...sqlcl-projects