Database Administration & Monitoring What are those *_init files for in PostgreSQL? 24.08.2021 by Daniel Westermann Quite some time ago I've written about relation files in PostgreSQL and when they get created. In that post we talked about the files containing the actual data, the free space map (fsm) and the visibility map(…)
Database Administration & Monitoring, Database management, SQL Server, Security How to find the TLS used for the SQL Server connection 24.08.2021 by Stéphane Haby For a customer, I do some research to find which TLS is used on the SQL Server environment. The only way is to create an Extended Event. A big limitation is that the event used is only available on SQL(…)
Database Administration & Monitoring, Database management How to view and change SQL Server Agent properties with T-SQL queries 24.08.2021 by Stéphane Haby Few days ago, after a reboot, we had this warning on the Agent Error Logs on many servers: Warning [396] An idle CPU condition has not been defined – OnIdle job schedules will have no effect(…)
Database Administration & Monitoring, Database management, Oracle Auto Upgrade of non CDB to PDB with autoupgrade.jar in Oracle 21c 23.08.2021 by Oracle Team Since Oracle 21c it is possible to convert the non CDB database into a PDB directly during the upgrade using the Oracle Autoupgrade Tool. This is an important enhancement, because with Oracle 21c the non CDB architecture is desupported,(…)
Database Administration & Monitoring, Database management, Development & Performance SQL Server: Using Client Statistics to validate a query regression after a change in the database compatibility level 11.08.2021 by Stéphane Haby Few days ago, I have very poor performance on a database that I migrate from SQL 2012 to SQL 2019. The developer Team asks me to upgrade the number of CPU and the Memory to have better performance.
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 SQL Server: “Cannot resolve the collation conflict” in a Stored Procedure 30.07.2021 by Stéphane Haby This week I have a new little challenge by a customer. By executing a “standard” stored procedure, I have the error: Msg 468, Level 16, State 9, Procedure Get_logsessions, Line 56 [Batch Start Line 119] Cannot(…)
Database Administration & Monitoring SQL Server SCOM database: A lot of errors 777970008 in the errorlog file 23.07.2021 by Stéphane Haby Few weeks ago, during a audit, I have a lot of error 777970008 in the errorlog file from the SCOM instance. All 5 minutes, we had 4 lines more in the ErrorLog and the file growth a lot.
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(…)