Richard Allenflows-richard.hashnode.dev·17 hours agoGenAI can help you with BPMN!Flows for APEX uses the industry standard process modelling notation, BPMN 2.0, to graphically model business processes. Steps in those processes that require user input or processing can then be rapidly developed using Oracle APEX, and Flows for APE...DiscussFlows for APEX
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 20, 2024Solved: Misalignment Between Oracle APEX Interactive Report Headers and Column ValuesDo you sometimes get Oracle APEX Interactive Report Headers disconnecting from the Column Values? like this… Why does this happen? Interactive Reports typically size the column widths perfectly for the data returned by the region source. However a m...Discuss·2 likes·87 readsorclapex
Vaibhav GajareforOracle Apex Shared componentsoracle-apex-shared-components.hashnode.dev·Nov 20, 2024Oracle APEX Shared componentsShared components are common elements that can display or be applied on any page within an application Use the tools and wizards on the Shared Components page either at the application-level or on specific pages. The Shared Components is divided into...Discuss·2 likes#oracle-apex
Kartik Kumarparaminfo.hashnode.dev·Nov 13, 2024Achieving High Availability with Oracle RAC (Real Application Clusters)High availability (HA) is a critical requirement for any enterprise application, especially when managing mission-critical systems. Oracle Real Application Clusters (RAC) is a robust solution for achieving high availability and scalability for Oracle...DiscussOracle
Jordan Holmerjordanholmer.hashnode.dev·Nov 11, 2024Creating a Dynamic Calendar FeedIn this blog, I will discuss how to provide dynamic calendar feeds for users in Oracle APEX using ORDS. Why Build a Dynamic Calendar Feed? My app offers faculty a calendar feature to view their teaching schedules. The APEX component allows exporting ...Discuss·2 likes·253 reads#oracle-apex
Cristhian Cano Bogadoparaguayandev.hashnode.dev·Nov 10, 2024Simplifica el Inicio de Sesión en Oracle APEX: Autenticación con GoogleEn un mundo donde los usuarios gestionan múltiples contraseñas, ofrecer una experiencia de inicio de sesión rápida y sencilla se ha vuelto crucial. Implementar la autenticación con Google en tus aplicaciones de Oracle APEX no solo mejora la seguridad...Discuss·1 like·72 readsOracle
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024Update network access for Autonomous DBIn Oracle Cloud Infrastructure (OCI) > Autonomous Database (ADB), the "Choose Network Access" setting lets you control how users can connect to your database. Important: If you make a change, it changes the connections in the Wallet. So you must re-d...Discuss·1 like·28 readsorclapex
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024Configure OCI Load Balancer to Land on a Custom APEX ApplicationIn OCI, find your Load Balancer. If you don’t have one, perhaps this might help. Click Rule Sets > Create Rule Set Set Name = Landing, set Rule 1 > Name = Landing Redirect Check the Specify URL redirect rules box Set Source path to /ords/_/land...Discuss·1 like·26 readsorclapex
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024An APEX Vanity URL for Dockerized Customer Managed ORDS for Private Endpoint ADB on OCIIn this post, I'll walk through setting up a custom Vanity URL for a Dockerized, customer-managed Oracle REST Data Services (ORDS) instance connected to an Autonomous Database (ADB) on Oracle Cloud Infrastructure (OCI) Prerequisites You have complete...DiscussOCI
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024Create a Dockerized Customer Managed ORDS for ADB on OCIQ. Why do we need a Customer Managed ORDS when ADB has an Oracle Managed ORDS that works perfectly fine? A. Because we may want, at some point, to change a single ORDS setting. Its not possible do change the default ORDS settings (proof) for Oracle M...Discuss·43 readsoracle-rest-data-services