Database Administration & Monitoring PostgreSQL 11 : Procedures are coming 02.06.2018 by Oracle Team By Mouhamadou Diaw Reading about new features about future version PostgreSQL 11. I see that procedures will be implemented. Why is it so important? Until now only functions are available in PostgtreSQL. Of course a function is a procedure that(…)
Database Administration & Monitoring, Oracle Installing MAMP to play with PHP, MySQL and OpenFlights 02.06.2018 by Oracle Team By Franck Pachot . You may wonder what I'm doing with those technologies that are completely different from what I usually do. I'll detail in a future blog post but the idea is giving a short introduction to databases to(…)
Oracle SQLcl connect target depends on previous connection 01.06.2018 by Oracle Team By Franck Pachot . I thought it was a bug for two reasons: first, because I don't like that my connect destination depends on the context, and then because it is a different behavior than in SQL*Plus. But finally, it(…)
Database Administration & Monitoring Patching ODA lite to 12.2.1.3.0 31.05.2018 by Jérôme Dubar Here is the latest patch for your ODA and it seems that Oracle documentation for this patch is not exactly the procedure you’ll have to follow to successfully patch your appliance. I recently updated X6-2M and X6-2L to this latest(…)
Database Administration & Monitoring Introducing SQL Server on Kubernetes 31.05.2018 by Microsoft Team After spending some times with Docker Swarm let’s introduce SQL Server on Kubernetes (aka K8s). Why another container orchestrator? Well, because Microsoft gives a strong focus on Kubernetes in their documentation and their events and because K8s is probably one(…)
Enterprise content management An awk filter to truncate or wrap around tabular output 31.05.2018 by Oracle Team In my previous blog “idql and its column output”, see link here, I provided a small awk filter to reflow the idql output’s columns by wrapping their content around. Later I came of thinking that it could be useful(…)
Enterprise content management Adding a Documentum Extension to gawk, part II 31.05.2018 by Oracle Team This is part II of the article “Adding a Documentum Extension to gawk”. You can find Part I here Before we can test the extension, we need a(…)
Enterprise content management Adding a Documentum Extension to gawk, part I 31.05.2018 by Oracle Team Recently, I was searching my NAS for some files which, to end this intolerable suspense, I did not find but on the other hand I did stumbled across a couple of interesting dmawk scripts I wrote for on customer more(…)
Oracle OpenShift on my Windows 10 laptop with MiniShift 31.05.2018 by Oracle Team By Franck Pachot . If you want to play with OpenShift on your laptop, you can, in a Virtual Machine. I have VirtualBox installed on my laptop. I'll install Minishift here, which will create the VM to run OpenShift with(…)
Database Administration & Monitoring EDB Failover Manager in EDB containers in Minishift/OpenShift – Failovers 29.05.2018 by Daniel Westermann This blog refers to an older version of EDB's Postgres on Kubernetes offering that is no longer available. In the last post we had a look at the basic configuration of EDB EFM and confirmed that(…)