Significance of ADF Config Plan

Problem Statement While programming for Oracle Fusion 12c, one might face an issue with code compilation or selecting the MDS folder structure despite adding the file-based or database MDS to the desired Application.  This will create confusion that MDS must have got corrupted but please follow the below solution and rules out the factor that …

Export OSB Project -Automation

DevOPS Script to export 12c OSB projects/components using Python and Shell Script Create below three files in any location of your Fusion LPAR: export.propertiesexport.pyexport.sh Run your shell script with command ./export.sh and the export with date and time stamp will be created in /backup/$LOGNAME location. Please change the location of the export in export.sh Content …

MQ Adapter Endpoint Issue in SOA 12c

Problem Whilst performing a rolling restart of SOA managed servers in 12c, some MQ Adapter service endpoints get deactivated. This leads to the failure of polling messages from the respective MQ whose endpoint has been deactivated and direct impact to the processing if it is real-time. How to identify whether Adapter Endpoint Service is down …

Missing SOA-INFRA Partition in 12c

Problem There is an intermittent issue in SOA 12c Enterprise Manager console wherein under SOA partition one cannot view one or more soa-infra managed server/s. Solution Please follow the below workaround as this is an existing bug for SOA 12c. Login to 12c Weblogic Admin Console using weblogic credentialsGo to DeploymentsClick on Control tabClick on …

SOA 12c Purging

Steps to Implement SOA Purging in 12c Fusion: Shutdown SOA 12c Fusion domain (please follow sequence Managed servers, Admin Server, and Node Manager)Login to SOA 12c Fusion database as SYS and execute the following NOTE: SOAINFRA schema name could be different to what I am referring here as “SOAINFRA” GRANT ALTER SESSION TO SOAINFRA Ensure …

New Composite Title Function in 12c

New Function in Oracle 12c In Oracle 11g, if one is defining the SOA instance title for a particular service/composite using function setCompositeInstanceTitle then they need to use setFlowInstanceTitle function in Oracle 12c, with a namespace as ‘oraext’. Syntax Difference: 11g: <extensionActivity> <bpelx:exec name=”SetCompositeName” language=”java”>        <![CDATA[setTitle((String)getVariableData(“compositeTitle”));setCompositeInstanceTitle((String)getVariableData(“compositeTitle”));]]> </bpelx:exec> </extensionActivity> 12c: <extensionActivity> <bpelx:exec name=”SetCompositeName” language=”java”> <![CDATA[setTitle((String)getVariableData(“compositeTitle”));oraext:setFlowInstanceTitle((String)getVariableData(“compositeTitle”));]]> </bpelx:exec> …

OSB Proxy Service & JMS Queue 12c – Flux Issue

Problem During the migration of 11g server to 12c, faced an issue where OSB Proxy Service whose Transport Configuration is JMS cannot consume messages from the desired endpoint URI which is a JMS queue. The message remains pending state in the respective JMS queue. In the OSB server log file, one could see below error …

File Processing – Performance Fix 12c

Problem Statement Post Oracle Fusion upgrade from 11g to 12c, there is slowness during file processing via file transport. Solution A quick win solution to change the XQuery version from 2004 to 1.0 helps you achieve your target partially. Changes required in XQuery: Existing XQuery in 11g starts with: xquery version “2004-draft”; Modified XQuery (Need …

Design a site like this with WordPress.com
Get started