Database management How to remap tablespaces using Oracle Import/Export Tool 26.08.2014 by Oracle Team Since Oracle 10g, Oracle provides a great tool to import and export data from databases: Data Pump. This tool offers several helpful options, particularly one that allows to import data in a different tablespace than the source database. This parameter(…)
Database management, Oracle Oracle 12.1.0.2.1 Set to Join Conversion 21.08.2014 by Oracle Team By Franck Pachot . Recently, I described the Partial Join Evaluation transformation that appeared last year in Oracle 12c. I did it as an introduction for another transformation that appeared long time ago in 10.1.0.3 but was not(…)
Database management How to find the SQL Server Management Pack in the SCOM database 20.08.2014 by Stéphane Haby While working on a customer project, I needed to retrieve the SQL Server SCOM Management Pack version. Unfortunately, the SCOM team took a while to answer and as I am the DBA, I have access to the SCOM databases.
Database management Deploying a SQL Server database to Azure 13.08.2014 by Nathan Courtine Deploying an SQL Server database to a Windows Azure virtual machine is a feature introduced with SQL Server 2014. It can be useful for an organization that wants to reduce its infrastucture management, simplify the deployment, or have a(…)
Application integration & Middleware Documentum: some useful queries (DQL/IAPI) 07.08.2014 by Middleware Team In this blog post I want to sharing some useful DQL and IAPI queries that I am using all the time. They are more dedicated to Documentum support/debug and grouped by components. In order to use them, I recommend Qdman:(…)
Database management SQL Server 2014: DBCC CHECKDB and ReFS support 07.08.2014 by Microsoft Team Have you noticed an interesting behavior with SQL Server 2014 when you are running a dbcc checkdb command? If not, you should have a look at this blog post. I discovered it completely by accident during some tests. If(…)
Database Administration & Monitoring, Oracle Oracle 12.1.0.2: Wait event histograms in μs 04.08.2014 by Oracle Team By Franck Pachot . When an Oracle Database spends a high percentage of its DB time in User I/O, I usually check the wait event histograms in order to see if the storage system is working well. But today,(…)
Database management SQL Server: DBCC CHECKDB does not detect corruption 04.08.2014 by Microsoft Team During my audits at customer places, it still happens very often to find SQL Server databases with page verification option configured to “none”. I always alert my customers on this configuration point because it can have an impact on the(…)
Database management PostgreSQL for Oracle DBAs – an introduction 04.08.2014 by Oracle Team Having worked for several years as an Oracle DBA, I decided to have a look at the PostgreSQL database and see how it functions in comparison to the Oracle Database. The “Enterprise DB” graphical installation of PostgreSQL 9.3 is(…)
Database management, Oracle PDB media failure may cause the whole CDB to crash 28.07.2014 by Oracle Team By Franck Pachot . Do you remember last year, when 12c arrived with multitenant, David Hueber warned us about the fact that a single PDB can, under certain conditions, generate a complete system downtime? We are beta testers(…)