AWS, Database Administration & Monitoring Building a PostgreSQL EC2 AMI for testing the latest commits 03.05.2021 by Daniel Westermann Testing the latest features or bug fixes in PostgreSQL can easily be done by pulling the latest commits from the git repository and compile PostgreSQL from source code. I am doing that frequently on my local sandbox VM but this(…)
Database Administration & Monitoring, Database management, Oracle Is it possible to switch a service between 2 pluggable databases? 02.05.2021 by Jérôme Dubar Introduction In an Oracle database, services have multiple purposes: identifying group of users prior authenticating them enabling/disabling access to a database for particular groups managing preferred nodes on a RAC configuration redirecting users to the primary after a switchover/failover when(…)
Oracle An example of ORA-01152: file … was not restored from a sufficiently old backup 30.04.2021 by Oracle Team By Franck Pachot . Oracle Error: ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below ORA-01152: file ... was not restored from a sufficiently old backup ORA-01110: data file ... This error is one of(…)
Database Administration & Monitoring, SQL Server SQL Server CPU limitation for Express and Standard Edition 28.04.2021 by Microsoft Team Introduction When performing an audit on an SQL Server VM the first thing the system administrator told me was that there’s no issue with the CPU on this box, the monitoring shows it’s always around 50% usage. Problem Here is(…)
Database Administration & Monitoring, SQL Server SQL Server: Get email notifications for Error Log entries 23.04.2021 by Microsoft Team Introduction In a previous blog post, I did a T-SQL script reading Audit files to send emails with valuable information about instance changes. In this one, you will see how to get nice emails from critical errors or(…)
PostgreSQL Pass a variable to a trigger in PostgreSQL 22.04.2021 by Open source Team By Franck Pachot . With Oracle there are many ways to set a state in the session: context variables, set with DBMS_SESSION.SET_CONTEXT and retrieved with SYS_CONTEXT, or package global variables, or global or private temporary tables with ON COMMIT(…)
Database Administration & Monitoring, SQL Server SQL Server: How to delete the msdb backup history kindly 22.04.2021 by Microsoft Team This week I noticed some slowness on queries related to backup history. The instance had a huge msdb database (more than 10GB size), the backup history had never been purged. I already wrote a post on this topic and(…)
DevOps Maven: Could not find or load main class org.codehaus.plexus.classworlds.launcher.Launcher 22.04.2021 by Middleware Team Working on Jenkins and Artifactory I often seen options suggesting Maven tool,but what is Maven purpose?How can we use and install it on a Windows system?During this install you may encounter some kind of issues Introduction Maven is a tool(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server: Replace the old SCOM login by the new one 22.04.2021 by Stéphane Haby It’s every time hard to replace a login who as role and permissions in every database like the service account for SCOM. In the previous version of Scom, you create a service account (dbiscom) to access the SQL Server(…)
Application integration & Middleware, Enterprise content management Documentum – SSL Certificate based secure communication setup 18.04.2021 by Morgan Patou Around four years ago, I did a few presentations, here, in Switzerland about “Security & Documentum”. In there, I talked about a lot of different subjects related to both security and Documentum (you guessed it…) like: ciphers, SHA, FIPS &(…)