How to partition for performance your Oracle SOA BPEL Database?

Oracle SOA BPEL infrastructures are notoriously hard to scale. Once your production Oracle SOA BPEL Database grows, you’ll often find that your whole Oracle SOA BPEL infrastructure performance may hinder. To fix it, you then need to focus on : Implementing the right database purge strategy Monitor large instances to improve your composite performances (see …

How to partition for performance your Oracle SOA BPEL Database? Read More »

Useful SQL queries for monitoring Oracle SOA BPEL

If you run Oracle SOA BPEL on-premise and at scale, you know how easier it can be to monitor your SOA BPEL processes through SQL queries. Those SQL queries get more profitable the more SOA BPEL instances you get, as the Enterprise Manager console usually doesn’t work for big payloads. You’ll find below a couple …

Useful SQL queries for monitoring Oracle SOA BPEL Read More »

How to implement a global retry fault policy in SOA BPEL?

Implementing a global common fault policy is essential when building a SOA BPEL Composites architecture. As your number of production BPEL instances grows, the risk of losing critical data due to a BPEL process crashing in production increases. Especially with large architecture where unexpected usage surge can trigger slowness and failures. Implementing a simple retry …

How to implement a global retry fault policy in SOA BPEL? Read More »

How to integrate your data into a Cloud ERP software?

Any organization considering acquiring an ERP software module from a CRM to Finance, HR, SCM, or Sales & Marketing will ask how to integrate their existing data. Whether it is a Cloud or On-Premise ERP, the methods for importing, exporting, and continuously synchronizing data within your organization’s existing systems are the same. The main difference …

How to integrate your data into a Cloud ERP software? Read More »

Azure DevOps release pipeline test and deploy screenshot

How to create a CI/CD pipeline for Java on Azure Devops?

Continuous integration(CI) and continuous delivery(CD) pipelines have become the norm in software engineering. In the corporate world, a CI/CD pipeline is especially useful to ensure your entire development team is following the best quality guidelines and drastically shorten the deployment cycle to satisfy your customers. Thus why all Cloud providers are now providing their CI/CD …

How to create a CI/CD pipeline for Java on Azure Devops? Read More »

How to display a custom menu for logged in or admin users in WordPress?

WordPress as a CMS is getting more attractive in its new versions as more and more developers start using WordPress as a tool to run niche membership solutions. One of the first things you’ll need to implement is to display a custom menu depending on your user. For instance, you could promote landing page links …

How to display a custom menu for logged in or admin users in WordPress? Read More »

How to update WordPress core version from Unix Command Line CLI ?

If you are hosting a WordPress installation on a Linux server you may encounter issues updating your WordPress version from the WordPress administration panel. A good way to handle periodic WordPress updates is by running a weekly Unix command line in your linux cron. To do so, you’ll first need to install the WordPress CLI …

How to update WordPress core version from Unix Command Line CLI ? Read More »

How to upload a folder content to AWS S3 in PHP?

From machine learning to a lambda function, most of the projects running on AWS relies on an S3 bucket to store the files you need for other AWS services. Uploading using the AWS S3 bucket web interface can be impossible when the folder contents contain thousands of files. (or if this folder is only available …

How to upload a folder content to AWS S3 in PHP? Read More »

Screenshots of JDeveloper https credential configurationto fix SunCertPathBuilderException

How to configure JDeveloper to trust an SSL certificate and fix PKIX path building failed when connecting to an Https URL?

There are multiple reasons to want your JDeveloper 11g/12c installation to connect to an HTTPS URL. You could, for example, need an application you’re developing to connect to a web service over SSL or configure a Maven install that connect to an HTTPS nexus URL. I you try to do so with the default installation …

How to configure JDeveloper to trust an SSL certificate and fix PKIX path building failed when connecting to an Https URL? Read More »

Scroll to Top