When trying out the Free Oracle 23ai Database Docker Image I always encountered the same issue. The database wouldn't start. Here is how I fixed it.
Quickly access the APEX documentation, icons, CSS, and more from your spotlight search.
Find out what's behind the region-only type, Slots and selection support. Read about my first impression of APEX 24.1 in the end.
AppleScript to quickly minimize every window on my macOS. This is not hiding the windows, but minimizing them on the dock.
My upgrade journey from dockerized Oracle 23c FREE to 23ai
Learn how to add a global search to your Oracle APEX app that searches through all your data and navigation entries.
Give back to the community by contributing to open-source Oracle APEX Plug-ins with Git and GitHub.
Advent of Code 2023 in Oracle SQL and PL/SQL. Day 7: Camel Cards.
Advent of Code 2023 in Oracle SQL and PL/SQL. Day 1 and 2.
A preview version of Oracle APEX 23.2 just got released on apex.oracle.com. Let's take a look at the new workflow feature.
Web Components make it easy to create custom JavaScript-heavy components and integrate well into Oracle APEX.
View Transitions allow you to animate page transitions. This makes the UI more polished and engaging.
Learn step-by-step how Web Components work and how to use them. Including HTML templates, custom elements, shadow DOM, attributes, properties, and slots.
Share your Template Components with the community and win great prizes.
APEX Text Messages is a powerful feature to organize reusable and translatable text fragments. You can use them in PL/SQL, JavaScript, and Substitution Strings.
I released the third beta release of the AG-Grid plug-in for Oracle APEX. Find out what's new and how to get it.
In this series, we develop an offline-capable SvelteKit application utilizing SQLite as a client-side storage solution. In this part, we optimize the communication between the main thread and the Web Worker and create the client data tables.
The most exciting feature in APEX 23.1 for me is Template Components. Find out what they are and how to use them.
In this series, we develop an offline-capable SvelteKit application utilizing SQLite as a client-side storage solution. In this part, we explore how to set up the database effectively.
In this post, we will learn how to upload, store and retrieve images in a SvelteKit application with SQLite.
In this post, we look into how we can build our own Authentication and Authorization solution for SvelteKit. We will store and hash user credentials, create sessions with Cookies, and make the session info available to the app through hooks and locals.
SvelteKit and SQLite are a great combo as they are both lightweight and easy to use, making it simple to build high-performance, data-driven web applications.