You can change Oracle settings such as initialized parameters and data files using the procedures described below.
Note
Oracle must be stopped depending on the settings. For details, see the Oracle manual.
If Oracle must be stopped, change the settings as follows:
Maintenance mode / Monitoring disruption
# hvutil -m on <userApplication> (Maintenance mode) # hvoradisable -a <userApplication> (Monitoring disruption)
Oracle stop
# su - <Oracle user> $ sqlplus /nolog SQL> connect / as sysdba SQL> shutdown immediate
Setup change
Change Oracle settings such as initialized parameters and data files.
Oracle startup
# su - <Oracle use> $ sqlplus /nolog SQL> connect / as sysdba SQL> startup
Monitoring restart / Maintenance mode stop
# hvoraenable -a <userApplication> (Monitoring restart) # hvutil -m off <userApplication> (Maintenance mode stop)
Note
If there are Oracle-dependent resources, the procedure with the monitoring disruption command might not work. When Oracle resources are stopped with the monitoring disruption command then Oracle is stopped manually, the Oracle-dependent resource might fail.
You need to check the status of the Oracle-dependent resource when you stop Oracle manually.