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: using dblinks in stored procedures?

Re: using dblinks in stored procedures?

From: Pete Finnigan <plsql_at_petefinnigan.com>
Date: Sun, 14 Dec 2003 21:20:14 +0000
Message-ID: <ozyKkkBOQN3$QxCS@peterfinnigan.demon.co.uk>


Hi Scott,

you cannot do this, you need to look at dynamic SQL using execute immediate and build the SQL string up using your variable or look at the dbms_sql package.

kind regards

Pete

-- 
Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
Received on Sun Dec 14 2003 - 15:20:14 CST

Original text of this message

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