Database Administration & Monitoring, Database management, Hardware & Storage, Oracle How to configure additional listeners on ODA 03.03.2021 by Jérôme Dubar Introduction Oracle Database Appliance has quite a lot of nice features, but when looking into the documentation, at least one thing is missing. How to configure multiple listeners? Odacli apparently doesn’t know what’s a listener. Let’s find out how to(…)
DevOps JENKINS installing Artifactory plugin and fix dependencies issue 03.03.2021 by Middleware Team Hi everybody As I planned to show you how to use Artifactory in next blog topic , we need to install it through plugin management. During this I faced some issues.Below we will check how to fix it. what(…)
Oracle Delphix: a glossary to get started 02.03.2021 by Oracle Team By Franck Pachot . dbi-services is partner of Delphix – a data virtualization platform for easy cloning of databases. I’m sharing a little glossary to get started if you are not familiar with the terms you see in doc,(…)
Oracle Oracle Blockchain Tables: COMMIT-Time 01.03.2021 by Clemens Bleile Oracle Blockchain Tables are available now with Oracle 19.10. (see Connor’s Blog on it), they are part of all editions and do not need any specific license. I.e. whenever we need to store data in a table, which(…)
Database Administration & Monitoring Be careful with prepared transactions in PostgreSQL 26.02.2021 by Daniel Westermann PostgreSQL gives you the possibility for two-phase commit. You'll might need that if you want an atomic distributed commit. If you check the PostgreSQL documentation there is a clear warning about using these kind(…)
SQL Server Automate CNOs and VCOs for SQL Server AAG 26.02.2021 by Nathan Courtine During the installation of a new SQL Server environment in a Project, we wanted to automate the whole process deployment and configuration when installing a new SQL Server Always On Availability Group (AAG). This installation requires to prestage cluster(…)
Database Administration & Monitoring, Database management, Hardware & Storage, Oracle Oracle Database Appliance: what have you missed since X3/X4/X5? 25.02.2021 by Jérôme Dubar Introduction ODA started to become popular with X3-2 and X4-2 in 2013/2014. These 2 ODAs were very similar. The X5-2 from 2015 was different with 3.5 inches disks instead of 2.5 inches and additional SSDs for small databases (FLASH diskgroup).
Database Administration & Monitoring, SQL Server SQL Server: Control the size of your Transaction Log file with Resumable Index Rebuild 25.02.2021 by Steven Naudet Introduction In this blog post, I will demonstrate how the Resumable capability of Online index rebuild operation can help you to keep the transaction log file size under control. An index rebuild operation is done in a single transaction(…)
Database Administration & Monitoring [Data]nymizer – Data anonymizer for PostgreSQL 25.02.2021 by Daniel Westermann Often there is the requirement to populate a test or development database with data from production, but this comes with a risk: Do you really want, that developers or testers have access to sensitive data? In a lot of companies(…)
Oracle Oracle Rolling Invalidate Window Exceeded(3) 24.02.2021 by Oracle Team By Franck Pachot . This extends a previous post (Rolling Invalidate Window Exceeded) where, in summary, the ideas were: When you gather statistics, you want the new executions to take into account the new statistics, which(…)