select
(select count(*) from COMM_MSG_EVNT) as COMM_MSG_EVNT,
(select count(*) from COMM_MSG_BTH) as COMM_MSG_BTH,
(select count(*) from COMM_MSG_EVNT_GRP) as COMM_MSG_EVNT_GRP,
(select count(*) from COMM_MSG_GRP) as COMM_MSG_GRP,
(select count(*) from COMM_MSG_QUEUE) as COMM_MSG_QUEUE,
(select count(*) from COMM_MSG_TRANS) as COMM_MSG_TRANS,
(select count(*) from SPL_SVC_CEVNT_TRIG_COND) as SPL_SVC_CEVNT_TRIG_COND,
(select count(*) from SPL_SVC_COMM_MSG_EVNT) as SPL_SVC_COMM_MSG_EVNT,
(select count(*) from COMM_MSG_EVNT_FLEX_ATTR) as COMM_MSG_EVNT_FLEX_ATTR
from dual;