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

Home -> Community -> Usenet -> c.d.o.server -> Re: How to prevent users using toad and sqlplus from their client

Re: How to prevent users using toad and sqlplus from their client

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Sun, 17 Sep 2006 14:00:03 +0200
Message-ID: <cvdqg21aesiumgkusmr1d6f9d0b75jhnv1@4ax.com>


On Sun, 17 Sep 2006 10:03:31 GMT, "Simo Silmu" <kalle_at_nospam.com> wrote:

>Well,
>
>the subject tells it all but how would you prevent users using toad and
>sqlplus from their client (and perhaps getting nice denial message).
>
>Cheers
>SS
>

create an after logon trigger (assuming you are on a version >= 8.1), and determine the program using the sys_context function. Rest should be peanuts.
However: if you have proper security set up, I don't think sql*plus access (which of course is readonly) should be a problem.

--
Sybrand Bakker, Senior Oracle DBA
Received on Sun Sep 17 2006 - 07:00:03 CDT

Original text of this message

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