Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Questions about PL/Sql stored procedures
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
![]() |
![]() |