Oracle
1Z0-908 · Question #54
1Z0-908 Question #54: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-908 to reveal the answer and full explanation for question #54. The question stem and answer options stay visible for context.
Replication
Question
Binary log events for the
mydb1' schema must be copied to a different schema name mydb2'. Which command will do this?Options
- Amysqlbinlog --rewrite-db='mydb1->mydb2' | mysql
- Bmysqlbinlog --datebase=mydb1 --database=mydb2 | mysql
- Cmysqlbinlog --rewrite-db='mydb1' --rewrite-db='mydb2' | mysql
- Dmysqlbinlog --read-from-remote-server --raw | sed `s/mydb1/mydb2/g' | mysql
Unlock 1Z0-908 to see the answer
You've previewed enough free 1Z0-908 questions. Unlock 1Z0-908 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#binary logs#mysqlbinlog#schema rewriting#replication