The raccli utility is provided on Oracle Database Cloud Service deployments that use Oracle Real Application Clusters (RAC) to perform a variety of life-cycle and administration operations. Using the raccli utility, you can perform operations like: Backing up the database Recovering the database from a backup Changing configuration of automatic backups Patching the Oracle Database, […]
Category: ORACLE DBAAS
dbaascli database start
The database start subcommand of the dbaascli utility can be used to start the database instance and open the database. Execute this command as the oracle user. dbaascli database start
dbaascli database changepassword
The database changepassword subcommand of the dbaascli utility is used to change the password of a database user. Execute this command as the oracle user. dbaascli database changepassword Enter the user name and new password when prompted.
dbaascli database bounce
The database bounce subcommand of the dbaascli utility can be used to shut down and restart the database. Execute this command as the oracle user. dbaascli database bounce
dbaascli listener stop
The listener stop subcommand of the dbaascli utility is used to stop the listener. Execute this command as the oracle user. dbaascli listener stop
dbaascli listener bounce
The listener bounce subcommand of the dbaascli utility is used to stop and restart the listener. Execute this command as the oracle user. dbaascli listener bounce
dbaascli listener start
The listener start subcommand of the dbaascli utility is used to start the listener. Execute this command as the oracle user. dbaascli listener start
dbaascli listener status
The listener status subcommand of the dbaascli utility is used to obtain information about the status of the listener. Execute this command as the oracle user. dbaascli listener status
dbaascli dataguard reinstate
The dataguard reinstate subcommand of the dbaascli utility is used to reinstate a failed primary database as a standby database after a failover. Execute this command as the oracle user. dbaascli dataguard reinstate [–password password]
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]