How to make a database as read only?
How to change database into read only? I don't think "alter database open read only" is the only command line. FYI, I am planning to make my stand alone database as read only, as it is meant for reporting purposes and disallow any unwanted users to do any changes.
My database is running on Oracle 10g 10.2.0.3(Linux).
Please help.
Jai..