Database management, Oracle Oracle Parallel Query: Did you use MapReduce for years without knowing it? 26.06.2014 by Oracle Team By Franck Pachot . I’ve read this morning that MapReduce is dead. The first time I heard about MapReduce was when a software architect proposed to stop writing SQL on Oracle Database and replace it with MapReduce processing.
Database management SQL Server: How to find the default data path? 16.06.2014 by Stéphane Haby I have read a lot of SQL Server blog postings and articles in order to find the default data path. This post covers different SQL Server versions (SQL Server 2012, SQL Server 2014, SQL Server 2008, SQL Server 2005)(…)
Database management, Oracle How to list all Oracle system schemas 05.06.2014 by Oracle Team By Franck Pachot . Do you want to know which users come with the Oracle Database and which are the ones you have created? This is that not easy, especially prior to Oracle 12c. You know SYS and SYSTEM,(…)
Database management, Oracle Oracle 12c extended datatypes better than CLOB? 23.05.2014 by Oracle Team By Franck Pachot . 12c has introduced character strings that can can go above 4000 bytes. In the previous versions, in PL/SQL only we were allowed to have VARCHAR2 up to 32k. In SQL the VARCHAR2 datatype was limited(…)
Database management Check SQL Server Error Log size with a policy 23.05.2014 by Stéphane Haby In many blogs or articles, we can read that it is recommended to recycle the error log to be sure that the size is not too big In the Best Practice Analyzer (BPA) for SQL Server, this(…)
Database management Oracle policy managed databases: Policies and policy sets 20.05.2014 by Oracle Team In this post, I will continue my experiments with Oracle policy managed databases with Grid Infrastructure, and present one of the new features introduced with Grid Infrastructure 12c last June: the cluster configuration policies and policy sets. It allows the(…)
Database management, Oracle Oracle SQL Monitoring reports in flash, html, text 15.05.2014 by Oracle Team By Franck Pachot . I have recently posted on the way I like to extract execution plans. When we have Tuning pack, I suggest to get them with SQL Real-Time Monitoring as an active report. However, Martin Preiss said(…)
Database management, Oracle Exploring Oracle SE & EE performance statistics with Orachrome Lighty 12.05.2014 by Oracle Team By Franck Pachot . At dbi services, we really like Lighty for Oracle, a tool which helps exploring performance statistics whether they originate from AWR (available only in Enterprise Edition with Diagnostic Pack option) or from Statspack (available via Standard(…)
Database management Implementing policy-managed Oracle databases 09.05.2014 by Oracle Team Policy-managed databases appeared with Oracle 11g R2 but are not very common yet. I never had the opportunity to administer these kind of databases. Since Oracle now presents policy-databases as the default installation mode and as a best practice, I(…)
Database management Improving your SharePoint performance using SQL Server settings (part 1) 08.05.2014 by Nathan Courtine SharePoint performance is a recursive problem and preoccupation. As a Database Administrator, we have to deal with SharePoint when configuring SQL Server databases. In this article, I will propose a list of best practices in SQL Server settings(…)