You want to perform database recovery with the most recent backup.
Which command would you execute?
A.
dbaascli rec –args –latest
B.
dbaascli orec –args -latest
C.
dbaascli rec –args -last
D.
dbaascli orec –args -last
Explanation:
dbaascli orec latest command restores the most recent backup and performs complete recovery.
https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/dbaascli.html
Answer B. https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/recover-most-recent-backup-using-dbaascli.html