#375 SOA / BPM 12c Bundle Patch released
Installing the patchUnzip to a directory of your choice.Read the README.
View Article#377 BPM12c Initiator Task Form patch released
Patch Number is 20440332Stop BPM12c Quickstart (or equivalent).Restart BPM 12c Quickstart (or equivalent).Create a simple BPM process, kicked off by an Initiator task.Deploy and testHere is the...
View Article#378 Installing Oracle API Manager
Pre-requisite -Oracle DB - I am using XE 11g.Download the required software -API Mgr, FMW 12.1.3 Infra, SB 12.1.3Step 1 - Install FMW InfrastructureMy target directory is...
View Article#379 Oracle RightNow Adapter
Just tried out the adapter...works a dream!User Guide Doc hereThis simple lab covers the simple scenario of getting Incident information from RightNow.Get it from Google docs here
View Article#381 Oracle Stream Explorer Installation
Get the SoftwareDownload from hereStream explorer is essentially a business/power user view of OEP,hence the SOA Quickstart JDeveloper download is also listed here.This is for use cases where you want...
View Article#382 First steps with Oracle Stream Explorer
When you login, you see the five default catalog sections. In this version of the product, they simply provide the ability for you to do functional categorization. I will create my first simple example...
View Article#383 Oracle Stream Explorer / OEP basics
Just to demo Stream Explorer interaction with OEP -I login to the OEP console -Note the url http://localhost:9002Check out the domain -Here we see the app, created in the previous post -We see the csv...
View Article#384 Stream Explorer - References
Let's go back to our order exploration app -Remember, this is what our input file looked like.Now, as chance would have it, I have a DB table which contains the inventory status ofour products. We can...
View Article#385 Stream Explorer - Preferences
In the previous posts I have covered data manipulation via summaries, group by, filters etc.I also demonstrated the use of a simple time window - analysing orders over a rolling 5 minute time...
View Article# 386 Stream Explorer - Targets --> Type: CSV File
According to the ORCL docs -Every exploration must be configured with a target to send the details downstream. Unless the exploration is published, you cannot send the events downstream to the...
View Article#387 StreamExplorer --> Source - JMS / Target - JMS
IntroductionIn this blog post I detail the setup/creation of a JMS Stream.I will create a JMS client that writes credit card TXs to a Queue.This queue will then be the source for my Stream -JMS Queue...
View Article#388 Stream Explorer --> Patterns - Eliminate Duplicates and Missing Event...
IntroductionAccording to the ORCL docs -A pattern provides you with a simple way to explore event streams based on common business scenarios.A pattern is a template of an Oracle Event Processing...
View Article#389 SOA Suite 12c & BAM
Many folks were impressed by the auto-creation of BAM data objects on deployment of a BPM project.So how this work with BPEL?Here is a simple example - My project is called NCTest andit contains the...
View Article#390 Oracle Cloud Integration
as it says above - Coming Soon.Check out the overview here
View Article#391 BAM 12c --> Calculated Fields. Creation /Use of, in Business Queries
Very simple example here, based on the BAM example from post #389Here I add a calculated field to the NCTestProcess DO -Here is the expression -I now go into Designer mode and create a new Business...
View Article#392 BAM 12c --> Data Retention, Hierarchies and Treemap views
Just some salient info on the above and other matters -Data RetentionClick on the Administrator link and select your DO.Click the Retention tab -Note: Default 0 means that data will be retained...
View Article#393 BAM 12c Continuous Queries and Streams
First to the docs -The Continuous Query Service (CQS) is a BAM-specific wrapper around theContinuous Query Language (CQL) engine within the Oracle Complex EventProcessing Service Engine. The CQS is a...
View Article