Oracle
1Z0-888 · Question #28
1Z0-888 Question #28: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-888 to reveal the answer and full explanation for question #28. The question stem and answer options stay visible for context.
Installation and Configuration
Question
One of your colleagues is trying to make a change using the mysql command-line client for his or her application session:
mysql> SET SESSION max_connections = 200;
Why does the command fail?
Options
- Amax_connections requires the GLOBAL scope.
- BIts current user does not have the SUPER privilege.
- Cmax_connections is not a dynamic variable. You need to change the config file and restart the database.
- DUsers can control only the max_user_connections variable.
Unlock 1Z0-888 to see the answer
You've previewed enough free 1Z0-888 questions. Unlock 1Z0-888 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
#variable scope#SESSION vs GLOBAL#max_connections#dynamic variables