Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> RPC socket TCL alternative

RPC socket TCL alternative

From: <rx_at_wo.cz>
Date: Tue, 11 Jun 2002 19:27:40 +0200
Message-ID: <ae5bue$431s8$1@ID-123390.news.dfncis.de>


I can use in TCL this command for read RPC protocol:

set ss [socket 172.173.174.51 14000]
puts $ss "RPCmyProcedure myId \r\n"
flush $ss
set result [read $ss]
close $ss

how can I use this syntax on Oracle side (PL/SQL?) Received on Tue Jun 11 2002 - 12:27:40 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US