Database Administration & Monitoring, Database management, Operating systems, Oracle ODA: Quickly solve ILOM and BIOS update errors 09.08.2021 by Jérôme Dubar Introduction Patching an Oracle Database Appliance is sometimes quite tough and you often struggle to solve failures at different steps. Regarding ILOM and BIOS patching errors, a simple workaround is possible. Errors when patching ILOM and/or BIOS This is(…)
Database Administration & Monitoring, Database management, Operating systems, Oracle Deploying a KVM-based virtualized X8-2M ODA 03.08.2021 by Jérôme Dubar Introduction Until now, High-Availability (HA) ODAs could have been deployed either in bare metal or in virtualized mode. Virtualized mode means that instead of installing a classic Linux system on the nodes, an OVM hypervisor (based on Xen) was deployed.
Database Administration & Monitoring, Database management, Operating systems, Oracle Manage ODA patching with Data Guard or Dbvisit Standby 19.07.2021 by Jérôme Dubar Introduction Building an Oracle infrastructure today without thinking about a Disaster Recovery solution (DR) is quite rare. This became obvious that a backup or a dump will not help if you do not know where to restore or import once(…)
Database Administration & Monitoring, Database management, SQL Server Automate restore from Rubrik with PowerShell (part 2) 16.07.2021 by Stéphane Savorgnano As promised during my last Rubrik blog post I’m writing a second one to explain how to: log your different steps in a file add an integrity check after the restore and also improve my first scripting I will(…)
Database management, SQL Server, Technology Survey SQL Server 2019: What’s new on database scoped configuration options? 06.07.2021 by Stéphane Haby SQL Server 2019 added three new options in sp_configure and sys.configurations. First, how can we find the difference between these SQL Server Versions. This simple query will give us the number of options and the SQL Server Version: select(…)
Database Administration & Monitoring, Database management, SQL Server, Technology Survey SQL Server 2019: What’s new in sp_configure and sys.configurations options? 29.06.2021 by Stéphane Haby SQL Server 2019 added new options in sp_configure and sys.configurations. First, how can we find the difference between these SQL Server Versions. This simple query will give us the number of options and the SQL Server Version: select(…)
Database Administration & Monitoring, Database management, Development & Performance, SQL Server SQL Server SCOM Alert Analysis: The Average Wait Time of SQL instance “xxx” on computer “xxx” is too high 28.06.2021 by Stéphane Haby I have an interested alert on SCOM for SQL Server by a customer two weeks ago. In the SCOM interface, the warning on the server is MSSQL2016: The Average Wait Time of SQL instance “xxx” on computer “xxx” is(…)
Database Administration & Monitoring, Database management, Development & Performance, SQL Server SQL Server SCOM: Many perf.perfHourly and State.StateHourly tables in OperationManagerDW 11.06.2021 by Stéphane Haby By a customer, the SCOM’s Database OperationManagerDW growth fast and becomes very big. To see what’s happens, in SSMS (SQL Server Management Studio), I right-click on the database open Reports>Standard Report> Disk Usage by Top Tables: You have(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server: How to compare Server and Database Collation 09.06.2021 by Stéphane Haby Sometimes during an SQL Server audit, I check the collation of the server and the databases but every time separately. The goal of this blog is to give you a script to have both and compare it. First step(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server: Analysis of SCOM Warning on the Health Check 08.06.2021 by Stéphane Haby Sometimes, it’s hard to find how to analyze a Warning in the SCOM Interface and correct the problem. By a customer, we install new instances in SQL Server 2019 and change the version of SCOM. All new servers have a(…)