(Liron Amitzi) Sometimes you get an alert from OEM but you can figure out why. It would help a lot if you could see the test and understand what exactly OEM is checking.
Community
Do you need to apply OJVM patches to Grid Infrastructure?
(Mike.Dietrich) From time to time, when I discuss OJVM patching with customers, I hear the following question: Do you need to apply OJVM patches to Grid Infrastructure? I’m carrying around this topic since months actually.
The Benefits of Amazon RDS for MySQL
(Brian Sumpter) As the world’s most popular open-source database, MySQL has been around the block more than a few times. Traditionally installed in on-premise data centers, recent years have shown a major trend for MySQL in the cloud, and near the top of this list is Amazon RDS.
Using Create-React-App and .NET Core 3.0 to Build a React Client (Global Weather) – Part 1
(Fred Song) In this article, we will build React websites that seamlessly work with ASP.NET Core 3.0 as the back-end server. By the end of the article, we will show you how to create a weather Client with Create-React-App, implementation using Form Components, styling UI with Bootstrap, and call the
Azure Data Factory Execute SSIS Package Activity
(Fikrat Azizov) In previous posts we discussed a few Azure Data Factory (ADF) activities that have similar functionality to SQL Server Integration Services (SSIS) tasks. However, we also learned that in some cases SSIS components are more powerful and flexible than their ADF counterparts.
#0417 – SQL Server – Select row count of local temp tables
(Nakul Vachhrajani) I was recently contacted by a fellow team member who was interested in finding out the number of records in a temporary table which was being used as part of a long-running script.
Sequence Contains No Elements
(Thomas LaRock) I came across this “Sequence contains no elements” error when using Always Encrypted a while back and wanted to write a quick post. In this case, I was trying to encrypted a computed column.
Projections with JPA and Hibernate
(Thorben Janssen) Choosing the right projection when selecting data with JPA and Hibernate is incredibly important.
Practical RPG: Encapsulating Your Data with Extension Files, Part 2
(Joe Pluta) In my previous article, I explained how to use extension files to encapsulate a legacy database. This allows you to add new data points to the database without the impact of changing an existing master file.
Using Function Monkey with MediatR
(James) There are a lot of improvements coming in v4 of Function Monkey and the beta is currently available on NuGet. As the full release approaches I thought it would make sense to introduce some of these new capabilities here.