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 1 discussion

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

Assuming no database connections exist, which of the following will dynamically change the LOCKLIST database configuration parameter for a database named
SAMPLE to AUTOMATIC?

  • A. UPDATE DB CFG FOR sample USING LOOCKLIST AUTOMATIC IMMEDIATE
  • B. UPDATE DB CFG FOR sample USING LOOCKLIST 8192 AUTOMATIC IMMEDIATE
  • C. CONNECT TO sample; UPDATE DB CFG FOR sample USING LOCKLIST AUTOMATIC IMMEDIATE; CONNECT RESET;
  • D. ATTACH TO db2inst1; UPDATE DB CFG FOR sample USING LOCKLIST AUTOMATIC;
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
moguta
4 years, 8 months ago
The correct answer is C. A:SQL5146W error occurd
upvoted 2 times
...
yilong
4 years, 11 months ago
The correct answer is C. Because DB CFG not have "LOOCKLIST"
upvoted 2 times
...
db2tester
5 years, 1 month ago
Error in my previous answer, I do not read the key word " will dynamically change " in the question. Then you need a connection to change dynamically the parameter. Otherwise, you have the following warning : DB20000I The UPDATE DATABASE CONFIGURATION command completed successfully. SQL1363W One or more of the parameters submitted for immediate modification were not changed dynamically. For these configuration parameters, the database must be shutdown and reactivated before the configuration parameter changes become effective.
upvoted 1 times
...
db2tester
5 years, 1 month ago
Reference : https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0001987.html Required connection : Instance. An explicit attachment is not required, but a database connection is recommended when the database is active. If the database is listed as remote, an instance attachment to the remote node is established for the duration of the command. To change a parameter online, you must be connected to the database. Here, the question says "no database connections exist".
upvoted 1 times
...
db2tester
5 years, 1 month ago
The correct answer is A. If you want change a database configuration parameter, you do not need to connect to database, only the instance Db2 have to start before changing the database configuration parameter.
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 ...