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 -> selecting osuser info inside a stored proc

selecting osuser info inside a stored proc

From: clueless <ro_cright_at_hotmail.com>
Date: Wed, 08 May 2002 13:19:39 GMT
Message-ID: <LB9C8.20757$f5.1692498@news>


Hi gang,

  I am writing a pl/sql stored procedure. Inside the procedure I want to determine the osuser who is executing the stored proc. The user will NOT have dba privileges, i.e. this will be a NORMAL user. Any ideas, hints,...

  I was thinking about creating another stored function owner by a dba that would return the osusers from v$session when called (execute priv would be granted to the NORMAL user). The problem is that this view (v$session) will return all users logged in.

 Thanks,
Clueless Received on Wed May 08 2002 - 08:19:39 CDT

Original text of this message

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