PinnedOCI APIGW & JWT for invoking OIC with/without credentials — Part IITo invoke any Integration created in OIC, we need to pass the credentials i.e., Username/Password. Most of the times these Integrations which we develop are to be triggered by External Applications or Vendors and if we want to not take the risk of either sharing the exact Integration endpoint or…Oic5 min readOic5 min read
PinnedOCI APIGW & JWT for invoking OIC with/without credentials — Part ITo invoke any Integration created in OIC, we need to pass the credentials i.e., Username/Password. Most of the times these Integrations which we develop are to be triggered by External Applications or Vendors and if we want to not take the risk of either sharing the exact Integration endpoint or…Oci5 min readOci5 min read
PinnedLeveraging OCI Functions to invoke OIC IntegrationsIn today’s blog we’ll discuss on how to Leverage OCI Functions to invoke OIC Integrations. Pre-Requisites Access to OCI Console. Access to OIC Instance and availability of Integrations to cover below scenarios. Access to create Function Applications & Functions within a compartment. Availability of a VCN & Subnet with a…Oci5 min readOci5 min read
PinnedOCI REST APIs from PostmanFor creating/updating/deleting a user/compute/database/API Keys or anything for that matter we usually have four ways: 1. OCI Console. 2. OCI REST APIs through Postman. 3. OCI REST APIs through CURL commands. 4. OCI REST APIs through OCI SDKs. In this blog, we will focus our discussion around using OCI REST…Oracle3 min readOracle3 min read
PinnedOCI API Gateway for REST & SOAP IntegrationsIn this post, we will be touching up on a high-level as to what is OCI API Gateway and then in depth as to how you can use OCI API Gateway as front-end for your OIC Integrations. What is API Gateway ? In simple terms, API Gateway acts as a frontend to your applications so…Oracle Integration Cloud4 min readOracle Integration Cloud4 min read
Nov 16, 2022Connect to OCI’s Autonomous Database Pvt Endpoint from LocalHave discussed in detail how to provision an Autonomous Database on the Pvt endpoint and how to restrict traffic or provide access in my previous blog. In this blog, we will see how to access this instance of an Autonomous database created on Pvt. endpoint from a local SQL Developer. …Oraclecloudinfrastructure2 min readOraclecloudinfrastructure2 min read
Nov 16, 2022Provisioning & Restricting Traffic to Oracle’s Autonomous Database (ADB)We often see customers come up with requirements to access the database of the Development environment publicly through their VPN network. Whereas the Production environment Database should not have a public endpoint. …Oraclecloudinfrastructure3 min readOraclecloudinfrastructure3 min read
Nov 9, 2022Loading Data from OCI Object Storage to ADB Table via OCI-DIIn this blog we will see how to load data from Object Storage to Autonomous Database table using OCI Data Integration. Use Case Few customers would want to load their SaaS data to Autonomous Database for multiple reasons or if they want to generate a dashboard for their SaaS data using Oracle…Oraclecloudinfrastructure7 min readOraclecloudinfrastructure7 min read
Aug 16, 2022Hiding OIC IP from 3rd Party Applications using OCI APIGWMost of the times in Production scenarios, we will have to build an OIC Integration which would be making calls to External Applications which are outside your Network and which are behind their respective Firewalls. In such cases, you will be asked to share the IP to whitelist and most…Oic3 min readOic3 min read
Aug 11, 2022Creating a Simple Web/Mobile Application in Oracle APEXIn this blog, we will discuss on how to build a simple application in APEX which can be accessed from both Desktop & Mobile. Gone are the days where we used to take couple of weeks building a website. Welcome to APEX, one of the Low Code/No-Code offerings from Oracle. …Apex5 min readApex5 min read