db control
Overview
control the database instance state like running,stop,restart
Attributes
| Attribute Name | Short Description |
|---|---|
| db_type | The type of instance. |
| ensure | Whether to do something. |
| grid_product_home_dir | The grid product home folder. |
| instance_name | The database instance name. |
| name | The title. |
| oracle_product_home_dir | The oracle product home folder. |
| os_user | The operating system user. |
| provider | resource. |
| refreshonly | refresh mechanism for when a dependent object is changed. |
db_type
The type of instance.
Valid values are database, asm (also called grid).
Back to overview of db_control
ensure
Whether to do something.
Valid values are start (also called running), stop (also called abort, stopped).
Back to overview of db_control
grid_product_home_dir
The grid product home folder.
Back to overview of db_control
instance_name
The database instance name.
Back to overview of db_control
name
The title.
Back to overview of db_control
oracle_product_home_dir
The oracle product home folder.
Back to overview of db_control
os_user
The operating system user.
Back to overview of db_control
provider
The specific backend to use for this db_control
resource. You will seldom need to specify this — Puppet® will usually
discover the appropriate provider for your platform.Available providers are:
- base
- sqlplus
-
- Default for
id==root. Default foroperatingsystem==windows.
- Default for
- srvctl
Back to overview of db_control
refreshonly
The command should only be run as a refresh mechanism for when a dependent object is changed.
Valid values are true, false.
