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(…)
Oracle Nutanix Era with oracle databases : Part 4 – Taking a snapshot and running Log Catch Up 15.09.2021 by Marc Wagner Now that we have our ORATEST database provisioned (see Nutanix Era blog part 3), we will be looking how to run snapshot and Log Catch Up and how will this take effects on our oracle database. For more information(…)
Database Administration & Monitoring, Oracle After startup database with srvctl, sqlplus as sysdba results in ORA-12547: TNS:lost contact 06.09.2021 by Oracle Team A few days ago a customer called me, that he have a strange issue with a new created database in a oracle restart configuration with 19c. Problem The customer has patches his 19c Databases with the newest RU and(…)
Database Administration & Monitoring, Database management, Oracle Auto Upgrade of non CDB to PDB with autoupgrade.jar in Oracle 21c 23.08.2021 by Oracle Team Since Oracle 21c it is possible to convert the non CDB database into a PDB directly during the upgrade using the Oracle Autoupgrade Tool. This is an important enhancement, because with Oracle 21c the non CDB architecture is desupported,(…)
Oracle Nutanix Era with oracle databases : Part 3 – Provision an oracle database 13.08.2021 by Marc Wagner In the previous blog (Part 2) we have created a VM template for oracle database and we could successfully registered it in Nutanix Era. Now we are going to use it to provision an oracle database named ORATEST on a(…)