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: accessing env variable username using sql

Re: accessing env variable username using sql

From: Jason Jay Weiland <archduke_at_uclink4.berkeley.edu>
Date: Tue, 03 Nov 1998 10:11:10 -0800
Message-ID: <363F473E.EB2587C9@uclink4.berkeley.edu>


Dominic,

Try getting the info from the USER_USERS table:

SELECT username
  FROM user_users;

Jay!!!

dominic wrote:

> Hi,
> I am using Netscape authentication to protect
> a Java applet. As the Java applet requires
> the variable username and I couldn't make the
> applet get the variable, I am trying to find
> out whether I will be able to retrieve
> the environment variable from oracle. Any help
> will be appreciated. Thank you.
>
> Dominic
Received on Tue Nov 03 1998 - 12:11:10 CST

Original text of this message

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