Prevent usert to DML
Hi all i have my client server application(Java) and i want to prevent the users(also the user that use the procedure) to insert update select for update one table.
I try Lock Table IN EXCLUSIVE MODE but it seems not works,Am i in fault or is the wrong way?Any idea?