Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AwrDbParameterChangeSummary

A summary of the changes made to a single AWR database parameter.

Properties

Optional instanceNumber

instanceNumber: undefined | number

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

Optional isDefault

isDefault: undefined | false | true

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

Optional previousValue

previousValue: undefined | string

The previous value of the database parameter.

snapshotId

snapshotId: number

The ID of the snapshot with the parameter value changed. The snapshot ID is not the OCID. It can be retrieved from the following endpoint: /managedDatabases/{managedDatabaseId}/awrDbs/{awrDbId}/awrDbSnapshots Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional timeBegin

timeBegin: Date

The start time of the interval.

Optional timeEnd

timeEnd: Date

The end time of the interval.

Optional value

value: undefined | string

The current value of the database 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