Libraries
»
enterprisemodules-ora_config
(3.26.1)
»
Index (e)
»
Puppet Tasks
»
extract_data_dp
Puppet Task: extract_data_dp
Defined in:
tasks/extract_data_dp.json,
tasks/extract_data_dp.rb
Overview
Extracts the data from a database using datapump
Parameters
sid
(String[1])
— The SID of the database.
oracle_home
(String[1])
— The Oracle home this database is runing from.
cdb
(Boolean)
— Is the database a container database. *** NOT IMPLEMENTED YET ***
pluggable
(Boolean)
— Is the database a pluggable database. *** NOT IMPLEMENTED YET ***
contained_by
(String)
— If it is a pluggable the name of the container. *** NOT IMPLEMENTED YET ***
database_user
(String)
— The database user used for the datapump export
database_user_password
(String)
— The password of the 'database_user'
os_user
(String[1])
— The OS user used for the datapump export
directory
(String[1])
— The directory where the export file should be written to
schemas
(Array)
— Array of schemas to be exported