(Rodrigo Jorge) On OCI, sometimes you may want to restrict the capability of a given group to only manage databases in a given compartment.
Community
Tweaking Classic Reports
(Scott Wesley) I like classic reports in Oracle APEX.
Redis-Based TransferQueue in Java
(Nikita Koksharov) In this article, see an example of how to create an instance of an RTransferQueue object in Redisson.
A Guide to Db2 Performance for Application Developers
(Craig S. Mullins) DBAs: are you looking for a way to help train your developers to code more efficient Db2 application programs?
Is C# Slower Than C++?
(Michael Shpilt) Is C# slower than C++? That’s a pretty big question. As a junior developer, I was sure that the answer is “Yes, definitely”.
Rendering a Bootstrap Popover using ASP.NET Core Razor Pages and AJAX
(Matthew Jones) Let’s see how to render a popover using a dedicated Razor Page and a jQuery AJAX call. Samples included!
F# 5 Preview Focuses on Interactive Analytics
(David Ramel) Microsoft is previewing F# 5, the latest iteration of its functional-first programming language, as it moves toward a unifying .NET 5 release in November.
Configuring a Read-Only Web Interface for Orchestrator
(Ceri Williams) In the MySQL ecosystem, orchestrator is the most popular and well-respected high availability and topology management tool, integrating well with other solutions such as ProxySQL. It facilitates automatic (or manual) discovery, refactoring and recovery of a replicated MySQL environme
SQL SERVER – TempDB and Trace Flag 1117 and 1118 – Not Required
(Pinal Dave) Yes, it is true that from SQL Server 2016, Trace Flag 1117 and 1118 are not required. Recently I was hired by a large banking firm to help them with the Comprehensive Database Performance Health Check.
Learn Components in Angular for Beginners – Part Three
(Khaja Moizuddin) In this article, we will learn about components in Angular applications. This article is the continuation of my previous article that is “Learn Angular’s Folder Structure & Execution Flow For Beginners – Part Two”.