telnet

Now my task is
there are two servers A and B.
i only can put unix script in server A and database is on server B.

can I write a script in serer A which could telnet to server B and run the script which include sql script and save the output file in server A.

did I make my problem clear?

yes - "man rsh" or "man ssh", depending on wether you allow insecure connections or not.

Hope this helps.

bakunin

Thanks, I will check it tomorrow.