(Peter Vogel) You can store encrypted values in your ASP.NET Core configuration file and seamlessly decrypt the values as you retrieve them. But there are, at least, two issues that you’ll need to address.
Community
A small thing that can save a lot of mess, meet: SET PERSIST
(Marco Tusa) To set correct system variable values is the essential step to get the correct server behavior against the workload.
sqlldr, direct path loads and concurrency in 12.1 and earlier
(Martin Bach) I have recently come across an interesting issue related to concurrent data loading into the Oracle database using sqlldr’s direct path mode.
See ROW Placement in Partitions
(Jagruti Jasleniya) We have seen creation of partitions , its benefits , different methods etc. Today we will see method to check the records we are inserting in the partitioning table are placed properly in intended partitions.
Basic Replication — 5 : REFRESH_METHOD : FAST or FORCE ?
(Hemant K Chitale) In the previous blog post, I had a remark “We’ll explore the implications of “REFRESH FAST” and just “REFRESH” alone in a subsequent blog post.”
Disk Latency for SQL Server Database and Transaction Log Files
(Eli Leiba) I need to create a method of reporting the SQL Server database data and log files that have latency issues. The criteria for measuring the IO busy levels is presented as “average tot
A Complete Java Classes Tutorial
(Vijay Kumari) Java class is a basic concept of object-oriented programming. Java is an object-oriented programming language, so Everything in java is associated with java classes. In this article, we will learn about java classes and we use the java classes with example programs.
Java on Container Like A Pro
(Vivek Thakur) Modern day software systems are moving towards containers, and there are few important factors to understand, before we move our Java / JVM based applications on containers and these factors are raising questions if Java is really good for containers? so lets see how java is making pr
Check Whether an Input Argument Is Null in C#
(Srinath M S) Use this extension method in C# to check whether or not an input argument is null, and throw an error if necessary.
Grant Privileges on a Database in MySQL
(Meenakshi Agarwal) This tutorial explains how you can grant privileges on a database in MySQL. It will introduce you all the steps beginning from connecting to MySQL and then accessing the MySQL commands to set the desired level of privileges.
