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: Questions about PL/Sql stored procedures

Re: Questions about PL/Sql stored procedures

From: SteveDHoward <stevedhoward_at_aol.com>
Date: 24 Sep 2000 17:16:09 GMT
Message-ID: <20000924131609.16209.00000970@ng-cg1.aol.com>

You could try the following:

  SELECT username
    INTO v_user
    FROM user_users;

This will pull the username of the caller into a variable. Received on Sun Sep 24 2000 - 12:16:09 CDT

Original text of this message

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