(Jeffrey Kemp) Oracle has updated apex.oracle.com to APEX 20.1 which includes among other features the new “Friendly URL” option.
Community
DB Links and ADB – Dos and Don’ts
(Syed Jaffar Hussain) DB Link simplifies data sharing across oracle databases. And DB link is created using the CREATE DATABASE LINK SQL command, a very simple and straight forward method.
The size of Docker images containing OpenJDK 11.0.6
(Maarten Smeets) When running Java applications in containers, you need to be careful with your resources. If you’re not careful with layering your images (for example using Google’s Jib), you can quickly get into disk-space issues, especially when your base image and/or application gets updated reg
Block Storage Migration in Open Environments
(Francesco Anderloni, Matthew DiVito, Bert Dufrasne, Roger Eriksson, Christopher Moore, Markus Oscheka, Duncan Simpson, Stephen Solewin) Companies need to migrate data not only when technology needs to be replaced, but also for consolidation, load balancing, and disaster recovery (DR).
Managing Transactions with Spring and Spring Data JPA
(Thorben Janssen) Spring Boot and Spring Data JPA make the handling of transactions extremely simple. They enable you to declare your preferred transaction handling and provide seamless integration with Hibernate and JPA.
What Prevents You From Securing Your Servers?
(Grant Fritchey) Reading about how hackers are using SQL Server instances that are exposed on the internet AND have weak passwords to work into systems, I’m sitting here wondering why.
Azure SQL Database – Error Logs?
(blobeater) Ok, so Azure SQL doesn’t really have its own error log based somewhere on a machine within \MSSQLLog directory but the closest thing you will get is a system catalog view called sys.event_log which is very useful.
Xamarin.Forms – Build Auth App With Node.Js And MongoDb
(Ahsan Siddique) Nowadays we are spotting Node.Js everywhere in the software industry. The demand for Node.Js developers is increasing day by day.
MongoDB Compass – Missing a Schema Section
(Pinal Dave) While working on SQL Server Comprehensive Database Performance Health Check, with a client who uses many different SQL and NoSQL databases. During the consultation engagement, we ended up a very interesting query which actually runs faster on MongoDB and slows on SQL Server.
18 Things You Can Do to Remove MySQL Bottlenecks Caused by High Traffic (Part Three)
(Peter Zaitsev) A poorly configured MySQL Server can cause severe issues, especially under high load during a traffic spike, yet getting the basics right is not that hard.