Preventing end-users from connecting using 3rd party softwares [message #120958] |
Wed, 25 May 2005 02:22 |
bijugv
Messages: 2 Registered: May 2005
|
Junior Member |
|
|
DB: 9i R2
OS: Sun Solaris
Hi
I've implemented a Virtual Private Database for confidential information. The users are supposed to acces only using the application. Is it possible to prevent users from connectin to the Database using 3rd party tools like TOAD, SQL Navigator and even MSExcel!
Regards
|
|
|
|
Re: Preventing end-users from connecting using 3rd party softwares [message #121056 is a reply to message #120958] |
Wed, 25 May 2005 10:19 |
bijugv
Messages: 2 Registered: May 2005
|
Junior Member |
|
|
Thanks Mahesh
Your reply is worth considering. I could build in a table to hold list of valid application that can be used and another table to hold users who can use each application. I can then handle them through the login trigger.
But how correct is that application information in Oracle? Is there any other way that users can fool the system!
FYI: The reason to prevent external application is that users end up using tools to connect into database and extract information without puting valid conditions, thus creating junk reports and then creating confusion on the validity of the data within the database. I want to enforce usage of established application and reports to all end-user purposes.
Regards
Biju.
|
|
|
|