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, Database management, Development & Performance, Hardware & Storage, Oracle When you change the UNDO_RETENTION parameter, the LOB segment’s retention value is not modified 18.03.2019 by Oracle Team Below, I will try to explain, a particular case for the general error : ORA-01555 snapshot too old error.. Normally, when we have this error, we are trying to adapt the retention parameters or to tune our queries. SQL> show(…)
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(…)
Application integration & Middleware, Database Administration & Monitoring, Database management, Oracle How to migrate Grid Infrastructure from release 12c to release 18c 12.10.2018 by Oracle Team Oracle Clusterware 18c builds on this innovative technology by further enhancing support for larger multi-cluster environments and improving the overall ease of use. Oracle Clusterware is leveraged in the cloud in order to provide enterprise-class resiliency where required and dynamic(…)
Database Administration & Monitoring, Oracle RMAN catalog upgrade, why, when and how 23.08.2018 by Marc Wagner One of our customer has been initially creating a RMAN catalog on an Oracle database release 12.1.0.2.0 and was now intending to register new Oracle 12.2.0.1.0 databases. Registering the databases will be failing with errors : PL/SQL package RCAT.DBMS_RCVCAT version 12.01.00.02(…)
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).
Database Administration & Monitoring Automatic Block Media Recovery in a DataGuard 17.03.2018 by Oracle Team By Mouhamadou Diaw With Oracle 12.2, in a Data Guard environment corrupted data blocks can be automatically replaced with uncorrupted copies of those blocks. There are just some requirements: • The physical standby database must be operating in(…)
Oracle 12cR2 PDB archive 07.02.2018 by Oracle Team By Franck Pachot . In 12.1 we had the possibility to unplug a PDB by closing it and generating a .xml file that describes the PDB metadata required to plug the datafiles into another CDB. In 12.2 we got an(…)
Database Administration & Monitoring Online datafile move in a 12c dataguard environment 20.12.2017 by Oracle Team By Mouhamadou Diaw Oracle 12c introduces moving online datafile. One question we might ask is what about moving datafile online in a dataguard environment. In this blog we will do some tests Below our configuration, we are using oracle(…)