RPC socket TCL alternative
From: <rx_at_wo.cz>
Date: Tue, 11 Jun 2002 15:52:23 +0200
Message-ID: <ae4vap$3ca3m$1_at_ID-123390.news.dfncis.de>
I can use in TCL this command for read RPC protocol:
Date: Tue, 11 Jun 2002 15:52:23 +0200
Message-ID: <ae4vap$3ca3m$1_at_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 - 15:52:23 CEST