Hi there
I have some questions concerning the Oracle CEP. It would be fine if somebody could answer them.
- What are the differences between sequences and relations?
- How often each query is executed?
- What are the cases when we have to convert relation to sequence?
- How the join statement works? Is it applicable only for relations?
- According to the documentation table and cache event source are pull event sources. Does it mean that the database table or cache will be queried for each event in the current relation when performing join statement?
Thanks in advance.