Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: PL/SQL vs Java vs Pro*C for switching?
Sounds like a job for old fashioned TCP/IP socket programming. There is a telnet API you can use to establish telnet sessions, send commands, etc. all through the telnet library. Grab a copy of "Internetworking with TCP/IP" by Comer and Stevens, Pretice Hall. There are three volumes, and they're pretty old. You'll need volume three. Good luck.
Paul
Chris Boyle wrote:
> I need to create a program to send commands to a Nortel switch on a separate
> system via telnet. Has anybody seen something out there that already
> approximates this? Any ideas about which language would be better? Do
> PL/SQL or Java support creating a telnet session? What about creating a
> file with either of them and then have the system telnet the file from a
> cron job? Feasible? I would appreciate any ideas
>
> Thanks
Received on Tue Aug 01 2000 - 00:00:00 CDT
![]() |
![]() |