database::asm init params
Overview
This class configures initialization parameters for the ASM instance
When these customizations aren’t enough, you can replace the class with your own class. See ora_profile::database for an explanation on how to do this.
Attributes
| Attribute Name | Short Description |
|---|---|
| parameters | The Hash with parameters that need to be configured. |
parameters
The Hash with parameters that need to be configured.
You must specify a Hash of ora_init_param
ora_profile::database::asm_init_params::parameters:
memory/asm_power_limit:
ensure: present
value: 1024
spfile/asm_power_limit:
ensure: present
value: 1024
ora_profile::database::db_init_params::parameters:
memory/archive_lag_target:
ensure: present
value: 1800
spfile/archive_lag_target:
ensure: present
value: 1800
See: ora_init_params Type: Hash
Default:{}
