Take an INSERT command for example, when I insert something into a table, how can the Oracle CEP know what I have done?
I have read the document about the Oracle CEP, but it's too brief. I know only that event is represented as POJO in Oracle.
Does the Oracle CEP just parse the INSERT command and try to find whether it matches some event class in Oracle?
Or is there any difference between CEP and Active Database?