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: Which user executes my procedure?

Re: Which user executes my procedure?

From: Peter Laursen <ptl_at_edbgruppen.dk>
Date: 11 Feb 2000 09:28:33 GMT
Message-ID: <01bf7472$3b135640$2c289a0a@apollo>


Klim Samgin <klimsamgin_at_yahoo.com> skrev i artiklen <880js9$rqb$1_at_nnrp1.deja.com>...
> Hi, All!
>
> I've got PL/SQL procedure and I granted execute on it
> to some db users.
>
> Can my procedure to find out which user execute it?
> This may help to configure procedure behaviour for each user.

Select user into :executing_user from dual;

Peter Laursen Received on Fri Feb 11 2000 - 03:28:33 CST

Original text of this message

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