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

I think Expect will be used for more than just automating the login; it'll also interact with the db shell.
  • Comment on Re: Re: Re: Passing client information between multiple sockets...

Replies are listed 'Best First'.
Re: Re: Re: Re: Passing client information between multiple sockets...
by Plankton (Vicar) on May 15, 2004 at 03:22 UTC
    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.