Title: RE: HELP - How can I limit what program users use to connect?

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-----
From: Shevtsov, Eduard [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 22, 2001 1:05 PM
To: Multiple recipients of list ORACLE-L
Subject: Re: HELP - How can I limit what program users use to connect?


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).

Reply via email to