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: USERS

Re: USERS

From: DA Morgan <damorgan_at_exesolutions.com>
Date: Fri, 31 Jan 2003 15:27:51 -0800
Message-ID: <3E3B0677.8EDEF207@exesolutions.com>


s Lehaire wrote:

> Hi,
> I want to know in a procedure who is executing it .
>
> may anyone have the solution ?
>
> Thx for help

Inside the procedure:

INSERT INTO log_table VALUES (user_id_information_stuff); COMMIT; Unless you plan on active monitoring.

Daniel Morgan Received on Fri Jan 31 2003 - 17:27:51 CST

Original text of this message

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