Oracle BRM: Are you using ECE for rating? CohQL commands may help

These commands of CohQL (Coherence Query Language) may help to get the information from the cache of the coherence database.

  1. CohQL> select key() from RequestSpecification;
  2. CohQL> select * from RequestSpecification where key()='EventDelayedSessionSptelConnectMetroEthernet:1.0';


  1. ./query.sh -s -c -l 'select key(), value().toString() from PublicUserIdentity where key() = "639801014982"'
  2. ./query.sh -s -c -l 'select * from Customer where key() = "191448185435"'


Comments

Popular posts from this blog

Oracle BRM: Some Important Utilities

Oracle BRM: Utilize the BRM's MTA framework to use a file instead of searching the database

Oracle BRM: Learn step by step by following youtube channel