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

Home -> Community -> Usenet -> c.d.o.misc -> Re: force inclusion of certain fields in update (trigger?)

Re: force inclusion of certain fields in update (trigger?)

From: hc <zimmer_at_hollomey.com>
Date: Thu, 21 Feb 2002 14:08:06 +0100
Message-ID: <MPG.16df0f97725e8fa3989680@news.inode.at>


> How about:
>
> SELECT user INTO :NEW.USERNAME FROM DUAL;

Yeah, this works. In my case, however, all developers connect to the database using the same user. So it is in their own responsibility to set the column "username" to an individual mnemonic to identify themselves. That's the problem.

But I'm considering creating a seperate user for each developer right now, then your suggestion would be certainly implemented ;)

Thanx,
Alex Received on Thu Feb 21 2002 - 07:08:06 CST

Original text of this message

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