A colleague asked how to create an interactive grid based on an APEX Collection. In this article I share the solution I came up with and what I learned while creating it. diveintoapex.com/2025/05/23/e...
#orclapex
A colleague asked how to create an interactive grid based on an APEX Collection. In this article I share the solution I came up with and what I learned while creating it. diveintoapex.com/2025/05/23/e...
#orclapex
Please read my latest post to learn about useful new Text Message features in APEX 24.2. πͺ The marque feature is the new Text Message Picker! #orclAPEX
blog.cloudnueva.com/text-message...
Great to see the Indian Oracle community leading the way in inspiring the next generation of young women in IT. #WIT
Please read my latest post, where I show you how to consolidate and centralize Oracle APEX validation logic with the PL/SQL Error validation type to improve reuse, performance, and maintenance. #orclAPEX
blog.cloudnueva.com/validation-l...
Oracle APEX 24.2 is now generally available!
This release unlocks new capabilities for AI-powered apps π€, configure RAG data for AI callsπ§ , automate Fusion Applications integrationπ, work directly with JSON data β¨, and much more!
apex.oracle.com/go/242-is-no...
#orclAPEX #LowCode
Trying to use the TO_* type conversion functions (TO_DATE, TO_NUMBER, etc.) on invalid values?
=> You'll get an exception π
Return null or a default value instead in Oracle Database 12.2 or higher with
TO_* ( <val> DEFAULT ... ON CONVERSION ERROR, <format> )
Sending Email from an Oracle Container
You've Already Got Mail with OCI
spendolini.blog/sending-emai...
#orclapex
Screenshot of the running app which shows network visualization of a data model and some reports with data model related meta data
New in an #Oracle project? Visually explore unknown data models with an #orclAPEX app!
github.com/ogobrecht/da...
For #JoelKallmanDay I dive into 4 ideas colleagues taught me. We config dynamic default for cascading child list, hide/show item based on SQL lookup, show invalid fields before submit, and set grid features & refresh grid keeping selected rows. #orclapex diveintoapex.com/2024/10/16/d...