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>...
> 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.
Sure there is.
> My idea is to create a trigger on a table that detects insertions and
> creates users in the local and remote databases.
>
You could for example start a batch (asynch) job that would do that? I believe you can start one via trigger. There will of course be other options.
Cheers
Nuno Souto
wizofoz2k_at_yahoo.com.au.nospam
Received on Mon Jun 07 2004 - 21:43:36 CDT