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 process
  • submitDBCCBatchJob – New method that submits the consistency checks batch job on the underlying physical database
  • submitUpdateStats – 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.
  • submitAwrReportBatchJob and submitAwrReportBatchJobAllOpts – New methods to submit Oracle AWR Performance Report batch jobs
  • getPerfReportsInfo – New method to retrieve information about the latest Oracle AWR downloads

Changed methods

  • submitDmvReportBatchJobWithParams – The now takes the single includeDatabaseStatistics argument instead of three arguments
  • getRecentAWRSnapshotInfo – The method now returns DatabaseSnapshotInfo[] instead of String
  • updateLoggingLevel – Logging level now is passed as LoggingLevel instead of String

See also