Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: using dblinks in stored procedures?
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
![]() |
![]() |