How To Backup Database To Cloud Object Storage Using DBCLI
Introduction High-Level steps Steps to Backup Database To Cloud Object Storage Using DBCLI Create the object store on the DB system We need the information below before we create an object store Login to the server as OPC and sudo to root dbcli create-objectstoreswift -n <object_store_name> -t <object_storage_namespace> -u <user_name> -e https://swiftobjectstorage.<region_name>.oraclecloud.com/v1 -p [-h] [-j] This will prompt for the auth …
How To Backup Database To Cloud Object Storage Using DBCLI Read More »