Compartments in Oracle Cloud Infrastructure (OCI)
The compartments in Oracle Cloud Infrastructure (OCI) divide the resources into logical groups that help you organize and control access to your resources. A compartment is one of the security […]
- Ankur Jain
- 0
- 5528
- November 7, 2021
Access OCI private resources using Bastion
Bastion is one of the Oracle Cloud Infrastructure (OCI) services that help to provide restricted access to resources that don’t have public endpoints. It let users access the target resources […]
- Ankur Jain
- 0
- 2214
- November 6, 2021
Execute batch requests in Oracle Visual Builder
VB supports the batch request API which can be used to perform multiple operations(get, create, update, delete) in a single call. The data is committed at the end of the […]
- Ankur Jain
- 0
- 2976
Create a fixed-length file in Oracle Integration
Are you struggling to create a fixed-length file in Oracle Integration and not able to find the step-by-step process on this, so this is the article that helps you to […]
- Ankur Jain
- 0
- 5310
- October 2, 2021
Export table data into PDF Oracle Visual Builder
A very common requirement where we need to export the table data into PDF in Oracle Visual Builder. Oracle Visual Builder doesn’t have out of the box feature that allows […]
How to pull and push images to Docker Hub
Whenever you are working with Docker, you must know two important commands that are how to pull and push images to the Docker hub. In this short article, I’ll describe […]
Know about all commands of the Docker images
Docker provides various commands to manage the images and as a developer, administrator, etc, you must know all the commands that Docker offers to manage images. In this short article, […]
Capture Salesforce Platform Events in Oracle Integration
Since Oracle Integration 21.3.2, the Salesforce Adapter now supports the popular Salesforce platform events to allow the exchange of real-time event data from Salesforce with any other application in Oracle Integration. You can […]
- Ankur Jain
- 0
- 2446
- September 8, 2021
Ways to download connectivity agent Oracle Integration
The connectivity agent is used to establish the communication between SaaS and on-premises applications. Before you create the connection with on-premises applications in Oracle Integration, you must have to download […]
- Ankur Jain
- 0
- 3286
What are Docker images and their layers
A Docker image is the base of the container and without it, the container doesn’t exist. In simple terms, a Docker image is a set of instructions written in a […]
- Ankur Jain
- 0
- 1714
- September 1, 2021
Create a new image using the commit command docker
On a running container, a developer can do various modifications as per the requirement and create another image from the container which will have all the modifications. The benefits of […]
Know about all commands of the Docker container
If you are a developer and responsible to manage the Docker containers life cycle, you must know all the commands of Docker which Docker offers. In this short article, I’ll […]
- Ankur Jain
- 0
- 1567
- August 29, 2021