Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
$login = "a_user"; $passw = "a_user_pwd"; $instance = "MYINST"; $cons = "sqlplus -R 3 '$login/$passw@$server"; $cons .= " @ARGV"; $cons =~ s/;/\\;/g; exec $cons;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: sqlplus hide password
by jplindstrom (Monsignor) on Aug 23, 2006 at 11:56 UTC | |
Re: sqlplus hide password
by derby (Abbot) on Aug 23, 2006 at 12:01 UTC | |
by jplindstrom (Monsignor) on Aug 23, 2006 at 13:42 UTC | |
by derby (Abbot) on Aug 23, 2006 at 13:45 UTC | |
Re: sqlplus hide password
by BigJoe (Curate) on Aug 23, 2006 at 14:28 UTC | |
A reply falls below the community's threshold of quality. You may see it by logging in. |