Prevent connections for some users through SQL*Plus, TOAD
From: Ricardo Santos <saints.richard_at_gmail.com>
Date: Mon, 2 Jun 2008 12:48:10 +0100
Message-ID: <34e16fec0806020448s101206f9wc3013393d21480ab@mail.gmail.com>
Date: Mon, 2 Jun 2008 12:48:10 +0100
Message-ID: <34e16fec0806020448s101206f9wc3013393d21480ab@mail.gmail.com>
Hello to you all,
I've an old fashion application that uses an Oracle Database where each application user, is also a database user. That way, each user can connect to the database through other tools beside the application, like TOAD, SQL*Plus, etc.
For security reasons I would like to prevent these users to connect to the database using any other program than the application itself(No SQL*Plus, no Toad, etc …). I thought in using a "trigger after logon" with a kill session statement, but it's true :) a session can't kill itself (ORA-00027)
At the moment I'm not figuring out a way to achieve what I want. Can anyone give me a hand ?
Thanks in advance,
Ricardo Bateiras.
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Jun 02 2008 - 06:48:10 CDT