(Denny Cherry) Yes, absolutely. In order to do this, you need to configure the replication to use the Availability Group listener as the subscriber. That way, the database that you’re using as the subscriber will follow the AG.
Community
Aspirations for Being a Lazy DBA? Maybe DevOps is the Answer!
(Julia Carter) When I was much younger, even more naïve and less cynical than I am now, I was amazed by one of my colleagues who created some ISPF panels with some REXX and Cobol behind them to automate the process to accomplish one of our common DBA tasks.
How to Map MySQL’s TINYINT(1) to Boolean in jOOQ
(lukaseder) MySQL 8 does not yet support the BOOLEAN type as specified in the SQL standard. There is a DDL “type” called BOOL, which is just an alias for TINYINT:
Use Performance Counters in .NET to measure Memory, CPU, and Everything – Full Guide
(Michael Shpilt) There’s an incredible built-in mechanism in Windows called Performance Counters that allows you to follow a whole lot of useful metrics.
Locating LaunchDarkly Feature Flag References In Your Application Code In Lucee 5.3.2.77
(Ben Nadel) At InVision, we’ve been using – and loving – LaunchDarkly feature flags for the last 3-years. Feature flags have completely changed the way that we approach application development.
Getting Started with AutoML for ML.NET
(James McCaffrey) Microsoft ML.NET is a code library for .NET Core (the multi-platform version of the .NET Framework).
SET PERSIST in MySQL: A Small Thing for Setting System Variable Values
(Marco Tusa) To set correct system variable values is the essential step to get the correct server behavior against the workload.
sqlldr, direct path loads and concurrency in 12.2 and later
(Martin Bach) In my previous post I showed you that Oracle’s SQL loader (sqlldr) utility has a built-in timeout of 30 seconds waiting for locked resources before returning SQL*Loader-951/ORA-604/ORA-54 errors and failing to load data.
Coalesce Partition and Subpartition
(Jagruti Jasleniya) As we saw in previous posts by just defining number of partitions we can create partitions in HASH partition or *-hash subpartitions paritioning type.
Oracle EBS 12.2 on-prem is now certified with Oracle 19c – and will become a PDB
(Mike.Dietrich) Great news – and I’m just putting the pieces together. Oracle EBS 12.2 on-prem is now certified with Oracle 19c.
