Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: methodology to keep only certain programs to connect to

Re: methodology to keep only certain programs to connect to

From: Stephane Faroult <sfaroult_at_oriole.com>
Date: Tue, 10 Sep 2002 18:07:44 +0200
Message-Id: <22528.293334@fatcity.com>


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 Software
Received on Tue Sep 10 2002 - 11:07:44 CDT

Original text of this message

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