Tuesday, November 26, 2019

OIC - Create a DB connection - Trigger and Invoke Role Type

Go to Designer⇾Connections⇾Create
 Select the Oracle Database adapter
 Provide the Name, Role and description.
 Click Configure Connectivity
 Provide DB connection details
 Click Configure security
 Provide DB User and password
 Click Configure Agent and select agent needed.

 Now Test
 Save and Close


1 comment:

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...