Posts

Showing posts from January, 2020

Oracle Service Bus (OSB) Silent mode installation

Image
Welcome 🎻🎷🎷 to MyOFMWExpeirments blog fans!! In this post I would like to share the OSB installation in silent mode.  The basic assumptions are you have already provisioned a Linux VM. It can be on your own Laptop or on the one of Cloud provider. The Begining You could download the OSB Software which is available as zip file V78173-01.zip from edilvery.oracle.com it will be changing for every time when Oracle packs a new bundle. Oracle Service Bus OSB silent mode installation For this learning and experiment purposes, alternative download is available on OTN. Prerequisites JDK 1.8.0_xxx installation Oracle Fusion Middleware Infrastructure installation Oracle SOA Suite 12.2.1 installation  [Optional] Preparing for the installation, Firstly do unzip the downloaded file and then proceed with the following steps. Step 1: Create oraInst.loc file Just like other products you tell about Oracle inventory details. If you don't have already on your machin...

Creating SOA domain using WLST

Image
Hello, Oracle products fans!! This post I would like to dedicate to all who are interested to grow with the automation skills and part of paradigm shift from on-prem to Cloud platforms. There is lots of need in the various Oracle cloud platforms where internally uses Python scripting that is, WLST automation are base for building the Enterprise level architecture. Prerequisite for SOA domain  To run the script you must have Installed the Oracle JDK Installed Oracle Fusion Middleware Oracle SOA Suite on your machine or VM Database up and running as per the certificate matrix Please read all parameters which are used in this WLST script and do changes as per your project requirements. Oracle SOA Domain using WLST Create a below create_soa_domain.py file and place in any location on your machine where you can run WLST WLHOME = ORACLE_HOME+'/wlserver' ORACLE_HOME = '/home/oracle/products/12.2.1/Oracle_Home' DOMAIN = 'soa_domain...