You can change Oracle settings such as initialization 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)
Confirmation of maintenance mode and stop of monitoring
Confirm that changing into maintenance mode and stop of monitoring have been successfully done.
(Refer to note of "4.1 hvoradisable - Discontinue Monitoring Resources".)
Oracle stop
# su - <Oracle user> $ sqlplus /nolog SQL> connect / as sysdba SQL> shutdown immediate
Setup change
Change Oracle settings such as initialization parameters and path of 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)
Confirmation of restart of monitoring and maintenance mode
Confirm that restart of monitoring and changing out of maintenance mode has been successfully done.
(Refer to note of "4.2 hvoraenable - Restart Monitoring Resources".)