How to pass a stored password to a job step
Summary:
Trying to pass a #{variable} password stored in the project to a sqlcl step or a shell script type step in a job.
Content (required):
We have been passing password variables by using a parameter in the job. That works well for a single password.
However, we frequently have the need to select from a list of passwords and pass that variable to a sqlcl or shell script step in the job, if I use the #{var} format it won't be replaced within the step.
We've also tried a dropdown list $passwd_selection like this:
#{var1}
#{var2}
#{var3}
but the $passwd_selection will not replace to the actual stored password.
Tagged:
0