Validated September 30, 2020 with OAC 5.8 Introduction Oracle Analytics Cloud (OAC) may now be provisioned within a Virtual Cloud network (VCN) with a private...
Validated September 30, 2020 with OAC 5.8 Introduction Oracle Analytics Cloud (OAC) may now be provisioned within a Virtual Cloud network (VCN) with a private IP address. This post describes the Oracle Cloud Infrastructure (OCI) components required to provision a private OAC instance, the components created by the provisioning process and a step-by-step guide to the process. This is one of the guides referenced in thisparent post. Validations September 30, 2020 with OAC 5.8 ...
Validated September 30, 2020 with OAC 5.8 Introduction Oracle Analytics Cloud (OAC) may now be provisioned within a Virtual Cloud network (VCN) with a private IP address. This post describes the...
In this blog, I will demonstrate how to handle different HTTP verbs (POST, GET, DELETE, and PATCH) in Oracle Fn. I will use Java and NodeJS to demonstrate. In...
In this blog, I will demonstrate how to handle different HTTP verbs (POST, GET, DELETE, and PATCH) in Oracle Fn. I will use Java and NodeJS to demonstrate. In FnProject, if you are using the default mechanism "invoke" to call your function, it will be using the HTTP post method, so if you want to call your functions with other HTTP methods like HTTP get or other HTTP PUT, etc, you need to use the trigger function in Fn, as the trigger function support all HTTP verbs. However,...
In this blog, I will demonstrate how to handle different HTTP verbs (POST, GET, DELETE, and PATCH) in Oracle Fn. I will use Java and NodeJS to demonstrate. In FnProject, if you are using the...
Validated October 12, 2020 with OAC 5.8 Introduction The latest releases of Oracle Analytics Cloud (OAC) now include the ability to provision it natively in OCI...
Validated October 12, 2020 with OAC 5.8 Introduction The latest releases of Oracle Analytics Cloud (OAC) now include the ability to provision it natively in OCI in select geographies. The Oracle document Administering Oracle Analytics Cloud lists the currently available geographies. See Get Started with Administration for the official OCI Native documentation. This post is a step-by-step guide to provision Oracle Analytics Cloud (OAC) Natively in Oracle Cloud Infrastructure...
Validated October 12, 2020 with OAC 5.8 Introduction The latest releases of Oracle Analytics Cloud (OAC) now include the ability to provision it natively in OCI in select geographies. The Oracle...
Validated September 30, 2020 Introduction Oracle Analytics for Applications (FAW / OAX) is built on top of Oracle Analytics Cloud (OAC) and is powered by Oracle...
Validated September 30, 2020 Introduction Oracle Analytics for Applications (FAW / OAX) is built on top of Oracle Analytics Cloud (OAC) and is powered by Oracle Autonomous Data Warehouse (ADW). FAW extracts and loads data from your Oracle Fusion Applications Cloud into an instance of ADW and provides a semantic model with prebuilt KPIs, dashboards, and reports in OAC. The Oracle document here lists the currently regions available for provisioning. This post describes the OCI...
Validated September 30, 2020 Introduction Oracle Analytics for Applications (FAW / OAX) is built on top of Oracle Analytics Cloud (OAC) and is powered by Oracle Autonomous Data Warehouse (ADW). FAW...
Introduction This blog picks up from where we left here. In that blog we had discussed about an end-to-end usecase involving API Gateway, WAF and OCI Functions....
Introduction This blog picks up from where we left here. In that blog we had discussed about an end-to-end usecase involving API Gateway, WAF and OCI Functions. We had showcased how we can implement security using a combination of WAF and API Gateway, with WAF handling the edge security usecases such as SQL injection protection, and the API Gateway handling authentication. In the API Gateway setup we had used a custom function that remotely introspected the JWT token in the...
Introduction This blog picks up from where we left here. In that blog we had discussed about an end-to-end usecase involving API Gateway, WAF and OCI Functions. We had showcased how we can implement...
In this blog I want to look into network connectivity between different cloud services and how to choose the optimal network architecture. First of all,...
In this blog I want to look into network connectivity between different cloud services and how to choose the optimal network architecture. First of all, especially for cloud services network connectivity matters. Most cloud services are spread and accessed across different data centers and geographical regions. And typically those services need to communicate in a bi-directional way several times with each other for many process steps. If a sub-optimal network architecture is...
In this blog I want to look into network connectivity between different cloud services and how to choose the optimal network architecture. First of all, especially for cloud services...
Last validated October 30, 2020 for OAC 5.8 Introduction An Oracle Cloud Infrastructure (OCI) tenancy may be subscribed to multiple geographical regions. This...
Last validated October 30, 2020 for OAC 5.8 Introduction An Oracle Cloud Infrastructure (OCI) tenancy may be subscribed to multiple geographical regions. This post describes several methods of privately accessing Oracle public services residing in different regions from a customer's on-premise network. Identity Cloud Service (IDCS) and Oracle Analytics Cloud (OAC) are used as examples. Refer to the Before You Begin section below to determine the location of your IDCS region...
Last validated October 30, 2020 for OAC 5.8 Introduction An Oracle Cloud Infrastructure (OCI) tenancy may be subscribed to multiple geographical regions. This post describes several methods of...
Introduction Customers could use Oracle Cloud Infrastructure (OCI) Alarms to notify their IT staff about events happening in their environment that need...
Introduction Customers could use Oracle Cloud Infrastructure (OCI) Alarms to notify their IT staff about events happening in their environment that need attention. Some customers have a central service management system (also known as ticketing system) where they track and manage all such events via alerts and tickets. I recently helped a customer with a solution for managing OCI alarms in their ServiceNow system which is one of the popular service management systems. I think...
Introduction Customers could use Oracle Cloud Infrastructure (OCI) Alarms to notify their IT staff about events happening in their environment that need attention. Some customers have a...
Introduction This is Part 6 of the “Extending Oracle Blockchain Events with OCI” series. In previous blog posts I covered: Part 1: Introduction Part 2: Prepare...
Introduction This is Part 6 of the “Extending Oracle Blockchain Events with OCI” series. In previous blog posts I covered: Part 1: Introduction Part 2: Prepare OCI Environment Part 3: Build the Oracle Functions "Event Producer" Part 4: Provisioning your Infrastructure. Part 5: Configuring Blockchain In this blog series, I’ll be developing a NodeJS consumer to consume events from OCI Streaming Service. As discussed before in Part 1, Oracle OCI Streaming service is mostly API...
Introduction This is Part 6 of the “Extending Oracle Blockchain Events with OCI” series. In previous blog posts I covered: Part 1: Introduction Part 2: Prepare OCI Environment Part 3: Build the...