Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: methodology to keep only certain programs to connect to
Joe,
Create a view over V$SESSION with the condition
where audsid = SYS_CONTEXT('USERENV', 'SESSIONID')
call it USER_SESSION and grant SELECT TO PUBLIC on it.
-- Regards, Stephane Faroult Oriole SoftwareReceived on Tue Sep 10 2002 - 11:07:44 CDT
![]() |
![]() |