OTN Appreciation Day : GeoJSON and SDO_GEOMETRY marriage in Oracle 12.2
This post was originally published on this siteThe native JSON functionality in Oracle Database version 12.2 has evolved quite a bit since the JSON functions first appeared in Oracle Database version 12.1.0.2. Just one example is JSON_TABLE can be used as a bridge between the…
Connect your Enterprise Manager 13cR2 with the Oracle Database Backup Service
This post was originally published on this siteIn EM13cR1, it was the first time when the Oracle Database Backup Service was integrated . In Release 2 the configuration menu was extended, a storage container can be defined now e.g. for a better organization and overview…
OSX Wi-fi and Ethernet network simultaneously connected and static routing
This post was originally published on this siteSo recently I had a situation where I had my Ethernet and Wifi connected to 2 different networks in my MAC OS X, and I had a very specific use case for this I needed to use the…
Sunday speaking at Oracle OpenWorld 2016
This post was originally published on this siteYou all know Oracle OpenWorld, right? It’s a behemoth of a conference filling up the streets and hotels of San Francisco with many thousands of people moving like ants between conference rooms, checking out exhibitors, hanging around lounging…
Preventing bash commands to be displayed in the history or deleting a specific command from history
This post was originally published on this siteIt’s sometimes useful when using the linux command line to prevent things to go into the bash history; for example if you’re using curl to download a file while providing your username password. This can be easily done…
Debug Java SSL/HTTPS WebService with man in the middle proxy
This post was originally published on this siteIn this article I will be showing how to debug WebServices HTTPS/SSL requests by using a Man in the Middle proxy, this can especially be useful when dealing with WebServices errors since all request will go through the…
Linux change timezone and force ntpd synchronization
This post was originally published on this site This short article shows how to change the timezone of the Linux distribution as well as forcing the synchronisation of date/time with the ntpd servers This applies specifically applies to CentOS so some changes might be possible…
Install / build docker squash on OS X to reduce docker image size
This post was originally published on this siteRecently while I was trying to install a Docker related app called docker-squash on OSX El Capitan. For those who are not familiar with the utility; docker squash is a nice utility that reduces the size of docker…
Jaspersoft Studio OSX jdk 8/7 not starting
This post was originally published on this siteRecently I downloaded Jaspersoft studio on my Mac OSX but I was having trouble laughing the app as the system kept telling me I needed the older runtime version of Java, as you can see from the screenshot…