HanielforHaniel's Bloghaniel.hashnode.net·Oct 12, 2022Stop Writing JSON_TABLE SQL Manually #JoelKallmanDayIntroduction One of my favorite things to do with APEX is to integrate REST APIs. Whether that means building one with ORDS, or consuming one, I love working with REST APIs because they can easily extend the functionality of your app or allow you to ...Louis Moreaux and 1 other are discussing this2 people are discussing thisDiscuss·8 likes·677 readsOracle
Martin B. NielsenforMartin B. Nielsen's blogmbndata.hashnode.net·Dec 27, 2022Reusable APEX Dynamic ActionsDynamic Actions and JavaScript Dynamic Actions (DA) in Oracle Application Express (APEX), are powerful components that enable client-side interactions. Traditionally client-side logic was written in JavaScript, but after the introduction of Dynamic A...Louis Moreaux and 3 others are discussing this4 people are discussing thisDiscuss·7 likes·936 reads#oracle-apex
Plamen MushkovforAPEX App Lab - Blogplamen9.hashnode.net·Oct 21, 2022Speed up your APEX development using Session Overrides and VS CodeWhat is Session Overrides Session Overrides are a convenient way for developers to quickly change values in the session that the APEX engine is typically responsible for, like File Paths, Additional Files and Globalization Attributes. Here is the o...Louis Moreaux and 2 others are discussing this3 people are discussing thisDiscuss·5 likes·1.3K readsorclapex
Bruno CardosoforOracle APEX & PL/SQL Tips and Trickscardoso.hashnode.net·Apr 25, 2023Oracle APEX: Open a modal page With JavascriptHello Everyone 👋 Today I want to introduce you to apex.navigation.redirect a special method available on APEX Javascript API to redirect the user to any page. If you still don't understand what I'm saying, allow me to explain: https://giphy.com/gifs...Discuss·1 like·59 readsApex
Simon JoyceforYou can do that with APEXebs-apex.hashnode.net·Apr 20, 2023Creating an APEX Process PluginIntroduction For quite some time I've been using various pl/sql procedures on the database to submit Concurrent Requests in Oracle eBusiness Suite from various places in APEX Applications I've developed over the years. Recently I decided it was time ...Discuss·4 likes·119 readsorclapex
Rafal GrzegorczykforKeep It Simple. Developer's tips.rafal.hashnode.net·Apr 13, 2023Oracle 23c Free, APEX & ORDS on Docker - a guide for MacOS with Apple M1Running Oracle Database Free images via Docker Desktop is impossible(yet?) on new Apple M1 chipsets. Nonetheless, a solution is available through the use of COLIMA. Follow those simple steps to get up and running Oracle 23c Free Database ORDS lates...Discuss·66 readsDatabases
Arun Mohanforapexvarsityarm.hashnode.net·Apr 10, 2023Getting Started with Oracle APEX: Requesting a Free Workspace on apex.oracle.comIntroduction Oracle Application Express (APEX) is a low-code development platform that enables developers to create web-based applications quickly and easily. The best part is that you can start learning and building APEX applications without any cos...Discuss·38 readsHero to Superhero - Oracle APEXorclapex
Arun Mohanforapexvarsityarm.hashnode.net·Apr 9, 2023How to Zip and download files in Oracle APEX?Introduction In this tutorial, we will be focusing on how to use the apex_zip utility package to zip files and enable them to be downloaded with just a single button click from within an Oracle APEX page. Background In the employee self-service porta...Discuss·49 readsHow to? Oracle APEXorclapex
Clarisa Maman OrfaliforOracle APEX - Clarisa Maman Orfaliclari707.hashnode.net·Apr 6, 2023Do you know the Quick SQL tool?Quick SQL allows us to quickly design and prototype data models using an abbreviated markdown syntax that expands Oracle SQL. We can easily create master/detail relationships, check constraints and even generate sample data. We can use this applicati...Discuss·2 likes·43 readsorclapex
Tom LieberforYet another IT Consultantyaitcon.hashnode.net·Apr 2, 2023Autonomous CarLogBook with Oracle Apex on OCI (Part 1)Motivations for this project: Since June 2022, I have been driving an e-Niro, which means I fuel up with electricity. Unfortunately, the charging station network in the world of electric mobility lacks cost transparency. There are numerous charging c...Discuss·4 likes·290 readsAutonomouse CarLogBook#oracle-apex
Luiz SabençaforLuiz Aguiar Blogluizaguiar.hashnode.net·Mar 15, 2023Tutorial Como Instalar Oracle APEXEste tutorial visa fornecer um guia de instalação do Oracle APEX em português para a comunidade brasileira. Em ambientes de desenvolvimento o servidor de aplicação (Tomcat) pode ser instalado na mesma máquina do banco de dados, já para ambientes mais...Discuss·51 reads#oracle-apex
Tom LieberforYet another IT Consultantyaitcon.hashnode.net·Mar 11, 2023Send Mail from Free-TierConfiguration StepsSee here:https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/apex-send-email.htmlAnd here:Sending Email from your Oracle APEX App on Autonomous Database In Oracle Cloud https://cloud.oracle.com/identity/users/ Add SMT...Discuss·33 readsOracle Cloud
Rodrigo MesquitaforAPEX Blogmesquitarod.hashnode.net·Mar 10, 2023Customize APEX app colorsOne of the limitations of Oracle APEX is that end-users are unable to create their own custom theme styles. This means that when we enable users to choose their preferred theme style, they are limited to selecting from a list of pre-defined default s...Discuss·4 likes·662 reads#oracle-apex