Systems tools web service
The WS-I web service SystemToolsAPI web service replaces the deprecated RPCE web service ISystemToolsAPI. In addition to the change from RPCE to WS-I, some methods were added or changed.
New methods
getDBCCState– New method that returns the state of the consistency checks processsubmitDBCCBatchJob– New method that submits the consistency checks batch job on the underlying physical databasesubmitUpdateStats– New method that runs the update stats process on the underlying physical database. Afterwards, use the isUpdateStatsRunning method to check on the process status.cancelUpdateStats– New method that cancels the update stats process if running. Afterwards, use the getUpdateStatsState method to check on the process status.getUpdateStatsState– New method that checks whether the update stats process is currently running.submitAwrReportBatchJobandsubmitAwrReportBatchJobAllOpts– New methods to submit Oracle AWR Performance Report batch jobsgetPerfReportsInfo– New method to retrieve information about the latest Oracle AWR downloads
Changed methods
submitDmvReportBatchJobWithParams– The now takes the singleincludeDatabaseStatisticsargument instead of three argumentsgetRecentAWRSnapshotInfo– The method now returnsDatabaseSnapshotInfo[]instead ofStringupdateLoggingLevel– Logging level now is passed asLoggingLevelinstead ofString
See also
