Read only database permanently
Hi guys!
I would like to know is it possible to set existing Oracle database to be Read Only by default, after each startup?
I know that i can do it manually by issuing command alter database open read only, but i would like to put database as read only each time after startup, without typing previous command.
Can i maybe alter some parameters in init file or similar?