how to create a trigger with a variable name

From: JivZ <jivz_at_NOSPAM.dse.nl>
Date: 1998/01/21
Message-ID: <6a4uno$2871_at_reader2.wxs.nl>#1/1


Hi, I want to create a trigger in a stored procedure where the name of the trigger comes from a parameter, something like

PROCEDURE ADDTRIGGER(name IN VARCHAR2(50)) IS
BEGIN
  CREATE TRIGGER name AFTER ....

END; How can this be done?

--
Jan Zoetekouw
JivZ_at_NOSPAM.dse.nl
To reply: remove NOSPAM from my email-address
Received on Wed Jan 21 1998 - 00:00:00 CET

Original text of this message