You can change Oracle database settings such as initialized parameters and data files using the procedures described below.
Note
Oracle database must be stopped depending on the settings. For details, refer to the Oracle Database manual.
If Oracle database must be stopped, change the settings as follows:
Maintenance mode / Monitoring disruption
# /opt/SMAW/SMAWRrms/bin/hvutil -m on <userApplication> (Maintenance mode) # /opt/FJSVclora/sbin/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".)
Enable Oracle Restart settings
Enable Oracle Restart settings if necessary.
(Refer to "3.2 Oracle database Maintenance".)
Oracle database stop
# su - <Oracle user> $ sqlplus /nolog SQL> CONNECT / AS SYSDBA SQL> SHUTDOWN IMMEDIATE
Setup change
Change Oracle database settings such as initialized parameters and data files.
Oracle database startup
# su - <Oracle user> $ sqlplus /nolog SQL> CONNECT / AS SYSDBA SQL> STARTUP
PDB startup(for the database using the multitenant architecture)
# su - <Oracle user> $ sqlplus /nolog SQL> CONNECT / AS SYSDBA SQL> ALTER PLUGGABLE DATABASE ALL OPEN;
Disable Oracle Restart settings
If "3. Enable Oracle Restart settings" is executed, disable Oracle Restart settings.
(Refer to "3.2 Oracle database Maintenance".)
Monitoring restart / Maintenance mode stop
# /opt/FJSVclora/sbin/hvoraenable -a <userApplication>(Monitoring restart) # /opt/SMAW/SMAWRrms/bin/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".)
Restart userApplication
When the Oracle instance, listener, or ASM is stopped and started manually, restart the userApplication including Oracle resources.
# hvutil -f <userApplication> # hvswitch <userApplication> <SysNode>