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.
- CohQL> select key() from RequestSpecification;
- CohQL> select * from RequestSpecification where key()='EventDelayedSessionSptelConnectMetroEthernet:1.0';
- ./query.sh -s -c -l 'select key(), value().toString() from PublicUserIdentity where key() = "639801014982"'
- ./query.sh -s -c -l 'select * from Customer where key() = "191448185435"'
Comments
Post a Comment