nerdexam
Oracle

1Z0-1067 · Question #50

Which command sample can be used to copy an object from Oracle Cloud Infrastructure (OCI) Object Storage bucket in source region to a bucket in a destination region? A) B) C) D)

The correct answer is B. Option B. You can copy objects to other buckets in the same region and to buckets in other regions --namespace-name <object_storage_namespace> <source_bucket_name> --source-object-name --destination-namespace <destination_namespace_string> --destination-region <destination_region>…

Implement OCI Backups and Disaster Recovery

Question

Which command sample can be used to copy an object from Oracle Cloud Infrastructure (OCI) Object Storage bucket in source region to a bucket in a destination region? A) B) C) D)

Options

  • AOption A
  • BOption B
  • COption C
  • DOption D

How the community answered

(14 responses)
  • A
    7% (1)
  • B
    71% (10)
  • C
    14% (2)
  • D
    7% (1)

Explanation

You can copy objects to other buckets in the same region and to buckets in other regions --namespace-name <object_storage_namespace> <source_bucket_name> --source-object-name --destination-namespace <destination_namespace_string> --destination-region <destination_region> --destination-bucket <destination_bucket_name> --destination-object-name <destination_object_name> https://docs.cloud.oracle.com/en-us/iaas/Content/Object/Tasks/copyingobjects.htm https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/2.9.9/oci_cli_docs/cmdref/os/object/copy.htm l

Topics

#object storage#cross-region copy#OCI CLI#replication

Community Discussion

No community discussion yet for this question.

Full 1Z0-1067 Practice