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@nsite(gname => groupname, new_site => nsite);
...
END;
/
*********************************************************************This e-mail 
message is confidential, intended only for the named recipient(s) above and may 
contain information that is privileged, attorney work product or exempt from 
disclosure under applicable law. If you have received this message in error, or are 
not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 
and delete this e-mail message from your computer, Thank 
you.*********************************************************************2

Reply via email to