Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: DDL inside trigger.
"Gama Franco" <gama_franco_at_clix.pt> wrote in message
news:40C4EA53.1040102_at_clix.pt...
> Dear all,
>
> I'm developing a distributed application using Oracle 9i and I need to
> use DDL inside a trigger. I've read that it isn't possible, but I
> believe that there must be another way to solve this situation.
>
> My idea is to create a trigger on a table that detects insertions and
> creates users in the local and remote databases.
>
> Best regards,
> Gama Franco
>
you can use execute immediate inside a block (but i will question as to why you are doing this) Received on Mon Jun 07 2004 - 18:05:37 CDT