(Martin Bach) As promised in the earlier post here are my notes about installing Oracle Restart 19c on Oracle Linux 7.7 using the RedHat compatible kernel (RHCK).
Other News
Storage options in Oracle Cloud Infrastructure
(Jagruti Jasleniya) Storage is an integral part of any cloud project life cycle. Oracle provides distinct storage options according to the need of data being accessed .
Install Homebrew for Linux in Azure Cloud Shell
(Daniel Neumann) As macOS user you properly know Homebrew the package manager and you might know that you can install it also on Linux.
GitHub Draft Pull Requests
(Steve Smith) A feature introduced last month by the GitHub team is called draft pull requests. When you create a Draft Pull Request, it cannot be merged until it is marked as ready for review.
Experimenting With Chained Keyboard Events Using Event Plug-ins In Angular 9.1.0
(Ben Nadel) Over the weekend, I tried to showcase the awesome power of multiple cursors in Sublime Text 3 (ST3). As I was doing that, I thought about two of the ST3 key combinations that I use all the time: CMD+K followed by either CMD+U (uppercase) or CMD+L (lowercase).
Row scanned equals to 1, Is the query is optimally tuned ?
(Karthik P R) A few days ago one of our intern @mydbops reached me with a SQL query.
Power Query Source for SQL Server Integration Services
(John Miner) The adoption of Power BI desktop and Power BI service has been gaining movement ever since it was released five years ago. Power Query is used to import/transform the data into the model and Power View is used to visualize the data in reports.
AWS Key Management System ( AWS KMS) to Encrypt and Decrypt Using the AWS Java 2 SDK
(James A. Brannan) In this tutorial, we explore the AWS Key Management System (AWS KMS) to encrypt and decrypt data via the AWS Java 2 SDK. This tutorial encrypts/decrypts in two different ways.
The EXECUTE permission was denied on the object ‘xp_prop_oledb_provider’, database ‘mssqlsystemresource’
(Jack Vamvas) Question: When attempting to expand the Catalogs in the linked server object defined, I received below message.How can I fix this problem?
New features between Java 8 and Java 14
(Ondrej Mihalyi) Since version 9, Java has new features every 6 months and it’s very hard to keep track of these new changes.