SQL Developer read-only access
SFNYCMar 23 2006 — edited Nov 16 2006Is there a way to give SQL Developer read-only (select) access to a database? One concern at my company is that developers may accidentally access the production database and issue truncates or deletes on the production tables. Is there a way to make connections to a certain database read-only? Is there a parameter in the tnsnames.ora file? Something similar was done on our PC when we use the GUI SQLPlus where the delete command was disabled. Is there something similar?
Sam