Call Host commands from a browser mars 9, 2024 A method for replacing old ActiveX which is no longer supported in IE. General approach: Install a daemon on the desktop and use a…
Oracle ORDS and Apache HTTP Server as reverse proxy mars 8, 2024 Goal: notes about setup of Oracle ORDS running in standalone mode and Apache http server (httpd) used as a reverse proxy. Reminders: SOP: Single…
POST both an image and parameters to an ORDS REST service mars 8, 2024 Pour envoyer une image avec des attributs, voici deux techniques qui fonctionnent sur Oracle ORDS (testé sur la version 23.4) Il doit y avoir, peut-être,…
Mikado Score Counter février 25, 2024 Une petite appli écrite avec Oracle APEX pour aider à compter les points au Mikado. App Mikado disponible sur Github, à importer dans Oracle…
Screenshot automation for Oracle APEX février 5, 2024 Goal: collect screenshots for each page of an Oracle APEX application in order to prepare a user documentation. I considered a custom developement for…
Eglise Saint-Jean Baptiste des sept Deniers janvier 30, 2024 Cette église, Saint-Jean Baptiste des sept Deniers à Toulouse, a été construite selon les plans de l’architecte Jean Montier et a été inaugurée en…
Kafka REST Proxy and Oracle APEX janvier 29, 2024 Goal Use the Kafka REST Proxy through an Oracle APEX client application.This Oracle APEX sample App, available on Github, includes a simple KAFKA producer…
Oracle Rules for calling a web service janvier 29, 2024 In short, this is a table of my observations: From site HTTP HTTPS Other ports than 80 or 443 apex.oracle.com Y Y Y Cloud…
New features Oracle APEX from 21.1 janvier 24, 2024 VERSION FEATURE DESCRIPTION 23.2 Application Working Copies With the introduction of this new feature, you can now create a copy of your application (Working…
ORDS and authentication against Oracle APEX user directory novembre 14, 2023 Let’s considering the paper about Oracle REST Data Service authentication It’s a very useful for starting with Oauth. I’m adding just some infos about…