Database Administration & Monitoring, Database management Installing MariaDB Server 10.5.5 on CentOS 8 12.08.2020 by Open source Team In the following blog, you will learn how to install the latest version of the MariaDB Server 10.5.5 on CentOS 8 and how to use the mariadb user & binaries instead of mysql.
Oracle Merge-Statement crashes with ORA-7445 [kdu_close] caused by Real Time Statistics? 07.08.2020 by Clemens Bleile In a recent project we migrated an Oracle database previously running on 12.1.0.2 on an Oracle Database Appliance to an Exadata X8 with DB version 19.7. Shortly after the migration a merge-statement (upsert) failed with an ORA-07445: exception encountered:(…)
AWS Amazon DynamoDB Local: running NoSQL on SQLite 07.08.2020 by Cloud Team By Franck Pachot . DynamoDB is a cloud-native, managed, key-value proprietary database designed by AWS to handle massive throughput for large volume and high concurrency with a simple API. simple API: Get, Put, Query, Scan on a table without(…)
AWS, NoSQL RDBMS (vs. NoSQL) scales the algorithm before the hardware 03.08.2020 by Cloud Team By Franck Pachot . In The myth of NoSQL (vs. RDBMS) “joins dont scale” I explained that joins actually scale very well with an O(logN) on the input tables size, thanks to B*Tree index access,(…)
Database Administration & Monitoring, NoSQL A lesson from NoSQL (vs. RDBMS): listen to your users 01.08.2020 by Oracle Team By Franck Pachot . I have written a few blog posts about some NoSQL (vs. RDBMS) myths (“joins dont scale”, “agility: adding attributes” and “simpler API to(…)
Database Administration & Monitoring, SQL Server SQL Server Installation Wizard error : Failed to retrieve data for this request 29.07.2020 by Steven Naudet Today I faced a strange issue when I tried to install a new SQL Server instance : Failed to retrieve data for this request This error occurred just after clicking on “New SQL Server stand-alone installation…”(…)
Database Administration & Monitoring, Database management, Hardware & Storage, Operating systems, Oracle ODA: odacli now supports Data Guard in 19.8 28.07.2020 by Jérôme Dubar Introduction I’ve been dreaming of this kind of feature: just because most of the ODA configurations now include Disaster Recovery capabilities, through Data Guard or Dbvisit standy. If Dbvisit will obviously never be integrated to odacli, the lack of Data(…)
Database Administration & Monitoring, SQL Server SQL Server: Change Availability Group Endpoint Ownership 27.07.2020 by Steven Naudet I’m doing some cleaning on my customer’s instances. I want to delete the login of a previous DBA for 2 reasons; this person does not work anymore in my customer’s company and all DBA are members of a group(…)
Development & Performance Git collaboration: quick start 25.07.2020 by Oracle Team Git collaboration: quick start If you want to keep the git repository of your project clean and predictive (which is highly recommendable), here is a simple workflow to follow. For the sake of this article, we are going to(…)
Database Administration & Monitoring, MySQL Changes that I like in the new MySQL 8.0.21 24.07.2020 by Elisa Usai A new release of MySQL was out on July 13 (8.0.21). Among all the changes, there are some that I have already tested and that I really appreciate.