dbi services: Database Infrastructure Services - Engineering, Implementation, Operation, Modernization

Blog - comments
Julien said,
  Unluckily there is a bug on this feature which causes the reversed eff  
youtube html5 player said,
  Wow, very comprehensive review. I'm thinking about learning HTML5. I'm  
youtube html5 player said,
  I have no words for this great post such a awe-some information i got  
SEO Services said,
  Thanks for the nice blog. It was very useful for me. Keep sharing such  
Jhon said,
  Me personally and my friends genuinely favored the post and i believe  
Blog Categories Categories High Availability & Backup/Recovery

dbi services Blog

Welcome to the dbi services Blog! This blog focuses on database infrastructure and middleware topics. It covers technologies such as Oracle, Microsoft SQL Server, MySQL, Sybase, Linux, or Documentum (etc.). The dbi services blog represents the view of our consultants, not necessarily that of dbi services. Feel free to comment on the postings!

Category: High Availability & Backup/Recovery
Gregory Steulet

MySQL Data High Availability with semi-synchronous replication

Starting with MySQL 5.5 it is possible to configure semi-synchronous replication. As you probably know, MySQL replication is asynchronous by default. Asynchronous replication means that events/transactions applied on one server are not immediately applied on the other one.

Continue reading
Pierre Sicot

Block Corruption Oracle 10g vs Oracle 11g

Ayant rencontré récemment des problèmes de blocs corrompus sur des bases Oracle en version Oracle 10g et Oracle 11g, des différences notables sont apparues notamment au niveau de la vue v$database_block_corruption. Je vous livre dans ce post le résultat de mes tests.

Continue reading
Hervé Schweitzer

Database world - high availability: SQL Server vs Oracle

  

Last week, I attended the Microsoft TechDays for the first time. The Swiss 2011 "edition" took place in Bern. For me this is really a new challenge because I have never worked deeply with the Microsoft database platform "SQL Server".

Continue reading
Stephane Haby

SQL Server 2012 'Denali' : AlwaysOn High Availability - Restore is blocked

During our test to create a failover clustering with the new function 'AlwaysOn High Availability', we had a few difficulties to overcome like the databases restore on the secondary cluster node.

In this article, we will explain how to avoid it before encountering the problem.

Continue reading
Hervé Schweitzer

RMAN backup is failing due to "corrupt blocks"

Last week, I was not able to complete a backup because of the ORA-19566 error: "exceeded limit of 0 corrupt blocks". Here is what you can do to fix it.

Continue reading
Gregory Steulet

Saving time and increasing service availability with MySQL Enterprise Monitor 2.3

Nowadays, MySQL Databases are encapsulated into many mission critical software solutions. Lots of companies host one or many MySQL databases in their data center, sometimes even without knowing it except when the MySQL service is not available anymore. In order to increase the service availability, it is mandatory to have a monitoring solution. Regardless of if you are using MySQL Server, MySQL replication or cluster, the Oracle/MySQL monitoring solution is called MySQL Enterprise Monitor.

Continue reading
David Hueber

NetBackup - OpsCenter patch fails due to space requirements...

I was upgrading Netbackup yesterday to version 7.0.1 and faced a quite "funny" issue with the OpsCenter. The installation failed on pre-requirements checks saying that no space was available. Nothing strange at this point...except that we still had about 79GB free space! Wink

Continue reading
Hervé Schweitzer

A test database in one click - with Oracle Data Guard 11g

Perhaps you know this situation: A developper or application owner quickly needs a test database to test new code or to validate changed code before implementing it. Sounds like a lot of work, but if you have Data Guard 11g, you can simply use the command "CONVERT TO SNAPSHOT STANDBY".

Continue reading
David Hueber

NetBackup command lines - Tips

NetBackup provides a pretty nice Web Interface, OpsCenter, to monitor and check the basic configuration. However after working a while with it, you may find that some information can be quit boring to find out.

Good news! Symantec didn't forget that in Unix World some peoples still like working in command lines...

Continue reading