RelationalDBDesign
SiteMap
Network Config
Network Admin
Network Topology
Network Config
«Prev
Next»
Intro Network Configuration
Internet Directory
Directory Naming
Oracle Name Resolution
Storing Network Configuration
Configure Intelligent Agent
Overview Enterprise Manager
OEM Console Screens
Oracle Agents Overview
Communicating Event Manager
OEM Agents Remote Servers
Start Stop Agents
Configuring OEM Agent
OEM Intelligent Agent
Customizing Oracle Alerts
OEM Conclusion
Shared Server
Shared Server Listener
Listener Manage SS Connections
Configure init.ora Parameters
Incoming Connections
Shared Architecture Elements
Configure Server
init.ora Parameter Initialization
Configuring Oracle Dispatchers
Remaining Dispatcher Parameters
Configure Load Balancing
Connection Pools
Oracle Connection Pooling
Monitor Server Connections
Identify Contention V$DISPATCHER View
Identify Contention Using V$QUEUE View
Server Configuration Conclusion
Connection Manager
Connection Manager Programs
Connection Manager Features
Function cman.ora file
Connection Concentration cman
Network Access Control
CMCTL Control Utility
Start/Stop Connection Manager
SQL multi Protocol Functionality
CMan Conclusion
Logging Tracing
Oracle Tracing Parameters
Monitoring Shared Server - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Which of the following parameters is used to define connection pooling?
Please select the best answer.
A.
mts_servers
B.
mts_dispatchers
C.
mts_listener_address
D.
mts_pool
2.
Which UNIX command will display the UNIX processes associated with the MTS dispatchers?
Please select the best answer.
A.
ps
B.
df
C.
ls
3.
Which of the following are valid considerations regarding the number of MTS dispatchers to create?
Please select all the correct answers.
A.
The performance you want from your database
B.
The number of db_block_buffers in the init.ora file
C.
The number of connections required per network protocol
D.
The host operating system's limit on the number of connections per process
4.
Which of the following are true about using MTS?
Please select all the correct answers.
A.
You must increase the value of
db_block_buffer
to handle additional data blocks.
B.
You must increase
shared_pool_size
to accommodate space for user session data.
C.
The MTS is best for databases with many concurrent connections.
D.
The MTS is a better choice for all Oracle databases, and should always be defined.