Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ResetDatabaseParametersDetails

The details required to reset database parameter values. It takes either credentials or databaseCredential. It's recommended to provide databaseCredential

Properties

Optional credentials

credentials: model.DatabaseCredentials

Optional databaseCredential

parameters

parameters: Array<string>

A list of database parameter names.

scope

The clause used to specify when the parameter change takes effect.

Use {@code MEMORY} to make the change in memory and ensure that it takes effect immediately. Use {@code SPFILE} to make the change in the server parameter file. The change takes effect when the database is next shut down and started up again. Use {@code BOTH} to make the change in memory and in the server parameter file. The change takes effect immediately and persists after the database is shut down and started up again.

Functions

getDeserializedJsonObj

getJsonObj