Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: "Insert only"-tables.

Re: "Insert only"-tables.

From: Mark Gumbs <mgumbs_at_hotmail.com>
Date: Tue, 28 Sep 1999 15:38:18 +0100
Message-ID: <37f0d03b.0@145.227.194.253>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US