Returns a list of the change records of an application.
Syntax
java wlevs.Admin
[ Connection Arguments ]
[ User Credentials Arguments ]
[ Common Arguments ]
LISTCHANGERECORDS -application application -startTime starttime -endTime endtime
Table A-37 GETRULE Arguments
| Argument | Definition |
|---|---|
-application application
|
Specifies the name of the Oracle Stream Analytics application whose change records you want to browse. To get the exact name of your application, you can:
|
-startTime starttime
|
Specifies the beginning of the time period to filter the display of change records. The format is |
-endTime end-ime
|
Specifies the end of the time period to filter the display of change records. The format is |
Example
The following example shows how to list all the change records created between 11:10:07 and 11:22:07 on 20 November 2007 for the application helloworld:
java wlevs.Admin
-url service:jmx:msarmi://localhost:9002/jndi/jmxconnector
-username wlevs -password wlevs
LISTCHANGERECORDS -application helloworld -startTime 10-20-2007:11:10:07
-endTime 10-20-2007:11:22:07