Unfortunately I'd want to simply prevent the users from connecting in the 
first place.  I don't think it would go over too well if they could connect, 
and then get bumped out 2 minutes later.
-Fred Smith


>From: Nick Wagner <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
>Subject: RE: HELP - How can I limit what program users use to connect?
>Date: Wed, 22 Aug 2001 13:16:03 -0800
>
>One thing you can try....
>
>TOAD includes a module name...  so select from v$session where module =
>'T.O.A.D.'
>
>It will give you a list of users... and you could probably create a 
>DBMS_JOB
>to go around and kill any user with module 'T.O.A.D'  who did not have DBA
>priv's.   It would be quite intensive to run on your machines... but I 
>think
>it would get the job done.  I'm not sure what other apps you have... maybe
>they also have a module associated with them.
>
>Nick
>
>-----Original Message-----
>Sent: Wednesday, August 22, 2001 1:05 PM
>To: Multiple recipients of list ORACLE-L
>
>
>Hi Ken,
>
>AFAIR you can limit connections via SQL*+  not sure though
>it'll work for TOAD and other 3d party products.
>Try to find pubbl.sql(?) (sorry don't remember the exact name).
>It's one of the standart scripts you're supposed to run while
>db creation. It creates a couple of profile tables and it's available in 
>7.x
>8.x
>
>HTH,
>Ed
>
>
>
> > List,
> >   Does anyone know of a method by which I can prohibit users from
>connecting
> > into my Oracle 8.0.6.0.0 database by any product other than the
> > application's executable program?  (i.e. - I don't want anyone 
>connecting
> > through TOAD, etc.)  But, I do want to allow anyone with DBA role to be
>able
> > to connect through TOAD.
> >
> > Thank you,
> > -Ken Lewin
> >
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Shevtsov, Eduard
>   INET: [EMAIL PROTECTED]
>
>Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
>San Diego, California        -- Public Internet access / Mailing Lists
>--------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from).  You may
>also send the HELP command for other information (like subscribing).


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Fred Smith
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to