Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ChangeDatabaseParametersDetails

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

Properties

Optional credentials

credentials: model.DatabaseCredentials

Optional databaseCredential

parameters

A list of database parameters and their values.

scope

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

Use {@code MEMORY} to make the change in memory and affect it 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