(Andy Colvin) As part of the Oracle Exadata Deployment Assistant (“OEDA”), Oracle includes a command line utility to read and modify the XML files used for deployment of an Exadata cluster.
Author: SSWUG Research
IBM Db2, DBAs and Zowe CLI
(Rose Sakach) Do you want to learn more about the Zowe CLI and the IBM Db2 Database Plugin for Zowe CLI?
Analyze JSON Data with Filters, Formulas, and Charts in XMLSpy Grid View
(David McGahey) Software developers and other data professionals often need to examine new data instances before designing processes for efficient production. As JSON becomes a more popular format for data exchange, the tradeoff for smaller data payloads can be loss of clarity of the underlying data
Basics of Working with JSON in SQL Server
(Kenneth Igiri) JSON is an acronym for JavaScript Object Notation, that became popular a little over seventeen years ago. JSON is essentially a data format, it was popularized by Douglas Crockford, a well-known programmer with an interesting history who was also involved in the development of JavaSc
The Most Important New JavaScript Elements for Basic Programming
(Gerd Wagner) In this post, you will find a summary of the most important new language elements of JavaScript, which are generally useful for all kinds of basic programming tasks.
Securely Manage Database Credentials Using Visual Studio Manage User Secrets
(Sherlee Dizon) As a developer we are all familiar with using web.config or appsettings.json to store our database connection, user credentials and other application secret keys of our web applications. Last year I had an opportunity to explore and learn .Net Core and I learned that it is not secure
Still Have Binlog_error_action As IGNORE_ERROR?
(Kedar Vaijanapurkar) Recently, we were affected by an ignored configuration option introduced in MySQL 5.6. This incident caused us to perform extended planning of downtime and the rebuilding of the slave.
Working with the Sequential File Structure in C++
Because C++ imposes no structure on the data stored in files, they typically are stored in an unordered format. Therefore, if we want to set any form of order in the file data, we must do so programmatically.
Revert Azure DevOps Pipeline Changes
(Abhijit Jana) You can revert Azure DevOps Pipeline in case of any unexpected changes or wanted to return to any of the previous versions. Azure DevOps keep track of every change in Build Pipeline or Release Pipeline.
Azure DevOps Pipelines: Reusable YAML
(Eric L. Anderson) In this post, we are going to refactor our sample Azure DevOps Pipeline to move some of the redundant YAML to a new file and replace the redundant parts of our main YAML file.
