Oracle Manage SSH public keys with Oracle Key Vault (2/2) 13.11.2023 by Oracle Team Oracle Key Vault 21.7 introduce the SSH key support, a new type of endpoint(SSH server) and a new wallet type (SSH Wallet).
Oracle Manage SSH public keys with Oracle Key Vault (1/2) 13.11.2023 by Oracle Team Oracle Key Vault 21.7 introduce the SSH key support, a new type of endpoint(SSH server) and a new wallet type (SSH Wallet).
Database Administration & Monitoring, Database management PostgreSQL 17: Reset shared statistics at once with pg_stat_reset_shared() 12.11.2023 by Daniel Westermann PostgreSQL comes with several catalog views which expose cluster wide statistics. One of them is the new pg_stats_checkpointer view we’ve talked about previously. To reset some of those statistics there is pg_stat_reset_shared().
DevOps Cloudbees CD/RO, Pipelines advanced parameters 10.11.2023 by Nicolas Meunier Cloudbees CD/RO is a highly flexible tool. You can define your own customized parameter forms for pipelines or procedures.For example, the same parameter form can be adapted according to the users: user-friendly for common users or more permissive for admin(…)
Enterprise content management Alfresco – Use Alfresco for a Trivia Game – Play the game 07.11.2023 by Morgan Patou In previous blogs (here & here), I talked about the Repository skeleton necessary and then about how to use REST-API to add questions and answers into Alfresco for the Trivia Game. In(…)
Database Administration & Monitoring, Database management PostgreSQL 17: New catalog view pg_stat_checkpointer 06.11.2023 by Daniel Westermann Up to PostgreSQL 16 checkpointer related statistics are available in pg_stat_bgwriter. As the work of bgwriter and checkpointer has been split into two separate processes back in 2011 for PostgreSQL 9.2 (see 806a2aee3791), it makes sense(…)
Enterprise content management Alfresco – Use Alfresco for a Trivia Game – Add questions 06.11.2023 by Morgan Patou In a previous blog, I talked about using Alfresco to setup a simple Trivia Game and more specifically the Repository part of it, i.e., the meta-model and the structure I will use. In this second part,(…)
Enterprise content management Alfresco – Use Alfresco for a Trivia Game – Repository skeleton 06.11.2023 by Morgan Patou Have you ever wondered how you could use Alfresco to run a Trivia Game? No? Strange, I believe that should be a very important question to ask yourself when you are looking for an ECM for your company! If you(…)
Database Administration & Monitoring, Database management DBVISIT StandbyMP for PostgreSQL – 3 – Switchovers 06.11.2023 by Daniel Westermann In the last two posts (here and here) we’ve installed and configured DBVISIT StandbyMP for PostgreSQL and created a simple primary -> replica setup. Most of the replication(…)
Database Administration & Monitoring, Database management What is the maximum number of columns for a table in PostgreSQL? 05.11.2023 by Daniel Westermann In our PostgreSQL DBA Essentials workshop we’re also letting the attendees know about the limits of PostgreSQL. Those limits are documented but one of those limits might not be very clear. The(…)