Starts recording events for a particular stage of an Oracle Stream Analytics application.
Note:
Before you can use commands for controlling event record and playback on a stage, you must first configure the stage with the appropriate event record and playback options. See CONFIGURERECORD.
If you configured the stage to start recording at a later time, that configuration is ignored and recording starts immediately.
Syntax
java wlevs.Admin 
    [ Connection Arguments ]
    [ User Credentials Arguments ]
    [ Common Arguments ] 
    STARTRECORD -application application -stage stage
Table A-20 STARTRECORD Arguments
| Argument | Definition | 
|---|---|
| 
-stage stage
 | Specifies the name of the particular stage, attached to the Oracle Stream Analytics application specified with the  | 
| 
-application application
 | Specifies the name of the Oracle Stream Analytics application whose event record and playback you want to manage. To get the exact name of your application, you can: 
 | 
Example
The following example shows how to start the recording of events on the helloworldAdapter stage of the helloworld application deployed to the specified Oracle Stream Analytics instance:
java wlevs.Admin 
     -url service:jmx:msarmi://localhost:9002/jndi/jmxconnector 
     -username wlevs -password wlevs 
     STARTRECORD -application helloworld -stage helloworldAdapter 
Note:
Before you can use commands for controlling event record and playback on a stage, you must first configure the stage with the appropriate event record and playback options. See CONFIGURERECORD.