dbaascli dataguard failover

The dataguard failover subcommand of the dbaascli utility is used to perform a manual failover to the standby database in your Oracle Data Guard configuration.

Execute this command as the oracle user.

dbaascli dataguard failover [--force yes|no] [--password password]

Options of this subcommand are as follows.

Option Description

--force yes|no

The force option can be used if the dataguard status subcommand shows that the Data Guard configuration is in a warning or error state.

--password password

The password option is used to supply the SYS user password if it has changed since the Data Guard configuration was created.