Enterprise content management A Simple Repository Browser Utility 09.12.2020 by Oracle Team A few weeks ago, as the final steps of a cloning procedure, I wanted to check if the cloned repository was OK. One of the tests was to peek and poke around in the repository and try to access its(…)
Database Administration & Monitoring, Database management, Oracle Oracle 21c : Create a New Database 09.12.2020 by Oracle Team By Mouhamadou Diaw Oracle 21c is now released on the cloud. And in this blog I am just testing my first database creation . As earlier release dbca is still present. Just launch it 1 [oracle@oraadserver admin]$ dbca(…)
DevOps JENKINS install Jenkins on Windows 09.12.2020 by Middleware Team Hi Team, Today let’s talk about Jenkins software What is Jenkins? Jenkins is an open source automation server that enables developers around the world to reliably build, test, and deploy their software.It is the leading open-source continuous integration server.
Database Administration & Monitoring, Database management, Hardware & Storage, Oracle A typical ODA project (and why I love Oracle Database Appliance) 08.12.2020 by Jérôme Dubar Introduction You can say everything about Oracle infrastructure possibilities but nothing compares to experience based on the realization of real projects. I did quite a lot of ODA projects during the past years (on other platforms too), and I would(…)
AWS Aurora Serverless v2 (preview) – CPU 07.12.2020 by Cloud Team By Franck Pachot . This follows my previous post https://www.dbi-services.com/blog/aurora-serverless-v2-ram/ which you should read before this one. I was looking at the auto-scaling of RAM and it is now time to look at the CPU(…)
AWS Aurora Serverless v2 (preview) – RAM 07.12.2020 by Cloud Team By Franck Pachot . What is Aurora Serverless? That’s the RDS Aurora name for auto-scaling: instead of provisioning an instance size (from the burstable db.t3.small with 2 vCPU and 2GB RAM to db.r5.16xlarge with 64 vCPU and 512 GB(…)
Database Administration & Monitoring Incremental materialized view maintenance for PostgreSQL 14? 07.12.2020 by Daniel Westermann Since PostgreSQL 9.3 there is the possibility to create materialized views in PostgreSQL. PostgreSQL 9.4 (one year later) brought concurrent refresh which already is a major step forward as this allowed querying(…)
Database Administration & Monitoring Even faster data loading with PostgreSQL 14? wal_level=none 05.12.2020 by Daniel Westermann PostgreSQL is already very fast with loading loading large amounts of data. You can follow this post to get some recommendations for loading data as fast as possible. In addition you can create(…)
AWS Database announcements at re:Invent 2020 03.12.2020 by Cloud Team By Franck Pachot . This year is not very nice for conferences as everything is virtual and we miss the most important: meeting and sharing with people. But the AWS re:Invent is actually a great experience. As an AWS(…)
Database Administration & Monitoring, SQL Server An Introduction to Pester – Unit Testing and Infrastructure checks in PowerShell 03.12.2020 by Steven Naudet Introduction If you never heard of it, Pester is a PowerShell module, written in PowerShell. It’s a framework for writing and running unit tests, integration tests, and also infrastructure checks as we will see in a moment.