Libraries »
enterprisemodules-ora_config (3.26.1)
»
Index (s) »
Puppet Tasks
»
sql
Puppet Task: sql
Defined in:
tasks/sql.json,
tasks/sql.rb
Overview
Allows you to execute arbitraryarbitary SQL and return the output as raw text or an array of values
Parameters
sid(Optional[String[1]])
— SID of the database to connect to
username(Optional[String[1]])
— The Oracle username to use. When none is specfied, SYS will be used.
password(Optional[String[1]])
— The password to use. Only valid when specifying an Oracle username
sql(String[1])
— The SQL you want to execute
raw(Optional[Boolean])
— When true, it returns the output as a raw string. When false, it returns the value as an array of values. Default valu is true