Database Administration & Monitoring, Database management, SQL Server SQL Server Tips: Drop a database-user attached to a service… 29.08.2018 by Stéphane Haby Few weeks ago, I have a little issue when I try to drop a database-user without login Unfortunately, I do a little mistake at the beginning… I receive like every morning a report if all AD logins (computers, groups,(…)
Database Administration & Monitoring RMAN PITR recover table Oracle 12c 28.08.2018 by Oracle Team At one client’s site, I had to restore a table someone had partially deleted one week before. Before Oracle 12c, we had to duplicate the target database to another server, and then to export and import data to the(…)
Application integration & Middleware Deploy WebLogic docker images using Docker Toolbox and Virtual Box on Windows 28.08.2018 by Middleware Team I was interested to run Docker on my Windows machine and found out the Docker Toolbox for Windows that configure itself with the already installed VirtualBox at installation time. Once installed, You can start the Docker QuickStart shell preconfigured for a(…)
Database Administration & Monitoring Deploying SQL Server on MiniShift / RedHat OpenShift 24.08.2018 by Microsoft Team Currently we begin to see customer adopting containerization for SQL Server databases (mainly driven by CI/CD and DevOps trends). A lot of them are using RedHat OpenShift as container management platform. From my side, I didn’t(…)
Database Administration & Monitoring Oracle 18c DataGuard with Nologging Mode 23.08.2018 by Oracle Team By Mouhamadou Diaw With Oracle 18c database nologging has been extended with two new modes: Standby Nologging for Load Performance and Standby Nologging for Data Availability. These modes provide better support for use in an Oracle Active Data Guard environment(…)
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 The size of Oracle Home: from 9GB to 600MB – What about SQL Server? 22.08.2018 by Oracle Team Holidays is over and let’s start working with a funny write-up. I was reading interesting stuff done by my colleagues Franck Pachot and Daniel Westermann about reducing the size of Oracle / PostgreSQL binaries(…)
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 When we do a pg_dump and right afterwards truncate a table which is in the dump, what happens? 21.08.2018 by Daniel Westermann Being at customers is always the best way to learn. Today while discussing that pg_dump will always produce a consistent dump because it uses the "repeatable read" isolation level this question came up: What happens when we(…)
Oracle A tribute to Natural Join 20.08.2018 by Oracle Team By Franck Pachot . I know that lot of people are against the ANSI join syntax in Oracle. And this goes beyond the limits when talking about NATURAL JOIN. But I like them and use them quite often. Why(…)