Linux
-
MLE type mapping: passing JSON to JavaScript functions in Oracle Database 26ai
Everyone knows that JSON is very popular, and that includes its use in databases. Turns out…
-
Dealing securely with state changes in Multilingual Engine for Oracle AI Database 26ai
Most PL/SQL developers are aware of the ORA-04068: existing state of packages has been discarded error…
-
Using the Operating System’s certificate store instead of an Oracle wallet in Oracle AI Database 26ai
Before jumping into the example, it’s worth highlighting an important aspect: security. Therefore you cannot simply…
-
Python one-liners: converting markdown to HTML
This has come in handy a number of times. Assuming you have an input file in…
-
Linting MLE JavaScript Modules in Continuous Integration Pipelines
Continuous Integration (CI) is the process of automatically building and testing your application’s code each time…
-
Vagrant Ansible Provisioner: working with the Ansible Inventory – addendum
Recently I wrote a post about one of my dream combinations, Ansible and Vagrant. After hitting…
-
Ansible tips’n’tricks: gather facts in an ad-hoc fashion
There are times when I really need to get some ansible_facts from a host to work out details…
-
Putty-like SSH port forwarding on Linux and MacOS
As a Linux or Mac user you benefit from a very useful, built-in terminal and SSH…