Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam C2090-600 All Questions

View all questions & answers for the C2090-600 exam

Exam C2090-600 topic 1 question 47 discussion

Actual exam question from IBM's C2090-600
Question #: 47
Topic #: 1
[All C2090-600 Questions]

What is the main benefit of performing an ADMIN_MOVE_TABLE operation in multiple steps?

  • A. It does not acquire locks on the table
  • B. It does not require additional temporary disk space
  • C. It enables the user to control when the table will be offline
  • D. It allows the ADMIN_MOVE_TABLE procedure to be used in HADR environments
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
IVIEIRA
4 years, 5 months ago
The answer C is correct. "There are two ways of calling the stored procedure: using the MOVE command to execute all the operations at one time; or by using the individual commands to execute the table move one step at a time. The main advantage of this second method is that you control when the SWAP phase actually occurs, thereby determining when the table is briefly taken offline." Reference: https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.sql.rtn.doc/doc/r0055069.html
upvoted 3 times
...
db2tester
4 years, 12 months ago
The answer D is correct, you can use "ADMIN_MOVE_TABLE" in HADR environment. By, example, you can use ADMIN_MOVE_TABLE instead of REORG in HADR environment, see reference : https://www.ibm.com/support/pages/reorg-replay-may-cause-performance-issue-hadr-standby
upvoted 1 times
...
db2tester
4 years, 12 months ago
The answer A is not correct, because,the swap phase applies an eXclusive-lock to the source table and target table. Indeed, during the swap phase, we request an eXclusive lock on both the source table and the target table. Once we havethe lock, we performa final replay to make sure the source and target table have the samedata. Since we have the eXclusive lock at this point, no new changes should have beenmade to the source table. The answer B is not correct, because, ADMIN_MOVE_TABLE create temporary database objects. See reference : https://www.ibm.com/developerworks/data/library/techarticle/dm-1306adminmovetable/index.html https://www.dbisoftware.com/media/IBM-Ergin-Babani-DB2LUW-Online-Table-Moves.pdf
upvoted 1 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 ...