How to Fail Over and Reinstate Oracle Database on Oracle Cloud

In this article, we will show you how to fail over and reinstate Oracle Database in the Oracle Cloud. This article is written by Skant Gupta and Joel Pérez in Oracle OTN. Note: To use the procedure presented in this article, you need two Oracle Cloud database instances. Also, the procedure presented was performed on Oracle Database […]

Read More

raccli create backup

The create backup subcommand of the raccli creates a backup of the configuration files, inventory configuration files, Grid Infrastructure and Oracle Database home, database, and tooling metadata of an Oracle Database Cloud Service database deployment that uses Oracle Real Application Clusters (RAC). raccli create backup [-tag tag-name] -tag tag-name : The name of the backup […]

Read More

raccli clean backup

The clean backup subcommand of the raccli utility deletes any unnecessary backups or backup pieces as determined by the backup configuration’s recovery windows for local and cloud backups. raccli clean backup [-force]

Read More

raccli Utility

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, […]

Read More

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

Read More

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.

Read More

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

Read More