| Oracle DBMS_DG Version 11.2.0.3 |
|---|
| General Information | |||||||||||||||
| AUTHID | CURRENT_USER | ||||||||||||||
| Dependencies |
|
||||||||||||||
| Exceptions |
|
||||||||||||||
| First Available | 11.1.0.6 | ||||||||||||||
| Security Model | Owned by SYS with no privileges granted | ||||||||||||||
| Source | {ORACLE_HOME}/rdbms/admin/dbmsdg.sql | ||||||||||||||
| INITIATE_FS_FAILOVER | |||||||||||||||
| Specify a condition string that, when encountered by an application, allows the application to request the primary database to immediately invoke a fast-start failover | dbms_dg.initiative_fs_failover(condstr IN VARCHAR2) RETURN BINARY_INTEGER; | ||||||||||||||
| set serveroutput on DECLARE status INTEGER; BEGIN status := dbms_dg.initiate_fs_failover('Failover Requested'); dbms_output.put_line('FSFO Disabled: Expected Status ORA-16646'); dbms_output.put_line('Actual Status = ORA-' || status); END; / |
|||||||||||||||
| Related Topics |
| Data Guard |
| DBMS_DRS |
| Packages |
| This site is maintained by Dan Morgan. Last Updated: | This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2013 Daniel A. Morgan All Rights Reserved | |||||||||
|
|
||||||||||