Linux
-
How to check if Multilingual Engine is available in APEX 24 and later
This is a short post describing how you can check if your APEX installation supports Multilingual…
-
Enabling the MongoDB API for ORDS containers just got a lot easier
Oracle recently published a new container image for running Oracle REST Data Service (ORDS). The new image externalises…
-
Advanced ORDS REST handlers written in JavaScript
There you go! In addition to using all the modules built into MLE you can also…
-
Installing Xfce on Oracle Linux 9
This post describes how to install
-
Creating a GraphQL endpoint … within the database [redux]
$ sql emily@localhost/freepdb1SQLcl: Release 24.1 Production on Thu Jun 06 10:33:37 2024Copyright (c) 1982, 2024, Oracle.…
-
Simplified TDE configuration in Oracle Database 23ai Free
The newly published Database 23ai RPM provide a new configuration option named CONFIGURE_TDE. Setting it to…
-
Creating a GraphQL endpoint … within the database
GraphQL is protocol agnostic. Most GraphQL is served via HTTP, but there is nothing wrong with…
-
Fetch()-ing GraphQL data in MLE/JavaScript
This post demonstrates how to use the new GraphQL endpoint ORDS provides in MLE/JavaScript. The first…
-
SQLcl: new lb generate-schema option to overwrite files
I have written a lot about SQLcl’s Liquibase integration because I’m a great fan of it.…