AWS, Oracle Amazon RDS Oracle in Multitenant 26.05.2021 by Oracle Team By Franck Pachot . AWS has just added the possibility to create your oracle Database as as CDB (Container Database), the “new” architecture of Oracle where an instance can manage multiple databases, adding a new level between the heavy(…)
Oracle, PostgreSQL PostgreSQL on Oracle free tier ARM 25.05.2021 by Oracle Team By Franck Pachot . This follows the previous post about the Oracle Cloud ARM compute shape just announced on May 25th. The processor is ARM v8.2 with LSE (atomic instructions) and PostgreSQL can benefit from it (see(…)
Cloud An always free 4 vCPU 3.0 GHz 24 GB RAM on OCI 25.05.2021 by Oracle Team By Franck Pachot . Oracle Cloud free tier is already outstanding since OOW19 with two VMs and two databases that you can leave always running without any risk of being billed or seeing them stopped. I(…)
Database Administration & Monitoring Automate restore from Rubrik with PowerShell 25.05.2021 by Stéphane Savorgnano One of our customer uses Rubrik as a solution to recover, manage, and secure all their data. In this context, Rubrik is used to backup and restore all the SQL Server instances. We need to run restore tests(…)
Database Administration & Monitoring Why is the default postgres database slightly larger than template1? 20.05.2021 by Daniel Westermann You probably know that a fresh initialized PostgreSQL cluster comes with three databases by default: template0, template1, and postgres. If you want to know why they are there, and what their purpose is, check this post. In(…)
AWS, PostgreSQL PostgreSQL on AWS Graviton2: CFLAGS 17.05.2021 by Open source Team By Franck Pachot . In a previous post I’ve compiled PostgreSQL with GCC 7 and GCC 11 with the default options and checked that the ARM v8.2 features were used. However it may not be so simple:(…)
Database Administration & Monitoring PostgreSQL, pg_ctl and signals 14.05.2021 by Daniel Westermann I believe most people use pg_ctl nowadays to start, stop, or restart a PostgreSQL instance. You can do all these tasks without using pg_ctl, but you'll notice in a minute that pg_ctl really is your friend. Even(…)
Database management, Hardware & Storage, Operating systems, Oracle Does it still make sense to deploy a virtualized HA ODA in 2021? 14.05.2021 by Jérôme Dubar Introduction Starting from version 19.11 of the Oracle Database Appliance software bundle, OLVM will definitely replace OVM server as virtualization engine. This change has quite a big impact as there will be no more virtualized specific deployment. Bare metal will(…)
Kubernetes, Oracle El Carro: The Oracle Operator for Kubernetes 14.05.2021 by Oracle Team By Franck Pachot . Google Cloud, Open Source and Oracle Databases… what seems to be a paradox is possible, thanks to cloud providers who contribute to open infrastructure. The idea is to use Operators (custom resource controllers on Kubernetes)(…)
DevOps JENKINS add and configure Slack notifications 12.05.2021 by Middleware Team Hi team, If you wonder how to improve your team work efficiently during your Jenkins projects here is a good solution: configure slack notifications,what is slack notification?how can we configure for our Jenkins builds? Below we will see(…)