Making table Read only
627509Nov 2 2008 — edited Nov 2 2008Hi all,I have few tables in database.I am using Oracle 9i.
I want to make one table read only.That means it should not allow insert,delete,edit commands.
It should only accept select command.
How can i do it.
Pls help me.