Which is the correct way to back up only metadata about database backups, table space backups, and table load operations for database MYDB?

Which is the correct way to back up only metadata about database backups, table space backups, and table load operations for database MYDB?
A. CONNECT TO mydb
PRUNE HISTORY TO /outdir
B. db2trc on -db mydb -m "backup,load"run the desired operations db2tc dump db2trc.dmp db2tc format db2tc.dmp db2tc.fmt db2tc off
C. BACKUP DATABASE mydb NO TABLESPACE TO /outdir
D. db2set DB2_BCKP_PAGE_VERIFICATION=TRUE must be issued first (no instance restart is needed).
Run the desired operations.
Afterwards, issue db2trc dump <outfile>

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.