Enum DatabaseParameterSummary.IsSystemModifiable

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<DatabaseParameterSummary.IsSystemModifiable>
    Enclosing class:
    DatabaseParameterSummary

    public static enum DatabaseParameterSummary.IsSystemModifiable
    extends Enum<DatabaseParameterSummary.IsSystemModifiable>
    implements BmcEnum
    Indicates whether the parameter can be changed with ALTER SYSTEM and when the change takes effect: - IMMEDIATE: Parameter can be changed with ALTER SYSTEM regardless of the type of parameter file used to start the instance.

    The change takes effect immediately. - DEFERRED: Parameter can be changed with ALTER SYSTEM regardless of the type of parameter file used to start the instance. The change takes effect in subsequent sessions. - FALSE: Parameter cannot be changed with ALTER SYSTEM unless a server parameter file was used to start the instance. The change takes effect in subsequent instances.