(Sidhu) It is actually a dumb one. I was disabling triggers in a schema and ran this SQL to generate the disable statements. (Example from here)
Community
Automated Cloud Scale Performance Monitoring capabilities with Exadata Software version 19.1
(Syed Jaffar Hussain) Starting with v12.2, Oracle Autonomous Health Framework (AHF) multiple components work together 24×7 autonomously to keep the database system healthy and reduces human intervention & reaction time utilizing machine learning technologies .
SQL SERVER – Error 1051: A Stop Control Has Been Sent to a Service that Other Running Services are Dependent On
(Pinal Dave) Sometimes there are some random unexpected errors and it’s always fun to find the cause of them. In this blog we would learn about an error 1051 (A stop control has been sent to a service that other running services are dependent on) which I received while stopping SQL Service in my lab
Oracle’s Automatic Memory Management and the SPFILE
(David Fitzjarrell) Automatic Memory Management (AMM) has been available since Oracle version 11, and it does a respectable job of managing the SGA and PGA.
Code Your Own Event Emitter in Node.js: A Step-by-step Guide
(Rajesh Pillai) This is a step by step guide to how to code your own event emitter in Node.js.
Adventures In Angular, Episode 224: The Irrational Demonization Of Two-Way Data-Binding In Angular With Ben Nadel
(Ben Nadel) A couple of weeks ago, I wrote a post titled, “On The Irrational Demonization Of Two-Way Data-Binding In Angular”. That post was a reaction to the unfortunate degree of misinformation that I keep seeing and hearing about Angular.
MySQL 8.0 and user password management
(Frederic Descamps) I already covered some information related to users password recently (see this post and this one).
Patch conflicts
(Connor McDonald) My last post was about patching my home databases from 18.3 to 18.5 on Windows, and how I encountered a patch conflict when I tried to patch the JVM.
Connect to On-premises Data in Azure Data Factory with the Self-hosted Integration Runtime – Part 2
(Koen Verbeeck) In part 1 of this tip, we have set up a self-hosted IR environment in an Azure Data Factory (ADF) environment. We then added a node to this IR hosted on our local machine. Through this node, ADF will be able to connect to local resources, such as a local database instance of SQL Serv
A Deep Dive Into Angular Animations
(Usama Shahid) This article will teach you how to add animations to your Angular apps. By the end of this article, you’ll have a good understanding of how to write clean and maintainable animation code.
