(Percy Reyes) As SQL Server DBAs we may need to generate a script for the creation of all Primary Keys, Unique and Foreign Key constraints. We know with the SQL Server native tools that there is not a way to meet this need all at the same time.
Author: SSWUG Research
Fixing 19c runcluvfy.sh – PRCZ-2004 : File ‘/usr/local/bin/sudo’ was not found
(mdinh) Running runcluvfy using -method sudo -user oracle failed and not sure why path for sudo is hard coded.
Integrating Live Agents using Oracle Service Cloud, Zendesk, and ServiceNow with the Oracle Digital Assistant
(Scott Wall) Oracle Digital Assistant (ODA) is a robust and versatile chatbot platform that can be utilized for a variety of use cases. One such use case is to provide relief to a costly and overworked live agent support staff.
OIC Process: Auto-Mapping Elements in the Data Mapper
(Jan Kettenis) When mapping data in the Oracle Integration Cloud (or OIC for short) you sometimes discover that elements you want to map from are not always available as a source on the left-hand side.
Manage InnoDB Cluster using MySQL Shell Extensions
(mortensi) At times, when playing with different InnoDB Clusters for testing (I usually deploy all Group Replication instances on the same host on different ports) I find myself stopping the group and doing operations on every instance (e.g. a static reconfiguration).
How to Design Messages for gRPC Services in .NET Core
(Peter Vogel) Defining your gRPC service using the Protocol Buffers specification is pretty easy. There are just a couple of things to be aware of as you convert from the specification to .NET Core and then manage your service’s evolution.
Linking My Loggly JSON-Parsing Bookmarklet To My JSON Explorer App
(Ben Nadel) At work, we use Loggly as our log aggregator. Loggly has great search functionality; but, it has a host of user experience (UX) problems. Over the years, I’ve been trying to improve the UX of Loggly on my end with Bookmarklets, which has been a life-saver.
C# 8 Interfaces: Static Main — Why Not?
(Jeremy Bytes) When taking a closer look at C# 8 interfaces, we come across static members. Last time we looked at using static fields and methods in an interface. But things get stranger. An interface can have a “static Main” method, which means that this is a valid application:
Anomaly detection with SQL on Db2
(Javier Estrada Benavides) Anomaly detection is perhaps one of the hottest sub-topics in Analytics and Data Science. There are many ways to begin with these fields of study, and one of the first steps that both disciplines have in common is to know your data, and we can’t stress it enough.
Matching patterns with Java
(Sebastian Daschner) If you’re using Java, there’s a high chance you’ve seen its pattern matching before. The String#matches(String) method internally uses the Pattern type, which comprises more complex functionality:
