Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Remote execution of pl/sql

RE: Remote execution of pl/sql

From: Jamadagni, Rajendra <Rajendra.Jamadagni_at_espn.com>
Date: Tue, 25 Jun 2002 10:55:06 -0800
Message-ID: <F001.00487459.20020625105506@fatcity.com>


you will have to use dynamic sql to do what you want to do.

Raj



Rajendra Jamadagni MIS, ESPN Inc.
Rajendra dot Jamadagni at ESPN dot com
Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.

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

Original text of this message

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