Whats the best way to allow full access to a table in an Oracle form, but prevent the same (Oracle) user from modifying data in the same table using Sql*Plus, TOAD or somesuch?
I've tried using the PRODUCT_USER_PROFILE method which works fine for Sql*Plus, but I cant use this method to prevent access with TOAD. Can I?
I've tried using the PRODUCT_USER_PROFILE method which works fine for Sql*Plus, but I cant use this method to prevent access with TOAD. Can I?