René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

Shut a physical standby database down

If a physical standby database is performing managed recovery, the managed recovery must be canceled:
alter database recover managed standby database cancel;
when the database is not performing managed recovery, it can be shut down:
shutdown immediate

Links