Move CEP output to database
Hi,
I have a requirement to store the data processed by CEP into a database (Oracle 10g). I tried to implement this using the EVENT STORE.
The documentation to configure Oracle CEP for an event store, includes the default Apache Derby.
Requesting guidance on how to configure Oracle CEP for an event store, for the Oracle DBMS. Also, is there any better way of storing CEP's output into the database?
Thanks