Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Re: Re: Passing client information between multiple sockets...

by belden (Friar)
on May 15, 2004 at 01:53 UTC ( [id://353547]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://353547]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-20 10:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found