What command would you use to write- the OCR content from the subtree of the key SYSTEM to
stdout?
A.
ocrdump SYSTEM –stdout
B.
ocrdump –stdout SYSTEM
C.
ocrdump –stdout –keyname SYSTEM
D.
ocrdump –stdout -xml
Explanation:
Run the ocrdump command with the following syntax where filename is the name of
a target file to which you want Oracle Database to write the OCR output and where keyname is
the name of a key from which you want Oracle Database to write OCR subtree content:
ocrdump [file_name|-stdout] [-backupfile backup_file_name] [-keyname keyname] [-xml] [-noheader]
Reference: OCRDUMP Utility Syntax and Options