(Rick Strahl) As some of you probably know I’ve been building out my Markdown Editor, Markdown Monster with many enhancements around the process of Markdown editing.
Community
LocalDateTime Class API Guide in Java 8
(Ramesh Fadatare) Want to learn more about how to implement date and time APIs in your Java projects? Check out this post where we explore different date and time APIs with sample code.
Replicate system-period temporal tables and generated expression columns
(Wei Li and Michael Wendel) Db2 12 function level 503 (V12R1M503) introduces a new built-in global variable, SYSIBMADM.REPLICATION_OVERRIDE, that provides support needed to replicate system-period temporal tables or tables that contain generated expression columns.
Tracking Down a Mysterious 502.5 Error in ASP.NET Core
(K. Scott Allen) When I posted 7 Tips for Troubleshooting ASP.NET Core Startup Errors, I thought I had covered every tip needed to track down any possible startup error. In particular, the last step never fails to reveal the culprit.
I Am Struggling To Understand The Atomic Boundaries Of Redux Actions
(Ben Nadel) For the last few weeks, I’ve been noodling on the implementation of state management in JavaScript applications using tools like Redux and NgRx/Store.
Extended Events: Azure Storage Account Types Matter
(Josh Villareal) I recently had a client approach me on an error that they persistently encountered when attempting to start an extended event session in the Azure SQL Database service. The SqlException error message consisted of the following:
What is the best practice to get a list of all the queries running in MySQL (processlist) ?
(Frederic Descamps) If you are a MySQL DBA for a long time (like me), it’s very complicated to get rid of bad habits. One of them I really need to change is the way to retrieve the list of all the running queries (processlist).
ORA-01720: grant option does not exist for SCHEMA.TABLE
(Flavio Casetta) You are getting ORA-01720: grant option does not exist for SCHEMA.SOME_TABLE while trying to execute CREATE OR REPLACE VIEW V_MY_VIEW because you added the new table SOME_TABLE residing on a different schema and you lack privileges on SOME_TABLE.
Partial Indexes–Take Care With Truncate
(Connor McDonald) Partial indexes are a very cool feature that came along with Oracle 12c. The capability at partition level to control index existence allows for a couple of obvious use cases:
Exploring Autonomous Database – Init Parameters
(biju.thomas) A CDB in Oracle Cloud could host both ATP and ADW (pluggable) databases (see here). Let’s look at the initialization parameter differences at the PDB level for ATP and ADW.
