Database Administration & Monitoring, Database management Migration to SQL Server 2016 with deprecated data types and Full-Text 11.07.2017 by Stéphane Haby A few weeks ago, I prepared a migration from SQL Server 2008 to SQL server 2016, I came across a case with deprecated data types and a Full-Text activated on these columns. To simulate this scenario, I downloaded and(…)
Database Administration & Monitoring, Database management SQL Server 2016: patching CU with R Services 11.07.2017 by Stéphane Haby As a good DBA, I begin to be up to date with all Cumulative Update (CU) by my customers. It is the first time that I run an update for SQL Server 2016 with the CU 3. I(…)
Cloud, Database management Oracle Database to SQL Server 2016 TCO Analyzer 08.07.2017 by Oracle Team Today, many enterprises are striving to transform their IT organization from a cost center into a strategic asset and looking for ways to get more value from their application and data platform investments. To deliver on(…)
Database Administration & Monitoring, Database management PostgreSQL 10 Beta 1 : pg_hba_file_rules view 30.06.2017 by Joël Cattin This short blog to share a helpful stuff with the pg_hba.conf file : The pg_hba.conf file is the central configuration file to control client authentication. It is located in the database cluster’s data directory : postgres@ppas01:/u02/pgdata/PG10BETA1/ [PG10BETA1] ll(…)
Database management, Oracle 12c Multitenant Internals: VPD for V$ views 27.06.2017 by Oracle Team By Franck Pachot . I described in an earlier post on AWR views how the dictionary views were using metadata and object links to show information from other containers. But this mechanism cannot work for fixed(…)
Database management, Oracle 12cR2 Application Containers and Foreign Keys 19.06.2017 by Oracle Team By Franck Pachot . Application Container brings a new way to share data among databases, and adds a new dimension to referential integrity. A foreign key in an application PDB can reference a row belonging to a root data link(…)
Cloud, Database Administration & Monitoring, Database management DBSAT un outil pour la sécurité de vos bases de données Oracle 16.06.2017 by Oracle Team Qu’est-ce que DBSAT ? C’est un outil gratuit d’Oracle que vous pouvez télécharger sur My Oracle Support avec comme référence : Doc Id 2138254.1. Il a pour but d’évaluer la sécurité de vos bases de données Oracle en analysant(…)
Database management 12c NSSn process for Data Guard SYNC transport 15.06.2017 by Oracle Team By Franck Pachot . In a previous post https://www.dbi-services.com/blog/dataguard-wait-events-have-changed-in-12c/ I mentioned the new processes NSA for ASYNC transport and NSS for SYNC transport. I'm answering a bit late to a comment about the number of processes:(…)
Database Administration & Monitoring, Database management Install Apache Kafka on Linux 09.06.2017 by Open source Team What is Apache Kafka ? No, Kafka is not only the famous author (en.wikipedia.org/wiki/Franz_Kafka), it’s an open-source distributed pub-sub messaging system with powerful skills like scalability and fault tolerance. It’s also a stream processing platform (near real-time) for(…)
Database Administration & Monitoring, Database management Oracle 12.2 – How to rotate the 12.2 listener log (DIAG_ADR_ENABLED_LISTENER = OFF) 05.06.2017 by Oracle Team By William Sescu The listener log file contains a lot of very useful information, like the program which was used for the connection, the IP address where the connection is coming from, the OS user which was used on the(…)