(Jakub Granieczny) Until 19.1 ORDS provided a built-in printing engine based on Apache FOP which allowed you to download a PDF version of your reports and XLS-FO templates in a very easy manner.
Community
AWS Shop example: API Gateway (2)
(Frederique Retsema) Last time, I talked about the API Gateway [1].
Vagrant Oracle Linux and the Vagrant user: use a password
(Martien van den Akker) Last year and earlier this year I have been struggling to create a new Vagrant box based on an installation of the Oracle Base box.
New performance and security feature in Db2: Authentication cache
(Henrik Loeser) The recent release of Db2 11.5.3 (Db2 V11.5 Mod Pack 3) includes a small gem that impacts both performance and security. It is a cache for User ID and Password-based authentication.
Kotlin Coroutines and Delay
(David Walsh) Whenever I suspect that there’s a timing conflict causing a problem with rendering and directives, I usually opt for a JavaScript setTimeout with a delay.
Fundamentals of table expressions, Part 3 – Derived tables, optimization considerations
(Itzik Ben-Gan) In Part 1 and Part 2 of this series, I covered the logical, or conceptual, aspects of named table expressions in general, and derived tables specifically.
Connecting to Azure SQL Database: Requested tenant identifier ‘00000000-0000-0000-0000-000000000000’ is not valid.
(Kenneth Fisher) The other day I got this rather interesting error while connecting to an Azure SQL DB.
Let’s Develop an Angular Application – Display the Bike Details in Bike-details Component
(Shervin Cyril) This article explains how to pass data from one component to another by clicking the component. Here, we will see the use of a custom event binding in Angular.
SQL SERVER – List Database Available for Current User – HAS_DBACCESS
(Pinal Dave) One of the pre-requesting of Comprehensive Database Performance Health Check is to have access to the database which we are going to tune. You may find it surprising that quite a few times, I ended up in a situation where I have a client who wants me to help with their database performa
Prepare MySQL for a Safe Shutdown
(Jake Davis) In Percona’s Managed Services, we start up and shut down MySQL servers all the time. Over the years, we’ve seen various issues occur due to the way servers are shut down.