Posts

Showing posts with the label SOA Domain configuration with WLST

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...