Database Administration & Monitoring Oracle 18c clone PDB and Transparent Data Encryption 30.04.2018 by Oracle Team Let’s do some tests with the Oracle 18c new feature in creating PDB clone with DBCA. Unfortunately, this feature does not work when you have TDE enabled. Just to remember, with Oracle 12.2 we had the possibility to create PDBs with(…)
Database Administration & Monitoring Managing SQL Server sa credentials with Docker secrets on Swarm 27.04.2018 by Microsoft Team A couple of weeks ago, I was working on a MSSQL Server docker image in a context of Hidora, a swiss cloud provider based on jelastic and for Docker-based applications. When writing(…)
Database Administration & Monitoring Deploying PostgreSQL in MiniShift/OpenShift 26.04.2018 by Daniel Westermann The last post quickly outlined on how you can setup MiniShift for playing around with OpenShift on your workstation. In this post we'll setup PostgreSQL in MiniShift using the default PostgreSQL image that already comes with MiniShift.
Application integration & Middleware Oracle Fusion Middleware Infrastructure 12.2.1.2.0 – Probable Incorrect Firewall Configuration 25.04.2018 by Arnaud Berbier It was a long time that I wrote my last blog. Lots of customer activities and I had no time to write one. With the acquired knowledges, it’s time to write more blogs and share knowledge, don’t you think ?(…)
Database Administration & Monitoring Setting up MiniShift 25.04.2018 by Daniel Westermann Currently we have many requests to support customers in running PostgreSQL in Docker containers. Some of those use redhat OpenShift as the management platform for their Docker deployments. Setting up an OpenShift cluster requires quite some resources and(…)
Database Administration & Monitoring Can I do it with PostgreSQL? – 19 – Create user … identified by values 21.04.2018 by Daniel Westermann Puh, that last post in this series is already half a year old. Time is moving too fast :( Today, while being at a customer again, this question came up: Can I do something comparable in PostgreSQL(…)
Enterprise content management Another surprising journey in Documentum-land 19.04.2018 by Oracle Team The journey begins In a VM Oracle VirtualBox with Centos Linux 7.0, you install Documentum v7.3 and create a docbase dmtest with its schema in a database on another VM running Oracle Linux. You start the newly created docbase and successfully(…)
Database Administration & Monitoring 2018.pgconf.de, recap 16.04.2018 by Daniel Westermann Finally I am home from pgconf.de in Berlin at the beautiful Müggelsee. Beside meeting core PostreSQL people such Devrim and Bruce, Andreas and joining Jan again for great(…)
Oracle Covering indexes in Oracle, and branch size 13.04.2018 by Oracle Team By Franck Pachot . A covering index is an index that contains all the columns required by your query, so that you don't have to do a TABLE ACCESS BY INDEX ROWID, which is the major cost of an index(…)
Database Administration & Monitoring, MySQL MySQL – Time mismatch between system and log files 13.04.2018 by Elisa Usai I was working on MySQL upgrades to version 5.7 at a customer, when I found out that for my instance, time in the error log file didn’t correspond to local system time: mysql@test1:/u01/app/mysql/admin/mysqld1/log/ [mysqld1] mysql -uroot -p Enter password: ERROR(…)