(Pinal Dave) I am not sure what changes I made in one of my Virtual Machine, but I was running into an issue. In this blog, we would discuss how to fix error “The ‘SqlStudio Profile Package’ package did not load correctly” while launching Visual Studio.
Community
MySQL Adventures: Metabase Sync May Eat Your InnoDB Buffer Pool
(Bhuvanesh) To continue our adventures on MySQL, today we investigated one more issue about MySQL’s memory consumptions. It’s not a very big deal but looks something interesting/warning if you are using Metabase.
Comparison between #Oracle and #Exasol
(Uwe Hesse) After having worked with both databases for quite some time, this is what I consider to be the key differences between Oracle and Exasol.
APEX Plugin: Execute PL/SQL code and return content to page (updated)
(Morten Braten) Oracle APEX has a built-in Dynamic Action called “Execute PL/SQL Code” that executes a block of PL/SQL code on the server via an Ajax call (ie does not do a regular submit and reload of the whole page).
Modal Dialogs Part 1 – Intro
(Tobias Arnhold) In this 5 part series of blog posts I will share my understanding of how you can open modal dialogs with dynamic values.
FFmpeg Deployment With AWS Lambda Under Node.js Platform
(Satish Wadekar) I was working on FFmpeg for a task related to audio files, and it worked fine on my local machine. So, I wanted to bundle it up in AWS Lambda but I had to struggle a lot. Here is how you can deploy FFmpeg with AWS LambdaWS Lambda, with the help of some NPM.
Db2Night Show #z94: Data Masking for Db2 on z/OS
(Martin) 100% of our studio audience learned something!Kai described the requirements and issues when creating Db2 test data.
JavaScript Performance Pitfalls in V8
(Benedikt Meurer) In recent years, JavaScript engines have improved on all fronts. The performance of JavaScript has reached a level where it can easily compete with programming languages that have traditionally been considered more appropriate for high-performance computing.
Using A Wild Card Route (**) To Traverse Arbitrarily Nested Data In Angular 7.2.4
(Ben Nadel) One of the things that I truly love about the Angular Router is that it enables us, as application developers, to move more and more application state into the URL (thank you so much for Auxiliary Routes).
await the async Letdown
(K. Scott Allen) Microsoft added async features to the C# language with more than the usual fanfare. We were told async and await would fundamentally change how .NET developers write software, and future development would be async by default.
