Enterprise content management, Oracle, PostgreSQL A generic jdbc tester (part I) 27.01.2023 by Oracle Team A generic utility to test JDBC connections to any RDBMS or no SQL data source whose JDBC drivers are provided. Listing, PostgreSQL, Oracle Thin.
Cloud, Oracle OCI : How to change VCN Name? 27.01.2023 by Marc Wagner Starting my first experience with Oracle Cloud Infrastructure, I played with my lab and wanted to change my VCN name. I thought it might be more than easily with the Web Console, but could realise this was not possible. I(…)
Oracle SEHA on ODA? 27.01.2023 by Marc Wagner SEHA means Standard Edition High Availability. SEHA is fully integrated with Oracle Grid Infrastructure starting with Oracle Grid Infrastructure 19c, and more specifically since RU 19.7. SEHA provides then cluster-based failover for single-instance Standard Edition Oracle Databases using Oracle Clustware.
Patching WebLogic with Stack Patch Bundle (SPB) 27.01.2023 by Middleware Team Oracle delivers patches for WebLogic every 3 months. These Critical Patch Updates (CPU) are often composed of multiple patches which makes even more steps to have them installed on server: Download Copy on server Installation via opatch Since April 2021,(…)
Oracle Deploying 11.2.0.4 on a recent ODA 25.01.2023 by Jérôme Dubar How to deploy 11gR2 database on a modern ODA(…)
Database Administration & Monitoring, Database management, Oracle Upgrade OEM 13c from R4 to R5 24.01.2023 by Oracle Team By Mouhamadou Diaw Upgrading Enterprise Manger Cloud Control can be tricky. In this blog I am describing an upgrade I did for a client. The source version is OEM13c R4 And the target version will be EM13c R5 Before(…)
Database Administration & Monitoring, Database management, PostgreSQL How to submit a talk for a conference 23.01.2023 by Open source Team I already did some talks at conferences and I had already the honor to select talks for a conference. During this talk selection I found some excellent examples on how to do to a proposal, but unfortunately also some examples(…)
Oracle Configuring a SMTP relay on Oracle Linux Server v8 23.01.2023 by Marc Wagner For some internal DMK (https://www.dbi-services.com/fr/produits/dmk-management-kit/) development I had to configure a SMTP relay on my VM. Purpose of the SMTP relay is to send the email locally from DMK without any authentication. This Email will be(…)
Database Administration & Monitoring, SQL Server SQL Server: Heap page deallocation and IndexOptimize 23.01.2023 by Steven Naudet Introduction HEAP tables are a type of data structure that, unlike a clustered index table, does not have a specific ordering of its rows, making them faster to insert and delete data. They are often used for temporary “staging” tables.
Database Administration & Monitoring, Database management PostgreSQL 16: reserved_connections 22.01.2023 by Daniel Westermann The maximum number of connections that PostgreSQL will allow, is controlled by the max_connections parameter. By default this allows a maximum of one hundred connections: postgres=# show max_connections; max_connections ----------------- 100 (1 row) In reality not one hundred connections(…)