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: webdb: get NT User?

Re: webdb: get NT User?

From: Paul Drake <paled_at_home.com>
Date: Sat, 18 Aug 2001 20:42:15 GMT
Message-ID: <3B7ED312.C7D6DA04@home.com>


duanez wrote:
>
> I am new to using Oracle's webdb. I am more familiar with IIS &
> Apache.
>
> With IIS it is very easy to get the NT User's login name. Does Oracle
> /Oracle Web have a similar publicly avail property?
>
> thanks!

select osuser from v$session where ...

There is also a function USER_ENV() that can return such values. http://otn.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a85397/function.htm#79864

that will help,

Paul Received on Sat Aug 18 2001 - 15:42:15 CDT

Original text of this message

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