in reply to Re: Re: Re: Passing client information between multiple sockets...
in thread Passing client information between multiple sockets...

I don't disagree with you there, but a even a shell script can interact with the db shell. Example ...
#/bin/sh ssh user@db_server sqlplus /nolog <<EOT connect user passwd select * from whatever where something = $1; EOT
Also how is Expect going to proctect the login password?

Plankton: 1% Evil, 99% Hot Gas.
  • Comment on Re: Re: Re: Re: Passing client information between multiple sockets...
  • Download Code