I have an application with an Access front end and an Oracle back end. In Oracle, I've set up permissions for my users so that some tables can be apppended to and deleted from, others only selected etc. etc. I would like to prevent users from using a tool like TOAD or SQL plus to log into the Oracle database where my application's tables are housed and manipulate the data in those tables through adhoc SQL statements. In short, I want the users to only interact with my application's tables through my front end. Is it possible to implement a security policy like this?
hilbertl