(Robert Crames) After starting SQL Developer 18.4 on a Windows 10, the SQL Developer tile is shown in the taskbar, but the Startscreen is not shown on the desktop.
Other News
$GRID_HOME/bin/ocrconfig.bin: error while loading shared libraries: libaio.so.1:
(Anuradha Mudgal) We are going to have look on the steps which use to solve the issues “$GRID_HOME/bin/ocrconfig.bin: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory”.
Database Migration from non-CDB to PDB – Clone via NON$CDB, upgrade, convert
(Mike.Dietrich) The third option for plugging in a non-CDB is called Database Migration from non-CDB to PDB – Clone via NON$CDB, upgrade, convert.
Fill In Missing Dates for SQL Server Query Output
(Jim Evans) When analyzing and reporting data occurrences over time with a roll up by a date part like week, day, hour, etc. often you will have gaps in your date values that will need to be accounted for.
Understanding React Components
(Mahesh Verma) As we know React and Angular are totally based on components. To create an application, we create one or more components. In this article, I am going to explain about components in React.
Temporary stored procedures
(Kenneth Fisher) tl;dr; Temporary stored procedures are excellent for testing pieces of code that are going to go into (or come from) stored procedures. Because parameters are different than variables.
DevOps is Coming to Db2 for z/OS
(Craig S. Mullins) Mainframe development teams are relying on DevOps practices more extensively, bringing the need to incorporate Db2 for z/OS database changes into the toolset that is supporting their software development lifecycle (SDLC).
Java SimpleDateFormat Is Not Simple
(Manjula Jayawardana) Turns out, Java’s SimpleDateFormat is not all that simple.
Uri.AbsoluteUri and UrlEncoding of Local File Urls
(Rick Strahl) I have a love/hate relationship with the System.Uri class. It’s great when it works as you expect, but I’ve had a few of battles related to Url encoding and decoding and in this post I’ll point out one oddity that bit me today.
How a Compiler Deals with Inline in C++
(Manoj Debnath) The idea of inline is derived from C’s preprocessor macros, which, in turn, is derived from assembly language programming.
