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: How to avoid distributed query in PL/SQL???

Re: How to avoid distributed query in PL/SQL???

From: Gary SMITH <Gary.Smith_at_cern.ch>
Date: 1997/12/17
Message-ID: <34978BB3.919B5978@cern.ch>#1/1

Nagesh,

The thing to do would be to write a stored procedure, install it on the remote machine, then execute it from the local machine passing the column_value_on_local as a parameter.

    my_proc_at_remote_link(col_val);

Regards

--

*************************
Gary Smith CERN, Geneva, Switzerland Email: Gary.Smith_at_cern.ch Tel: +41 22 7678944
*************************
Received on Wed Dec 17 1997 - 00:00:00 CST

Original text of this message

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