Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: "Insert only"-tables.
Try attaching a trigger to a table to trap deletes and updates.
M
Rune Skaug <rune.skaug_at_trade.no.thanks> wrote in message
news:E_2I3.1020$A_5.8234_at_news1.online.no...
> Hi!
>
> I'm building a system that logs certain transactions to a "log table".
> The problem is, that the rows in the table are quite sensitive, and can
not
> be modified by anyone, except the log function that inserts these rows.
> (It's no problem for me if someone else inserts too, but updates and
deletes
> are absolutely out of the question :)
>
> Anyone?
>
> Best regards,
>
> Rune Skaug
>
>
Received on Tue Sep 28 1999 - 09:38:18 CDT
![]() |
![]() |