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: How to retrieve User login name?

Re: How to retrieve User login name?

From: CTC-Reuna <italo.bozzi_at_usa.net>
Date: Thu, 2 Jul 1998 12:51:26 -0400
Message-ID: <6nge45$scn$1@aconcagua.ctcreuna.cl>


select user from dual;

Regards,

Italo.

Troy Perchotte escribió en mensaje <359AC1D4.FD35C0F_at_headroom.com>...
>I would like to send an access pass-through query to oracle that will
>allow the user to change their password.
>
>How do I find out what the user's login name is? (so that I can fill in
>the username parameter of my "ALTER USER ... IDENTIFIED BY ..."
>statement)
>
>Thanks,
>
>Troy Perchotte
>
Received on Thu Jul 02 1998 - 11:51:26 CDT

Original text of this message

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