1Z0-497 · Question #94
1Z0-497 Question #94: Real Exam Question with Answer & Explanation
The correct answer is E. 22 GB. Example of Memory Usage for Dedicated Server, Shared Server, and Database Resident Connection Pooling Memory required for each session is 400 KB Memory required for each server process is 4 MB The pool size is 100 Number of shared servers used is 100. If there are 5000 client con
Question
Options
- A615 MB
- B2.5 GB
- C4 GB
- D12 GB
- E22 GB
Explanation
Example of Memory Usage for Dedicated Server, Shared Server, and Database Resident Connection Pooling Memory required for each session is 400 KB Memory required for each server process is 4 MB The pool size is 100 Number of shared servers used is 100. If there are 5000 client connections, the memory used by each configuration is as follows: - Dedicated Server Memory used = 5000 X (400 KB + 4 MB) = 22 GB Memory used = 5000 X 400 KB + 100 X 4 MB = 2.5 GB Out of the 2.5 GB, 2 GB is allocated from the SGA. - Database Resident Connection Pooling Memory used = 100 X (400 KB + 4 MB) + (5000 X 35KB) = 615 MB The cost of each connection to the broker is approximately 35 KB.
Community Discussion
No community discussion yet for this question.