Category: Coherence

Posts about Oracle Coherence

2

Add Functionality To Oracle Coherence Services

This post is going to be about how to add functionality to Oracle Coherence services using the cache configuration and my new favourite Coherence 12.1.2 feature – custom namespaces. I had been playing around...

1

Coherence .Net Testing with Oracle Tools

This blog post is about making life easier when testing Oracle Coherence .Net client applications by using the Oracle Tools library on Git Hub. In my last blog about Oracle Tools I talked about...

2

Oracle Coherence Testing with Oracle Tools

This blog post is going to cover the new Oracle Tools project hosted on the Coherence Comunity GitHub site and how to use this to help test your applications, specifically Java and Oracle Coherence...

Oracle Coherence Top n Query

For this blog I am going to talk about how to do an Oracle Coherence Top n query – that is a query such as find me the top n things in a cache...

6

Oracle Coherence Pivot Table Queries

This blog post is about how to perform queries in Oracle Coherence that replicate the sort of data you get from an Excel pivot table. The post was prompted by a question on the...

3

Switching Cache Pattern in Oracle Coherence

A Switching NamedCache Implementation I decided to write this blog after the technique had been mentioned on the Oracle Coherence forum a few times as a solution to various requirements but without any real...