Database management Do we need DBAs in 2023? 08.09.2023 by Adrien Obernesser Introduction : Over the past months, people asked me more and more questions about the DBA role and the underlying question was often: Are we witnessing the end of the DBA role in IT? My first answer, after a big(…)
Database Administration & Monitoring, Database management ODA and KVM: Debugging of DBsystem creation failure 05.11.2021 by David Hueber Debugging errors when working with ODA is not always the easiest thing do... :-P It may become a bit tricky and not a straightforward process. In this blog I wanted to show you and example we faced with the debugging(…)
Database Administration & Monitoring, Oracle Adding a dbvisit standby database on the ODA in a non-OMF environment 23.10.2019 by Marc Wagner I have recently been working on a customer project where I had been challenged adding a dbvisit standby database on an ODA X7-2M, named ODA03. The existing customer environment was composed of Oracle Standard 12.2 version database. The primary database,(…)
Database management, Oracle Creating archived redolog-files in group dba instead of oinstall 09.10.2019 by Clemens Bleile Since Oracle 11g files created by the database belong by default to the Linux group oinstall. Changing the default group after creating the central inventory is difficult. In this Blog I want to show how locally created archived redo can(…)
Database Administration & Monitoring, Oracle Migrating Oracle database from windows to ODA 01.10.2019 by Marc Wagner Nowadays I have been working on an interesting customer project where I had to migrate windows oracle standard databases to ODA. The ODAs are X7-2M Models, running version 18.5. This version is coming with Red Hat Enterprise Linx 6.10 (Santiago).
Database Administration & Monitoring, Oracle Moving oracle database to new home on ODA 13.09.2019 by Marc Wagner Moving database to new ORACLE_HOME is a common dba task. Performing this task on an ODA will need an additional step knowing ODA Lite is using an internal Derby database for the metadata. ODA HA will not be a problem(…)
Database Administration & Monitoring, Operating systems, Oracle Useful Linux commands for an Oracle DBA 21.08.2019 by Jérôme Dubar Introduction Oracle & Linux is a great duet. Very powerfull, very scriptable. Here are several commands that make my life easier. These tools seems to be widespread on most of the Linux distributions. watch with diff It’s my favorite tool(…)
Database Administration & Monitoring, Database management, Oracle Create a primary database using the backup of a standby database on 12cR2 21.02.2019 by Oracle Team The scope of this blog will be to show how to create a primary role database based on a backup of a standby database on 12cR2. Step1: We are assuming that an auxiliary instance has been created and started in(…)
Database Administration & Monitoring, Database management, Development & Performance, Oracle Recover a corrupted datafile in your DataGuard environment 11G/12C. 30.01.2019 by Oracle Team On a DG environment, a datafile needs to be recovered on the STANDBY site, in two situations : when is deleted or corrupted. Below, I will explain how to recover a corrupted datafile, in order to be able to(…)
Database Administration & Monitoring, Database management, Oracle Upgrade Oracle Grid Infrastructure from 12.1.0.2.0 to 12.2.0.1.0 03.08.2018 by Oracle Team The following blog will provide the necessary steps to upgrade the Grid Infrastructure from 12.1 to 12.2, for a Standalone Server. One of the new features of GI 12.2 is the usage of the AFD (Oracle ASMFD Filter Driver).