Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Remote execution of pl/sql
you will have to use dynamic sql to do what you want to do.
Raj
QOTD: Any clod can have facts, but having an opinion is an art!
-----Original Message-----
Sent: Tuesday, June 25, 2002 2:41 PM
To: Multiple recipients of list ORACLE-L
Jeff,
Thanks, this looks really close. One refinement though, I need to pass the target link name as a parameter. The name is already being passed, I just need the link syntax to interprit the variable before trying to use it. Any advice?
create or replace procedure setup_replication_group_load (groupname IN
VARCHAR2, nsite IN VARCHAR2) IS
...
dbms_offline_og.begin_load_at_nsite(gname => groupname, new_site => nsite);
...
END;
/
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jamadagni, Rajendra INET: Rajendra.Jamadagni_at_espn.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Jun 25 2002 - 13:55:06 CDT
- text/plain attachment: InterScan_Disclaimer.txt