Sydney Nursesynuora.hashnode.dev·Sep 9, 2024APEX: Rest Request Body TemplatesIntegrating APEX with OCI Document Understanding My customer engagements have allowed me to explore the integration with Oracle Cloud Infrastructure (OCI) as an APEX developer. Once these projects results have been demonstrated the work, at least fro...Discuss·50 readsOracle
Pieter van den Broekpcvdbroek.hashnode.dev·Sep 8, 2024Understanding Oracle APEX Session State Part 1Session state is one of those things in APEX which can be hard to understand for beginning or sometimes even seasoned APEX developers. In this article I will explain what it is and the basic usage in APEX. In part 2 I will be showing some more advanc...Discuss·3 likes·226 readsApex
Cristhian Cano Bogadoparaguayandev.hashnode.dev·Sep 7, 2024Cómo Subir Imágenes a Cloudinary con Oracle APEX y JavascriptEl manejo de imágenes en aplicaciones web es fundamental en una amplia variedad de sectores y aunque usemos Oracle como base datos, muchas veces preferimos almacenar archivos de imagenes en directorios para evitar el crecimiento exponencial en volume...Discuss·3 likes·93 readsOracle
Sydney Nursesynuora.hashnode.dev·Sep 6, 2024APEX: Make REST Request via PL/SQLAbout this Post Today's post will be short and sweet and along the lines of APEX & Oracle Cloud Infrastructure (OCI) integrations using the OCI REST APIs. In a recent customer engagement, the were seeking to expand the integrations that they had with...Discuss·148 readsOracle
Nile Bitsnilebits.hashnode.dev·Sep 4, 2024Advanced Apex Techniques for Salesforce DevelopersAs Salesforce continues to dominate the Customer Relationship Management (CRM) space, the demand for highly skilled developers who can harness the power of Apex, Salesforce's proprietary programming language, is at an all-time high. Apex allows devel...DiscussSalesforce
Karla Cornejotoshareapex.hashnode.dev·Aug 29, 2024Seleccionar un registro en IGrid e IReport para refrescar una región con gráficosEn este articulo veremos dos maneras de seleccionar un registro, en un Interactive Grid e Interactive Report, y al momento de obtener el registro refrescaremos una región de gráficos. Demo01: Interactive Grid Creamos una region de tipo Interactive G...Discuss·129 readsApex
David Budáčdavidbudac.hashnode.dev·Aug 19, 2024How to Set Up a Local LLM for APEX 24.1First, you need something to serve the OpenAI API using a local model. I use ollama as it simply works and it’s very easy to set up and update. Ollama as an OpenAI API provider Download Ollama on Linux Install ollama: curl -fsSL https://ollama.com/in...DiscussOracle
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Aug 19, 2024Create an Automatic Seed & Publisher for your APEX Translated ApplicationsIn this blog we are going to automate the Seed & Publish feature in Oracle APEX for Translated Applications. This is normally a manual process that is run before test of translated applications or before export. This manual process is time consuming ...Discuss·2 likes·328 readsApex
Cristhian Cano Bogadoparaguayandev.hashnode.dev·Aug 17, 2024Navegar entre pestañas del tabs region con javascriptOracle APEX permite el uso de JavaScript que facilita la manipulación de regiones de pestañas. Esta permite realizar tareas como cambiar a una pestaña específica, obtener la pestaña activa, y mucho más. Estas funciones son útiles cuando quieres contr...Discuss·49 readsgraficos
Karla Cornejotoshareapex.hashnode.dev·Aug 9, 2024Consulta tu Base de Datos con Lenguaje Natural usando Select AI: Uso de DBMS_CLOUD_AI.GENERATEUso de Select AI para Interacción en Lenguaje Natural con tu Base de Datos Oracle ha introducido la funcionalidad Select AI en su Oracle Autonomous Database, que permite a los usuarios realizar consultas usando lenguaje natural, eliminando la necesid...Discuss·1 like·198 readsApex