Record and Playback Example

Configuring Event Record and Playback 13-7 event-type-list Specifies the event types that are recorded to the event store. If this element is not specified, then Oracle CEP records all event types that flow out of the component. Use the event-type child component to list one or more events, such as: event-type-list event-typeEventOneevent-type event-typeEventTwoevent-type event-type-list When configuring the Oracle RDBMS-based provider, you are required to specify this element. time-range Specifies the time period during which recording should take place using a start and end time. The time period is configured by using a start child element to specify a start time and an end child element to specify the end time. Express the start and end time as XML Schema dateTime values of the form: yyyy-mm-ddThh:mm:ss For example, to specify that recording should start on January 20, 2010, at 5:00am and end on January 20, 2010, at 6:00 pm, enter the following: time-range start2010-01-20T05:00:00start end2010-01-20T18:00:00end time-range For complete details of the XML Schema dateTime format, see http:www.w3.orgTRxmlschema-2dateTime-lexical-re presentation . If you do not specify a time period, then no events are recorded when the application is deployed and recording will only happen after you explicitly start it using Oracle CEP Visualizer or wlevs.Admin. You can specify time-range or time-range-offset, but not both. time-range-offset Specifies the time period during which recording should take place, using a start time and a duration. The time period is configured by using a start child element to specify a start time and duration child element to specify the amount of time after the start time that recording should stop. Express the start time as an XML Schema dateTime value of the form: yyyy-mm-ddThh:mm:ss Express the duration in the form: hh:mm:ss For example, to specify that recording should start on January 20, 2010, at 5:00am and continue for 3 hours, enter the following time-range-offset start2010-01-20T05:00:00start duration03:00:00duration time-range-offset For complete details of the XML Schema dateTime format, see http:www.w3.orgTRxmlschema-2dateTime-lexical-re presentation . If you do not specify a time period, then no events are recorded when the application is deployed and recording will only happen after you explicitly start it using Oracle CEP Visualizer or wlevs.Admin. You can specify time-range or time-range-offset, but not both. Table 13–2 Cont. Child Elements of record-parameters Child Element Description