IMPAX 6.5.1 Server Knowledge Base home > Oracle Server home > Maintaining Oracle Data Guard
If you have to do any type of servicing of the standby server, you can reboot the server after the servicing.
To reboot the standby database server
Log into the standby server.
On Solaris, log in as the root user. On Windows, log in as the AgfaService user.
To prevent IMPAX from starting after a reboot, in a command prompt, type
# disable_impax
If running on Windows, ensure all the IMPAX services are set to Manual startup.
Change to the /usr/mvf/bin (Solaris) or C:\mvf\bin (Windows) directory.
To reboot the standby server, type
$ sqlplus / as sysbda
alter database recover managed standby database cancel;
shutdown immediate;
Change to the root directory.
Reboot the Windows server or on Solaris, type # init 6.
After the standby server reboots, change to the /usr/mvf/bin (Solaris) or C:\mvf\bin (Windows) directory.
To start the Oracle Managed Recovery Process, type
$ sqlplus / as sysbda
startup mount;
alter database recover managed standby database using current logfile disconnect from session;
exit;
To start the private listener, type
lsnrctl start listener
See also
Rebooting the primary database server
Shutting down and starting up the Oracle database
Troubleshooting: Oracle on Windows does not start up automatically after a reboot
Topic number: 67099 Applies to: IMPAX 6.5.1 Server Knowledge Base |