exam questions

Exam 1z0-083 All Questions

View all questions & answers for the 1z0-083 exam

Exam 1z0-083 topic 1 question 123 discussion

Actual exam question from Oracle's 1z0-083
Question #: 123
Topic #: 1
[All 1z0-083 Questions]

Which two are true about RMAN backups when using a media manager? (Choose two.)

  • A. A media manager always writes RMAN requested backups to tape.
  • B. By default, a request for a proxy copy may result in a backup set being created.
  • C. A media manager is required to create RMAN proxy copies.
  • D. A media manager is required to create RMAN image copies.
  • E. The media manager layer (MML) routines provided by Oracle support any vendors' media management products.
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ABAJ
Highly Voted 3 years, 7 months ago
BC are correct answer. Tested in lab for B. https://docs.oracle.com/cd/E11882_01/backup.112/e10643/rcmsynta007.htm#RCMRF107 A is incorrect - zdlra backups are sbt backups but not written to tape always E is incorrect - Not all are supported
upvoted 6 times
Aldrid
3 years, 7 months ago
BC B: If the media manager cannot proxy copy the file, then RMAN backs up the file as if the PROXY option had not been used From: https://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmcncpt.htm#BRADV89487
upvoted 2 times
...
...
dancymonkey
Most Recent 11 months, 3 weeks ago
BC https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-backup-concepts.html#GUID-2F6EBF71-E699-4C9C-832B-9AA8566E3F47:~:text=8.3.10%20About%20RMAN%20Proxy%20Copies C - During a proxy copy, RMAN turns over control of the data transfer to a media manager that supports this feature. The PROXY option of the BACKUP command specifies that a backup is a proxy copy. Proxy copy can only be used with media managers that support it and cannot be used with channels of type DISK. B (may result unless PROXY only option) - For each file that you attempt to back up with the BACKUP PROXY command, RMAN queries the media manager to determine whether it can perform a proxy copy. If the media manager cannot proxy copy the file, then RMAN backs up the file as if the PROXY option had not been used. (Use the PROXY ONLY option to force RMAN to fail if a proxy copy cannot be performed.)
upvoted 1 times
...
guretto
1 year ago
E is false. Not all vendors necessarily have products for Oracle database backup. Anyone who wants to have them in the catalog must use the API provided by Oracle to interface with the database. Each product of this type must provide a library (e.g. libobk.a on linux/unix and orasbt.dll on MSWin) which must be linked in order to use the MML
upvoted 1 times
...
_gio_
1 year, 6 months ago
Selected Answer: BC
https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-backup-concepts.html#GUID-2F6EBF71-E699-4C9C-832B-9AA8566E3F47
upvoted 1 times
...
ScottL
1 year, 8 months ago
Selected Answer: BC
BC correct. Backs up the specified files with the proxy copy functionality, which gives the media management software control over the data transfer between storage devices and the data files on disk. The media manager—not RMAN—decides how and when to move data. When you run BACKUP with the PROXY option, RMAN performs these steps: Searches for a channel of the specified device type that is proxy-capable. If no such channel is found, then RMAN issues a warning and attempts a conventional (that is, non-proxy) backup of the specified files. If RMAN locates a proxy-capable channel, then it calls the media manager to check if it can proxy copy the files. If the media manager cannot proxy copy, then RMAN uses conventional backup sets to back up the files. Note: If you specify PROXY, then the %p variable must be included in the FORMAT string either explicitly or implicitly within %U. Note: This option does not work with AS COPY and results in an error.
upvoted 2 times
...
vixt0rino
3 years, 5 months ago
BC https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-backup-concepts.html#GUID-2F6EBF71-E699-4C9C-832B-9AA8566E3F47
upvoted 4 times
...
Rogazan
3 years, 7 months ago
I think E is True: "The Oracle Media Management Layer (MML) API lets third-party vendors build media management software that works with RMAN to allow backups to sequential media devices such as tape drives." (https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-architecture.html#GUID-12A32971-242E-4C62-AE95-26D58D5C983D). Then, CE correct
upvoted 1 times
...
mporislav
3 years, 7 months ago
B, C B - since PROXY option is incompatible with AS COPY, result of "backup proxy database" (in case that media manager cannot proxy copy) will probably result in backup set. not E - MML is vendor supplied not provided by Oracle support. A - "always" is always questionable
upvoted 2 times
...
mporislav
3 years, 7 months ago
A, C Media management library - A software library that RMAN can use to back up to tertiary storage. An SBT interface conforms to a published API and is supplied by a media management vendor.
upvoted 1 times
...
RinD
3 years, 8 months ago
CE correct
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...