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 -> Re: RPC socket TCL alternative

Re: RPC socket TCL alternative

From: Ron Reidy <rereidy_at_indra.com>
Date: Wed, 12 Jun 2002 07:04:58 -0600
Message-ID: <3D0746FA.118F2391@indra.com>


rx_at_wo.cz wrote:
>
> 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?)
look at dbms_pipe

-- 
Ron Reidy
Oracle DBA
Received on Wed Jun 12 2002 - 08:04:58 CDT

Original text of this message

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