Libraries
»
enterprisemodules-ora_install
(6.9.3)
»
Index (d)
»
Puppet Tasks
»
db_action
Puppet Task: db_action
Defined in:
tasks/db_action.json,
tasks/db_action.rb
Overview
Execute an action pn the specified Oracle instance
Supports noop?
false
Parameters
sid
(Optional[String[1]])
— SID of the database to connect to
action
(Enum['start', 'stop', 'restart'])
— The action that needs to be executed on the database
type
(Optional[Enum['immediate', 'abort', 'nomount', 'normal', 'mount', 'restrict', 'open', 'open recover', 'upgrade']])
— Type of action
verbose
(Optional[Enum['debug', 'info', 'notice', 'warning', 'err', 'alert', 'emerg', 'crit']])
— The level of verbosity to use.
format
(Optional[Enum['pretty','json']])
— Format of the output.