(Thorben Janssen) Since I started talking about microservices and the challenges that you have to solve whenever you want to exchange data between your services, I hear 3 things:
Community
Using DBCA in Silent Mode (19c)
(Liron Amitzi) I have struggled a lot with DBCA in silent mode. Its documentation lacks quite a bit, the error messages are not great, and the tool has quite a few issues.
Oracle WebLogic Server 12.2.1.4.0 Slim Installer
(Dirk Nachbar) Since WebLogic Server 12.2.1.4.0 you have a new edition of the Oracle WebLogic Server, it’s the Slim Installer. The corresponding software you can download under:
Oracle Cloud Infrastructure Resource Monitoring – Alarm triggers Notification when Metrics satisfy Condition
(Lucas Jellema) Oracle Cloud Infrastructure gathers metrics from all OCI resources. These metrics can be visualized and analyzed with the Metrics Explorer. And Alarms can be defined with rules evaluating the metrics that publish to a Notification Topic to signal a situation of interest.
Running dependent DB2 tasks in parallel
(Sebastian Zok) Years ago when I was a consultant I helped a customer move their DB2 system from one data centre to another data centre located in a different country.
Excluding health check endpoints from Serilog request logging
(Andrew Lock) In previous posts in this series I have described how to configure Serilog’s RequestLogging middleware to add additional properties to Serilog’s request log summary such as the request hostname or the selected endpoint name.
Moving Complexity
(K. Scott Allen) I always feel a sense of satisfaction when I move a piece of complexity from outside an object to inside an object. It doesn’t need to be a large amount of code, I’ve learned.
How to Do Multi-Class Logistic Regression Using C#
(James McCaffrey) Basic logistic regression classification is arguably the most fundamental machine learning (ML) technique. Basic logistic regression can be used for binary classification, for example predicting if a person is male or female based on predictors such as age, height, annual income, a
SQL SERVER – Event ID 7000 – The System Cannot Find the File Specified
(Pinal Dave) Many times, I feel that I have so many blogs that I must have covered all common possible error related to the usage of SQL Server. But it looks like there are few easy ones which I missed.
Understanding Query Execution in Relational Database System Architecture
(Manoj Debnath) The Relational Database Management System (RDBMS) is built with numerous complex algorithms and data structure just to store and retrieve information properly.