(Martien van den Akker) Yesterday and today I have been attending the UKOUG TechFest ’19 in Brighton. And it got me eager to try things out. For instance with new Oracle DB 19c features.
Other News
Interpreted code in APEX
(Scot Wesley) A few years ago I posted a comparison between plugin code left in the source attribute, vs code that has been transferred to a PL/SQL package.
Getting the most out of in-memory
(Connor McDonald) First of all … Happy New Year! This is my first post for 2020. Last year, I fell just short of 100 blog posts for the year – so this year, I’m starting early and hopefully I can crack the 100 mark! Anyway..onto the post.
Create an Azure Function to execute SQL on a Snowflake Database – Part 2
(Koen Verbeeck) Azure Data Factory currently doesn’t have an integrated connector for the Snowflake cloud data warehouse. A work-around is to use Azure Functions to send SQL statements to Snowflake. In this two-part tip, we explain how you can create and use such an Azure Function.
Styling Your Angular 9 App with Bootstrap 4 Jumbotron, Tables, Forms and Cards
(Ahmed Bouchefra) In this tutorial, we’ll learn how to integrate and use bootstrap 4 with Angular 9.
A HighlightJs Copy Code Badge Component
(Rick Strahl) A while back I created a small addon component for use with HighlightJs that provides the ability to copy a code snippet and display the active language in a little badge above the code snippet.
MySQL InnoDB Cluster 8.0 – A Complete Operation Walk-through: Part Two
(Ashraf Sharif) In the first part of this blog, we covered a deployment walkthrough of MySQL InnoDB Cluster with an example on how the applications can connect to the cluster via a dedicated read/write port.
Announcing Obfuscated Column Data Loading with SLOB
(Kevin Closson) I announced availability of SLOB 2.5.2.2. It is primarily a small bug fix release but also has an undocumented new feature.
SQL SERVER – Parameter Sniffing and OPTIMIZE FOR UNKNOWN
(Pinal Dave) I consider myself fortunate that I often receive a follow-up question from my earlier blog posts. Today we will discuss Parameter Sniffing and OPTIMIZE FOR UNKNOWN. In the earlier blog post, I had discussed how one can avoid the parameter sniffing by declaring the local parameter.
Learn About Reactive Forms In Angular
(Mohammad Irshad) In Angular, the reactive forms are use to create the forms in which the code and logic resides in the component class.
