(damienbod) In Azure DevOps, Pipelines can be used to create Azure infrastructure using Azure CLI and Powershell.
Community
Connecting to an Autonomous Database using JDBC Thin client
(Syed Jaffar Hussain) I have discussed in my earlier posts about establishing SQL * Plus and using the SQLcl tool details. Today’s blog post will take you through JDBC Thin client configuration details to be able to successfully connect with an autonomous database service.
#761 OIC – Monitoring API – Getting Activity Stream data
(Niall Commiskey) Simple example here –
Encode credentials and upload to Key Protect
(Henrik Loeser) If you followed my blog or have used IBM Cloud, then you know that Key Protect (and Hyper Protect Crypto Services) is the solution to manage encryption keys on IBM Cloud.
Apache Camel 3.1 – Fast loading of XML routes
(Claus Ibsen) A feature that was added to Camel 3.1 is the ability to load XML routes much faster. This is part of the overall work we are doing on making Camel much smaller and faster.
CREATE VIEW SQL: Working with indexed views in SQL Server
(Bojan Petrovic) This is the fourth article in a series of learning the CREATE VIEW SQL statement. So far, we have done a great deal of creating and altering views using T-SQL. In this last part, I want to take a big look at how to work with indexed views.
Understanding (all) JavaScript Module Formats and Tools
(Dixin Yan) A one-stop tutorial of all mainstream technologies for JavaScript modules.
Using OCI to install Drupal and MySQL 8.0
(Frederic Descamps) My previous post related on how to install WordPress on Oracle Cloud seemed to be very popular. To continue the exploration of OCI, today we will install Drupal.
How to Capture IoT Data in Azure
(Eduardo Pivaral) IoT (internet of things) allows any electric-powered device to have access to the internet, so we can monitor, control and communicate with such devices.
Spreading SQL And CFQueryParam Tags Across Multiple Function Calls In Lucee CFML 5.2.9.40
(Ben Nadel) I’ve been spending a lot of time lately trying to figure out how to optimize the SQL queries required to render a given view.