12.2.5 CHRM ASO Message Queue tables and queries and purge logic
Hi All,
Our client recently migrated to 12.2.5 and we use CHRM. I have following questions and if one can help that would be really great.
1. It appears to be ASO message feedback que tables have changed in R 12.2.5 . None of the queries from online /metalink notes would work in 12.2.5
for example below query doesn't work in 12.2.5 and it works completely fine in 12.1.3
select consumer_name, msg_state, count(*) from aso.aq$aso_order_feedback_tgroup by consumer_name, msg_state; |
What I observed is we don't need to right aso.aq$ any more in 12.2.5 . But still I am not able to see msg_state column in 12.2.5.