The Applications DBA is assigned to merge five patches without unzipping the automated release
updates (ARUs), by running the AD Merge Patch. Which UNIX command has the correct
arguments?
A.
admgrpch -s <source directory> -d <destination directory> \ -merge_name <name> -manifest
<filename>
B.
admrgpch -s <source directory> -t <target directory> \ -merge_name <name> -manifest
<filename>
C.
admrgpch -s <source directory> -d <destination directory> \ -merge_name <name>
D.
admrgpch -s <source directory> -d <destination directory> \ -mergename <name> -manifest
<filename>
E.
admrgpch -s <source directory> -d <destination directory> \ -merge_name <name> -manifest_name <filename>
Correct answer is D
No, the correct answer is A. The option for manifest is “-manifest” and not “-manifest_name”.