Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AwrDbParameterSummary

The summary of the AWR change history data for a single database parameter.

Properties

Optional beginValue

beginValue: undefined | string

The parameter value when the period began.

Optional endValue

endValue: undefined | string

The parameter value when the period ended.

Optional instanceNumber

instanceNumber: undefined | number

The database instance number. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional isChanged

isChanged: undefined | false | true

Indicates whether the parameter value changed within the period.

Optional isDefault

isDefault: undefined | false | true

Indicates whether the parameter value in the end snapshot is the default.

name

name: string

The name of the parameter.

Optional valueModified

valueModified: undefined | string

Indicates whether the parameter has been modified after instance startup:

  • MODIFIED - Parameter has been modified with ALTER SESSION
  • SYSTEM_MOD - Parameter has been modified with ALTER SYSTEM (which causes all the currently logged in sessions\u2019 values to be modified)
  • FALSE - Parameter has not been modified after instance startup

Functions

getDeserializedJsonObj

getJsonObj