(Frits Hoogland) This post is about how to use gdb, which is a debugger, so very simplistically put an aid for looking at C programs, as a profiler. I use gdb quite a lot for profiling because it’s the easiest way for profiling for me.
Community
Writing a BLOB to a File – Comparison Between PL/SQL and Java
(Nenad Noveljic) I asked the question on Oracle-L to learn about the use cases where people prefer database JVM to PL/SQL. One reason that appeared was better performance when writing BLOBs to files.
Performance Hub and SQL Developer Web
(Jeff Smith) One of the base features of Oracle SQL Developer Web is the Performance Hub. This performance diagnostics feature might be familiar to you if you have ever used EM Express.
Notification for SQL Server Database in Single User Mode
(Atul Gaikwad) While working on a new production server, somehow a database was changed to single user mode and we were not notified until the application team informed us that they were not able to connect to the database and were getting errors.
Server Side Pagination Using ASP.NET Core And Angular 8
(Siddharth Gajbhiye) In this article, we will learn how to create server side paging which is very useful whenever we have to display large number of records.
Routing Basics in ASP.NET Core 3.0
(Matthew Jones) My team is finally building a full-blown ASP.NET Core 3.0 project in our production environment, and we could not be more excited!
Implementing the Internet of Things with MySQL
(Robert Agar) The Internet of Things (IoT) has grown from an interesting concept to a paradigm that is changing the way individuals and businesses operate in the 21st Century.
Oracle Cloud Infrastructure – Leveraging API Gateway as Read Only Cache from serverless Function
(Lucas Jellema) This article demonstrates a set up that is probably mainly of theoretical interest or maybe useful in demonstrations. I describe how we can invoke an OCI serverless Function through the API Gateway and ask the serverless function for values that are read from a [read only] cache.
SQL SERVER 2019 – How to Enable Lock Paged in Memory LPIM?
(Pinal Dave) With the release of SQL Server 2019, there were enhancements that are known and talked about. There are few minor changes in SQL Server Configuration Manager which were un-noticed.
Create Charts In ReactJS Using Chart.js
(Sanwar Ranwa) In this article, we will learn how to create charts in ReactJS application using the Chart.js library. Chart.js is an open source JavaScript library for creating charts.