Skip to content

/AWS1/CL_ODBDBSRVPATCHINGDETS

The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_estimatedpatchduration TYPE /AWS1/ODBINTEGER /AWS1/ODBINTEGER

Estimated time, in minutes, to patch one database server.

iv_patchingstatus TYPE /AWS1/ODBDBSERVERPATCHINGSTAT /AWS1/ODBDBSERVERPATCHINGSTAT

The status of the patching operation. Possible values are SCHEDULED, MAINTENANCE_IN_PROGRESS, FAILED, and COMPLETE.

iv_timepatchingended TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The time when the patching operation ended.

iv_timepatchingstarted TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The time when the patching operation started.


Queryable Attributes

estimatedPatchDuration

Estimated time, in minutes, to patch one database server.

Accessible with the following methods

Method Description
GET_ESTIMATEDPATCHDURATION() Getter for ESTIMATEDPATCHDURATION, with configurable default
ASK_ESTIMATEDPATCHDURATION() Getter for ESTIMATEDPATCHDURATION w/ exceptions if field has
HAS_ESTIMATEDPATCHDURATION() Determine if ESTIMATEDPATCHDURATION has a value

patchingStatus

The status of the patching operation. Possible values are SCHEDULED, MAINTENANCE_IN_PROGRESS, FAILED, and COMPLETE.

Accessible with the following methods

Method Description
GET_PATCHINGSTATUS() Getter for PATCHINGSTATUS, with configurable default
ASK_PATCHINGSTATUS() Getter for PATCHINGSTATUS w/ exceptions if field has no valu
HAS_PATCHINGSTATUS() Determine if PATCHINGSTATUS has a value

timePatchingEnded

The time when the patching operation ended.

Accessible with the following methods

Method Description
GET_TIMEPATCHINGENDED() Getter for TIMEPATCHINGENDED, with configurable default
ASK_TIMEPATCHINGENDED() Getter for TIMEPATCHINGENDED w/ exceptions if field has no v
HAS_TIMEPATCHINGENDED() Determine if TIMEPATCHINGENDED has a value

timePatchingStarted

The time when the patching operation started.

Accessible with the following methods

Method Description
GET_TIMEPATCHINGSTARTED() Getter for TIMEPATCHINGSTARTED, with configurable default
ASK_TIMEPATCHINGSTARTED() Getter for TIMEPATCHINGSTARTED w/ exceptions if field has no
HAS_TIMEPATCHINGSTARTED() Determine if TIMEPATCHINGSTARTED has a value