Cloud, Database Administration & Monitoring, Oracle OEM Cloud Control Release update to 13.5.0.23 08.10.2024 by Tomek Sikorski Introduction This is upgrade procedure to release update from 07 Aug 2024. 13.5.0.23 Its also one of prerequisites for integrating OEM with OCI Exadata Cloud@Customer solution available on my other post under this link: https://www.dbi-services.com/blog/exacc-oci-integration-with-oem-13-5-cloud-control-installed-on-premises Patching procedure and(…)
Database Administration & Monitoring PostgreSQL 18: Verify tar format and compressed backups 30.09.2024 by Daniel Westermann While PostgreSQL 17 was released just a couple of days ago, the development of PostgreSQL 18 is already going on and the first patches got committed. One of them addresses a limitation with pg_verifybackup: Currently(…)
Cloud Native, Database Administration & Monitoring, Database management, SQL Server, Technology Survey Coming back to the Future Data Driven Summit 2024’s Event last night 26.09.2024 by Stéphane Haby Last night, I followed with Amine Haloui the Future Data Driven Summit 2024 from 3 PM to 2 AM This event was remote and very easy to follow. One day with 5 rooms and more then 55 speakers…(…)
Database Administration & Monitoring PostgreSQL: Partitioned tables and optimizer statistics 25.09.2024 by Daniel Westermann The PostgreSQL optimizer relies on accurate statistics for finding and executing the most efficient plan for a given statement. Wrong or bad statistics usually lead to sub optimal execution plans and this usually is bad performance wise. This is not(…)
Database Administration & Monitoring PostgreSQL: pg_dump and extension ownership 23.09.2024 by Daniel Westermann While pg_dump must not be considered a backup tool (please use physical backups for this), it is widely used to dump and reload data. One of the main advantages is, that you can do this across major versions of(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server: The importance of the default language during a login migration 17.09.2024 by Stéphane Haby Few weeks ago, I perform a migration of a database and the associate logins.After few days, the customer contact me for a error about “conversion of a varchar data type to datetime data type” on this application.The error was an(…)
Database Administration & Monitoring, Database management, SQL Server “Edit Top 200 rows” does not work between SSMS 18.12.1 & SQL Server 2022 27.08.2024 by Stéphane Haby Recently after a migration from SQL Server 2012 to SQL Server 2022, a end user contact me because SQL Server Management Studio (SSMS) does not work anymore when he want t o edit rows… I was surprised and do a(…)
Database Administration & Monitoring, Database management, Development & Performance, SQL Server SQL Server: Basic AG – One listener, multiple databases 19.08.2024 by Amine Haloui Introduction When it is not possible to have SQL Server Enterprise and there is a need to set up an AlwaysOn cluster, it is possible to use SQL Server Standard and implement basic availability groups. However, the Standard edition of(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG – Connecting external applications 16.08.2024 by Daniel Westermann Now that we know how we can benchmark a CloudNativePG deployment, it is time to look at how we can connect external applications to the PostgreSQL cluster. Usually, applications run in the same Kubernetes cluster and(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG – Benchmarking 15.07.2024 by Daniel Westermann Now that we’ve configured our storage in the last post, it is time to benchmark the system. One popular tool when it comes to benchmarking PostgreSQL is pgbench. This can be used(…)