READ Free Dumps For Oracle- 1z0-133
Question ID 23108 | Consider a data source whose Inactive Connection Timeout has been set to 60 seconds. You suspect that an application is not returning JDBC connections to this data source. In response, you go to the data source’s Monitoring tab in the Administration Console. Which of the available columns will confirm your suspicions? |
Option A | state |
Option B | Active Connections Current Count` |
Option C | Connection Delay Time |
Option D | Leaked Connection Count |
Option E | Current Capacity |
Correct Answer | D |
Question ID 23109 | You are running WebLogic Server under a 64-bit HotSpot JVM. You edit your domain’s setDomainEnv.sh script to update the minimum and maximum heap sizes as follows: USER_MEM_ARGS=”-Xms32meg –Xmx150meg” Export USER_MEM_ARGS You try to start a managed server by running the domain start script at the command line. The server fails with the message: Invalid initial heap size: -Xms32meg Why does the server fail with that message? |
Option A | The minimum heap size for a 64-bit JVM is 64 Megabytes |
Option B | For performance reasons, the minimum heap size and maximum heap size should be the same value |
Option C | The parameter value was entered incorrectly. The correct value is: “-Xms32m –Xmx150m” |
Option D | The parameter value was entered incorrectly. You must enter memory parameter values in Kilobytes |
Option E | The parameter value was entered incorrectly. The correct value is: “-Xms:32meg – Xmx:150meg” |
Correct Answer | C |