You have made several changes to variable attributes on a managed server within a domain.
You first locked the console, made some nondynamic changes, made some dynamic changes as
well, and then activated your changes. Which statement is true?
A.
All the changes that you made on the server will take effect immediately.
B.
The dynamic changes that you made will take effect immediately and the changes that are
nondynamic will take effect after the server is restarted.
C.
The changes that you made on the server will not take effect until you restart the server.
D.
You will receive an error because you cannot make dynamic and nondynamic changes to a
server at the same time.
Explanation:
If a change is made to a non-dynamic configuration setting, no changes to dynamic
configuration settings will take effect until after restart. This is to assure that a batch of updates
having a combination of dynamic and non-dynamic attribute edits will not be partially activated.
Note: Some changes you make in the Administration Console take place immediately when you
activate them. Other changes require you to restart the server or module affected by the change.
These latter changes are called non-dynamic changes.
Changes to dynamic configuration attributes become available once they are activated, without
restarting the affected server or system restart. These changes are made available to the server
and runtime hierarchies once they are activated. Changes to non-dynamic configuration attributes
require that the affected servers or system resources be restarted before they become effective.
Reference: Overview of the Administration Console, Dynamic and Non-Dynamic Changes
Correct answer is B
B is correct
http://docs.oracle.com/cd/E13222_01/wls/docs90/intro/console.html
So correct answer is C :
“If a change is made to a non-dynamic configuration setting, no changes to dynamic configuration settings will take effect until after restart. This is to assure that a batch of updates having a combination of dynamic and non-dynamic attribute edits will not be partially activated.”
Sorry
C is the correct answer Not B
“B” is correct answer. In weblogic Admin console dynamic changes will take effect immediately without server restart. Where as non-dynamic changes will take effect after restart of Admin server. So “B” is correct answer
B is correct
B is correct answer
nebz I am not surprised you failed the exam ! 8-P
dude, read the docs: when both dynamic and non-dynamic changes are pending, in order not to leave server in inconsistent state, all changes will be applied ***atomically***, and because non-dynamic require server restart, then all changes will be applied only on server restart. so, dynamic changes also will be applied only server ***restart***.
correct option is C
C
The correct is B.
“Dynamic and Non-Dynamic Changes
Some changes you make in the Administration Console take place immediately when you activate them. Other changes require you to restart the server or module affected by the change. These latter changes are called non-dynamic changes. Non-dynamic changes are indicated in the Administration Console with this warning icon (icon)
Changes to dynamic configuration attributes become available once they are activated, without restarting the affected server or system restart. These changes are made available to the server and runtime hierarchies once they are activated. Changes to non-dynamic configuration attributes require that the affected servers or system resources be restarted before they become effective.
If a change is made to a non-dynamic configuration setting, no changes to dynamic configuration settings will take effect until after restart. This is to assure that a batch of updates having a combination of dynamic and non-dynamic attribute edits will not be partially activated.
Note that WebLogic Server’s change management process applies to changes in domain and server configuration data, not to security or application data.
Viewing Changes”
https://docs.oracle.com/cd/E13222_01/wls/docs90/intro/console.html
you can read:
“If a change is made to a non-dynamic configuration setting, no changes to dynamic configuration settings will take effect until after restart. This is to assure that a batch of updates having a combination of dynamic and non-dynamic attribute edits will not be partially activated”