SQL windows block register unless a user is Read Only

jjsanchez

Member
Hello all,
I have an issue with users granted READ ONLY on a Oracle Database.

If the user do SELECT from Table_Name FOR UPDATE in the SQL windows, the registers are blocked although the user has READ ONLY access to the database.

are they any option or parameter on the preferences to avoid that?.

Regards
 
If you are using Oracle12c then you can grant the user read privileges on the table instead of select privileges. I'm not sure if this can be prevented on Oracle11c or earlier.
 
Back
Top