Database Administration & Monitoring, Database management, Oracle Restoring a database without having any controlfile backup 21.08.2018 by Jérôme Dubar It should never happen but sometimes it happens. You just lost your datafiles as well as your fast recovery area (probably because most of the time these areas are on the same disks despite the recommendations). Normal restore operations with(…)
Database Administration & Monitoring, Database management, Oracle Running PLSQL as SYSDBA through DEFINER-rights? 20.08.2018 by Clemens Bleile Recently I got an interesting request: The customer wanted to allow the application installation routine to create a guaranteed restore point without giving it all required privileges to do so. So the idea was to encapsulate creating and dropping a(…)
Database Administration & Monitoring, Database management, Oracle Easily manage dual backup destination with RMAN 15.08.2018 by Jérôme Dubar Backup on disk with RMAN is great. It’s fast, you can set as many channels as your platform can handle for faster backups. And you can restore as fast as you can read and write files on disk with these(…)
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, Database management, Oracle Patching ODA lite to 12.2.1.4.0 30.07.2018 by Jérôme Dubar Here is how to apply the latest patch for your ODA. As usual the Oracle documentation is not 100% accurate. I applied this patch on 2 ODAs X7-2M previously deployed in 12.2.1.2.0, no intermediate patch was needed. 1) Download the(…)
Database management, Oracle Logical standby: No view for data guard status on session level 27.07.2018 by Oracle Team On logical standby you have to switch off data guard at least on session level to make modifications on objects which are maintained by data guard. This is done by command alter session disable guard; Dataguard(…)
Database management, Development & Performance, SQL Server SQL Server on Linux – I/O internal thoughts 24.07.2018 by Microsoft Team Let’s start the story from the beginning with some funny testing I tried to perform with SQL Server on Linux a couple of months ago. At that time, I wanted to get some pictures of syscalls from SQL Server as(…)
Database Administration & Monitoring, Database management, Oracle DataGuard and Transparent Data Encryption 29.06.2018 by Oracle Team By Mouhamadou Diaw Setting up a DatagGard environment for a database with Transparent Data Encryption requires some tasks concerning the encryption keys. Otherwise the steps are the same than for an environment without TDE. In this blog we will(…)
Database Administration & Monitoring, Database management, Development & Performance How to fix your own SQL plan in Oracle ? 18.06.2018 by Oracle Team Method to build and fix your own SQL plans in Oracle and then you want to fix it for all next executions of the SQL by your application (thanks to SPM). In this post I show how fix a plan(…)
Database Administration & Monitoring, Database management, Oracle sqlplus and its column output 01.04.2018 by Clemens Bleile During tuning or normal DBA activities one of the most annoying things is sqlplus with its default column output when running queries. I.e. even after setting a linesize of 1000 and a pagesize of 1000 the output may look as(…)