Libraries
»
enterprisemodules-ora_config
(3.26.1)
»
Index (i)
»
Puppet Tasks
»
insert_data_bu
Puppet Task: insert_data_bu
Defined in:
tasks/insert_data_bu.json,
tasks/insert_data_bu.rb
Overview
Restores a database from an rman backup
Parameters
sid
(String[1])
— The SID of the database.
oracle_home
(String[1])
— The Oracle home this database is runing from.
oracle_base
(String[1])
— The Oracle base for this database.
os_user
(String[1])
— The os user Oracle is running under.
os_group
(String[1])
— The os group Oracle is running under.
directory
(String[1])
— The directory where the backup file should be read from
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.