(Jan Kettenis) With the Oracle Integration Cloud, when you have to call a service from a Process you can choose to call an external service directly or you can put an Integration in between. This article gives some directives why you may want to do the latter, and how to prevent a pitfall that is ea
Author: SSWUG Research
Size of Flashback Logs
(Marco Mischke) The todays blog post is about the Flashback Database feature inside the Oracle Database. I use this feature mostly in the context of Data Guard, but there are also other possible use cases like having a fallback during updates/upgrades etc.
Ansible tips’n’tricks: defining –extra-vars as JSON
(Martin Bach) While I’m continuing to learn more about Ansible I noticed a nifty little thing I wanted to share: it is possible to specify –extra-vars for an Ansible playbook in a JSON document in addition to the space-separated list of key=value pairs I have used so often.
Cache in Java With LRU Eviction Policy
(Sunil P V) LRU (or Least Recently Used) is a cache eviction strategy, wherein if the cache size has reached the maximum allocated capacity, the least recently accessed objects in the cache will be evicted.
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.
Customize Current Theme From Power BI Desktop Without Using JSON – Part One
(Dhruvin Shah) In this article, we will talk about how we can customize the current Power BI report theme in Power BI. Power BI launched this amazing feature in its December 2019 update.
How to Monitor MySQL Deployments with Prometheus & Grafana at ScaleGrid
Monitoring your MySQL database performance in real-time helps you immediately identify problems and other factors that could be causing issues now or in the future. It’s also a good way to determine which components of the database can be enhanced or optimized to increase your efficiency and perform
SQL SERVER – SQL Server Agent Missing in SQL Server Configuration Manager
(Pinal Dave) If you search on the internet, you will find various combinations of missing services. One of the common situations is to have ALL SQL related services missing from SQL Server Configuration Manager.
How C++ Implements Late Binding
(Manoj Debnath) Binding a function necessarily means connecting the point of function invocation to its body. This binding can happen two ways: statically or dynamically. When the binding is done before the program actually executes, it is said to be early/statically bounded.
Function Monkey for F# Quickstart Video
(James) The documentation for using Function Monkey with F# is finally on its way! I’ve got an actual documentation site under construction at the moment and it includes video content – the first of which is here!
