Skip to content

/AWS1/CL_RDS=>MODIFYOPTIONGROUP()

About ModifyOptionGroup

Modifies an existing option group.

Method Signature

IMPORTING

Required arguments:

IV_OPTIONGROUPNAME TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The name of the option group to be modified.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance

Optional arguments:

IT_OPTIONSTOINCLUDE TYPE /AWS1/CL_RDSOPTIONCONF=>TT_OPTIONCONFIGURATIONLIST TT_OPTIONCONFIGURATIONLIST

Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

IT_OPTIONSTOREMOVE TYPE /AWS1/CL_RDSOPTIONNAMESLIST_W=>TT_OPTIONNAMESLIST TT_OPTIONNAMESLIST

Options in this list are removed from the option group.

IV_APPLYIMMEDIATELY TYPE /AWS1/RDSBOOLEAN /AWS1/RDSBOOLEAN

Specifies whether to apply the change immediately or during the next maintenance window for each instance associated with the option group.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_RDSMDFYOPTIONGRPRSLT /AWS1/CL_RDSMDFYOPTIONGRPRSLT