(Ben Nadel) So last night, I was listening to the latest episode of JS Party, when Divya Sasidharan said something that rocked my world.
Author: SSWUG Research
Weird ORA-01031: insufficient privileges on DGMGRL
(Rodrigo Jorge) Those days, my production dataguard system suddenly started to receive a weird ORA-01031: insufficient privileges on DGMGRL for any task like “show configuration” or “edit database set state”.
Handling Events In Kendo SpreadSheet Using jQuery
(Gowtham K) Basically, JavaScript interacts with HTML though events, and different types of events will be fired when the HTML page loads.
SQL SERVER – Top Reasons for Slow Performance
(Pinal Dave) Yesterday, I had asked a very simple question on twitter about the top reasons for the slow performance. I had received a lot of interesting answers and perspectives on that topic. Lots of people also sent me a detailed email as they thought there is not enough space to type the answer
MySQL Table can have the WASTED/FRAGMENTED space without data deletion ( DELETE ) ?
(Sri Sakthivel Durai Pandian) Yes, INSERT’s with the ROLLBACK can also create the table fragmentation . In this blog I am going to explain how the INSERT is causing the table fragmentation .
Db2 for z/OS: Clearing Up Some Matters Pertaining to 10-Byte RBA and LRSN Values
(Robert Catterall) At this time, many Db2 for z/OS-using organizations have already completed their migration to Db2 12. Others are still in the process of accomplishing that migration, or are finalizing migration plans.
ML.NET Model Builder for Machine Learning Adds Recommendations
(David Ramel) Microsoft’s latest update of ML.NET Model Builder adds a recommendation scenario to the machine learning (ML) framework, along with image classification model training functionality.
Understanding the Utility of Iostreams in C++
(Manoj Debnath) The iostream classes are the first library classes we encounter when we begin with C++. The primary services that we deal with these classes is solving general I/O problems.
Working with IWebHostEnvironment and IHostingEnvironment in dual targeted ASP.NET Core Projects
(Rick Strahl) With .NET Core 3.1 Microsoft broke a fairly low level abstraction by effectively renaming IHostingEnvironment and replacing it with IWebHostEnvironment. IHostingEnvironment still exists in .NET Core 3.x and can still be used and it still works, but it’s been marked as deprecated and wi
AWR records top 30 SQLs by default
(Bobby Durrett) I forget that Oracle’s AWR only records the top 30 SQL statements in each snapshot by default. I am not sure how long this link will last but here is a 19c manual page describing the default: 19c manual – see the topnsql setting.
