Database Administration & Monitoring Why does my first tablespace in PostgreSQL always get the OID 16384? 30.10.2021 by Daniel Westermann For those already familiar with this topic and wonder about the heading, hold on and continue reading. One of the exercises we do in our PostgreSQL DBA Essentials workshop is to create a tablespace. This is to(…)
Database Administration & Monitoring, Database management, Operating systems, Oracle Oracle Database Appliance KVM Virtual Instance on ODA 19.12 29.10.2021 by Oracle Team By Mouhamadou Diaw KVM virtualization uses a kernel-based virtual machine (KVM) to create a virtualized environment for your Linux applications.In this blog I want to share some tasks I did at a client. The client is using ODA 19.12.
Database Administration & Monitoring, Database management, Operating systems, Oracle Oracle Database Appliance 19.12 Deployment 28.10.2021 by Oracle Team By Mouhamadou Diaw In this blog I am describing the deployment of an ODA with the version 19.12 Following patches will be needed -Patch 30403643: Oracle Database Appliance ISO Image -Patch 30403673: Oracle Database Appliance Grid Infrastructure Clone(…)
Database Administration & Monitoring How to efficiently add constraints to existing tables in PostgreSQL 18.10.2021 by Daniel Westermann Is is not a surprise that applications change over time. New tables get added, columns need to be changed or new ones are required, and sometimes you need to add check constraints or foreign keys to already existing tables which(…)
Cloud, Database Administration & Monitoring, Database management, Development & Performance, Oracle First contact with OCI’s Autonomous Database 15.10.2021 by Jérôme Dubar Introduction Benefits of going into the Oracle Cloud (OCI) are clear for most of us: no more datacenter and hardware to manage. But what else? On OCI, you can also decide to get rid of part of the DBA tasks(…)
Database Administration & Monitoring, Development & Performance, Oracle SELECT FROM DUAL : Oracle Performance And Tuning 05.10.2021 by Oracle Team The DUAL table is automatically created by Oracle and contains one column (DUMMY) and one row (x value). This table is often used by SQL developer in PL/SQL code (Package, Functions, Trigger) to initialize variables storing technical information such as(…)
Database Administration & Monitoring, Database management, Oracle From Oracle Standard Auditing to Oracle Unified Auditing 05.10.2021 by Oracle Team In this post, I will not show you all advantages related to Oracle Unified Auditing. For that, read the oracle documentation. You can also read the blogs written by my colleagues : Oracle 12c Unified Auditing Feature in(…)
Oracle Nutanix Era with oracle databases : Part 6 – Refresh an oracle clone database 29.09.2021 by Marc Wagner Now that we have cloned our ORATEST source database into a clone database named ORATCL1 (see Nutanix Era Blog part 5), we will see how we can refresh it and see the impacts on the oracle database itself. For(…)
Database Administration & Monitoring, Database management, Hardware & Storage, Oracle Exadata X9M release 29.09.2021 by Oracle Team I would like to share some personal thoughts. September 28th 2021, Oracle released the eleventh Exadata data machine called "X9M-2" (2 CPU sockets), X9M-8 (8 sockets) and ZDLRA X9M. Exadata is a computing platform to run Oracle RDBMS, zero data(…)
Oracle Nutanix Era with oracle databases : Part 5 – Clone an oracle database 29.09.2021 by Marc Wagner Now that we have our ORATEST database provisioned (see Nutanix Era blog part 3), that we could run snapshot and take Log Catch Up (see Nutanix Era Blog part 4), we will now see how we can clone(…)