(Fernando Salgado) As mentioned in the previous post, historical data collection can be kept in the Oracle Enterprise Manager (OEM) repository for reporting purposes, depending on the metric settings.
Other News
Installing Oracle GoldenGate 19c Microservices – Binaries Only
(Bobby Curtis) It has taken me some time to get around to doing more videos; mostly because I don’t like the way that I sound when I hear my voice.
Database Schema Change and DevOps
(Craig S. Mullins) Traditionally, the DBA is the custodian of database changes. The DBA is the information technician responsible for ensuring the ongoing operational functionality and efficiency of an organization’s databases and the applications that access those databases.
Use AutoMapper To Map One Object To Another In ASP.NET Core
(Bipin Joshi) While developing ASP.NET Core web applications you often need to transfer data residing in one object into another. You can accomplish this task manually by setting properties of the target object with the values from the source object.
Setting Cloud Role Name in Application Insights
(Dave Paquette) This post is a continuation of my series about using Application Insights in ASP.NET Core. Today we will explore the concept of Cloud Role and why it’s an important thing to get right for your application.
Avoiding the Debugger with Better Logging
(K. Scott Allen) There’s actually two reasons why I tend to avoid using debuggers. The first reason is a genuine belief that debuggers encourage short term thinking and quick fixes in software.
SQL SERVER – SqlServerWriter Missing in vssadmin List Writers Command
(Pinal Dave) There are multiple ways by which we can take a backup of the SQL Server database. One of the methods used by 3rd party providers is using VSS (Volume Shadow Copy Service). One of my clients contacted me that 3rd party backup is failing.
Tips for Delivering MySQL Database Performance – Part One
(Bart Oles) The database backend affects the application, which can then impact organizational performance. When this happens, those in charge tend to want a quick fix. There are many different roads to improve performance in MySQL.
Singleton Design Pattern With Java Sample
(Nagaraj M) Singleton design pattern is a creational design pattern. It is used to maintain single instance throughout the application.
Microsoft Tools That Help Query Tuning
(Grant Fritchey) Query tuning is not easy. In fact, for a lot of people, you shouldn’t even try. It’s much easier to buy more, bigger, better hardware. Yeah, the query is still slow on newer, faster hardware, but not as a slow as it was.
