Database Administration & Monitoring Dealing with German “Umlaute” in PostgreSQL’s full text search 08.01.2021 by Daniel Westermann PostgreSQL comes with build-in Full Text Search and you can do quite amazing stuff with it. A question that popped up during one of the last PostgreSQL for developers workshop was: How(…)
DevOps JENKINS Add plugins in Jenkins 06.01.2021 by Middleware Team Hi everybody, First of all,I wish you a happy new year with lot of success for all of you 😀 Now ,to have a good start for 2021 we will learn how to use one of the most important(…)
Database Administration & Monitoring, Database management, Oracle How to quickly download the new bunch of 21c Oracle Database documentation? 05.01.2021 by Oracle Team Last month, Oracle released its new 21c version of the database documentation. At that time, I was looking for a quick mean to get all the books of this so-called 21c Innovation Release. I could remember I used a(…)
Cloud Google Spanner – SQL compatibility 05.01.2021 by Cloud Team By Franck Pachot . I have posted, a long time ago, about Google Spanner (inserting data and no decimal numeric data types) but many things have changed in this area. There(…)
Enterprise content management DctmAPI.py revisited 31.12.2020 by Oracle Team 2 years ago, I proposed a ctypes-based Documentum extension for python, DctmAPI.py. While it did the job, it was quite basic. For example, its select2dict() function, as inferred from its name, returned the documents from a dql query into(…)
Application integration & Middleware, Database Administration & Monitoring, Oracle Migrate Oracle Database 9.2.0.6 to Oracle 19c using GoldenGate 30.12.2020 by Oracle Team When a customer wanted to take the challenge to migrate an oracle database 9.2.0.6 (the prehistory in the Oracle world) to Oracle 19c using Oracle GodenGate, I saw more problems than add value for different reasons: Â Oracle 9.2.0.6 database is(…)
Cloud Exoscale scaling up and down 30.12.2020 by Open source Team In my previous Blog I had wrote about Swiss Cloud Provider: Exoscale. Read the Blog Today we will look little bit deeper in three subjects: Template & Template sharing Scaling up and down instances dbi(…)
Oracle Optimizer Statistics Gathering – pending and history 29.12.2020 by Oracle Team By Franck Pachot . This was initially posted to CERN Database blog on Wednesday, 12 September 2018 where it seems to be lost. Here is a copy thanks to web.archive.org Demo table I create a(…)
Oracle Building a network bonding between 2 cards on Oracle Linux 28.12.2020 by Marc Wagner I recently needed to configure bonding between 2 network cards on a customer side and I wanted trough this blog to share my findings and how I built it showing some traces. I will also do a short comparison of(…)
Oracle Password rolling change before Oracle 21c 27.12.2020 by Oracle Team By Franck Pachot . You may have read about Gradual Password Rollover usage from Mouhamadou Diaw and about some internals from Rodrigo Jorge. But it works only on 21c which is(…)