Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Get the sql query in oracle trigger
Hi all,
The reason I wannna do this is because I want to capture the direct sql query (using trigger) and send it to a java function. Then parse the sql query and contruct a web service call according to the table and column it is trying to insert or update.
maybe there is a better solution for this, I don't know~.... Received on Thu Mar 30 2006 - 11:27:14 CST