dbaascli is a command-line interface for managing a database instance on cloud.
Which two functions can you manage with dbaascli?
A.
running health checks on your database
B.
creating users in the database instance
C.
restoring fromthe most recent backup
D.
creating a database instance
E.
applying a patch
Explanation:
The dbaascli utility is provided on Oracle Database Cloud Service deployments to perform
a variety of life-cycle and administration operations.
Using the dbaascli utility, you can perform operations like:
*Database recovery
The orec latest subcommand restores the most recent backup and performs complete
recovery.
*Patching the database deployment
Thedbpatchmapplysubcommandapplies the patch.
*Changing the password of the SYS user
*Checking the status of the Oracle Data Guard configuration
*Switchover and failover in an Oracle Data Guard configuration
*Rotating the master encryption key
https://docs.oracle.com/en/cloud/paas/database-dbaascloud/csdbi/dbaascli.html
C,E
C,E
C,E