How can I make an oracle instance read only?
Hello,
I have a need to keep our production database up in a read-only state so the users can access data. What is the best way to accomplish this? I was thinking I would take away the update/delete/insert privs from all. I didn't know if there was an easier way.
Thanks.