Database Administration & Monitoring The EDB filter log extension 01.04.2019 by Daniel Westermann This is another post dedicated to EnterpriseDB Postgres. Sometimes you may want to get specific messages not getting logged to the server's logfile or audit records. That might be specific error codes or, even more important, passwords you specify when(…)
Database Administration & Monitoring Auditing with EDB Postgres Enterprise 31.03.2019 by Daniel Westermann It might be that there is a requirement to audit operations in the database. Maybe because of legal requirements, maybe because of security requirements or whatever. I've already written a post in the past describing what(…)
Cloud, DevOps, Docker, Kubernetes, SQL Server Windocks, SQL Server and Azure in our internal CI pipeline 31.03.2019 by Microsoft Team During the last DevOps Day in Geneva, I presented a sample of our CI implementation related to our MSSQL DMK maintenance product(…)
Database Administration & Monitoring Using operating system users to connect to PostgreSQL 28.03.2019 by Daniel Westermann PostgreSQL supports many authentication methods by default and one of them is Ident authentication. Using that method you can use the users defined in the operating system and map them to users(…)
Cloud How To Push An Image Into Amazon ECR With Docker 19.03.2019 by Microsoft Team 8 Steps To Push An Image Into Amazon ECR With Docker Please bear in mind that Amazon elastic container registry (ECR) is a managed AWS Docker registry service. In this topic, we will use the Docker CLI to(…)
Database Administration & Monitoring, Database management, Development & Performance, Hardware & Storage, Oracle When you change the UNDO_RETENTION parameter, the LOB segment’s retention value is not modified 18.03.2019 by Oracle Team Below, I will try to explain, a particular case for the general error : ORA-01555 snapshot too old error.. Normally, when we have this error, we are trying to adapt the retention parameters or to tune our queries. SQL> show(…)
Application integration & Middleware, Enterprise content management Documentum : Dctm job locked after docbase installation 15.03.2019 by David Diab A correct configuration of Documentum jobs is paramount, that's why it is the first thing we do after the docbase installation. A few days ago, I configured the jobs on a new docbase using DQL, and I got an error(…)
Application integration & Middleware, Cloud, Database Administration & Monitoring OpenText Enterprise World Europe 2019 – Day 3 14.03.2019 by Middleware Team Last but not least, today was mainly dedicated to demos and customer cases. It started with the global stream presenting some OpenText applications like Core for Quality: An application developed with AppWorks and integrated to Magellan. It was meant to(…)
Application integration & Middleware, Cloud, Database Administration & Monitoring, Enterprise content management OpenText Enterprise World Europe 2019 – Day 2 13.03.2019 by Middleware Team Day 2 of OTEW, we followed the global stream this morning which was taking most of the points from yesterday. But we had the pleasure to have a session from Dr. Michio Kaku, Theoretical Physicist, Futurist and popularizer of science.
Database Administration & Monitoring, DevOps, Docker, Kubernetes, SQL Server Upgrading SQL Server pods on K8s and helm charts 13.03.2019 by Microsoft Team It has been while since my last blog. Today it is about continuing with helm charts and how to upgrade / downgrade SQL Server containers to a specific cumulative update. My first write-up in my to-do list. Last(…)