in reply to Re: Connecting to an instance after spliting it with a regexe
in thread Connecting to an instance after spliting it with a regexe
Thanks for pointing me to the right direction, actually what I wanted to do was your first hint and about how do i encrypt passwords? I do that running the environment variable on the code (a code I didn't write) , connecting into the DB it's next thing I wan to figure out, now that I already get the password through command sqlplus from unix with format "user/pass@instance"
{ my $output = `~/prod/alert/bin/Enc3DesUtils DEC $2`; print "$output\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Connecting to an instance after spliting it with a regexe
by Anonymous Monk on Jul 28, 2014 at 22:02 UTC |