Thread creation must be routed through a dispatcher process
The local listener may spawn a now process and have that new process create a thread
Each Oracle process runs an SCMN thread.
Each multithreaded Oracle process has an SCMN thread.
The local listener may pass the request to an existing process which in turn will create a thread.
第1题:
You work as a database administrator for Supportcenter.cn. You are working on Oracle Database 10g. To forward client connections to an instance, the listener must know information such as the name of the instance and where the instance’s ORACLE_HOME is located. How does the listener get this information?()
第2题:
our database instance is running. You are not able to access Oracle Enterprise Manager Database Control because the listener is not started.Which tool or utility would you use to start the listener?()
第3题:
You work as a database administrator for Supportcenter.cn. Client connection requests are failing because the listener is not responding. You want to forward client connect requests to another listener if one listener is not responding. How do you achieve this?()
第4题:
You connected to the database using the following connection string: CONNECT hr/hr@test.us.oracle.com:1521/mydb Which three statements are correct regarding the connection string?()
第5题:
The direct handoff connection method to an Oracle9i Shared Server involves fewer messages than in previous releases of the multithreaded architecture. Which type of message has been eliminated?()
第6题:
Which three statements are true when the listener handles connection requests to an Oracle 12cdatabase instance with multithreaded architecture enabled In UNIX?()
第7题:
Which of the following statements about variables and their scopes are true? ()
第8题:
Listeners use only the TCP/IP protocol.
Multiple listener processes can run simultaneously on a host.
Multiple database instances can be registered with a single listener.
The listener-related errors can be traced only at the administrative level.
Only one database instance can be registered with a single listener at any time
第9题:
The CONNECT INTERNAL is disallowed.
The Server Manager tool is no longer supplied.
The listener must be running to make a connection.
The use of remote password login file (orapw<sid>) is unchanged.
第10题:
Enable instance failover
Configure shared server
Enable database failover
Enable connect-time failover
Enable Transparent Application Failover (TAF)
第11题:
mydb is a service name.
test.us.oracle.com is a database name.
1521 is the listener port number.
mydb is a host name.
test.us.oracle.com is a net service name.
hr is a username.
test.us.oracle.com is an instance name.
第12题:
Listeners use only the TCP/IP protocol.
Multiple listener processes can run simultaneously on a host.
Multiple database instances can be registered with a single listener.
The listener-related errors can be traced only at the administrative level.
Only one database instance can be registered with a single listener at any time.
第13题:
Which statements are true regarding listeners()
第14题:
The listener uses dynamic information about the database and instance it has received through service registration before using information statically configured. Some services such as heterogeneous services and external procedures require the use of information statically configured within listener.ora. In order to support this, which tool could be used to configure the listener statically?()
第15题:
Which statement is true regarding Oracle Shared Server architecture?()
第16题:
Which three statements are true about the privileged connection options available in Oracle9i?()
第17题:
In a shared server configuration, which two describe the actions that the listener can take to service a client request?()
第18题:
Which two statements are true regarding listeners()
第19题:
Reduced logical I/O
Reduced virtual memory utilization
Improved parallel Execution performance
Improved Serial Execution performance
Reduced physical I/O
Reduced CPU utilization
第20题:
Oracle Net Manager
Listener Control utility
Database Configuration Assistant
Oracle Net Configuration Assistant
第21题:
It gets it from the parameter file.
The listener prompts for details on startup.
The listener gathers information from the control file.
The instance automatically registers with the default listener.
The listener gets this information through thelistener.orafile.
第22题:
A dispatcher can support multiple client connects concurrently while a shared server process can be dedicated to only one dispatcher.
Under the Oracle Shared Server architecture, client-user processes connect to shared user processes.
Each dispatcher has its own request queue, which is monitored every three seconds by the dispatcher.
Oracle Shared Server required Oracle Net Service even if the client and shared server processes reside on the same machine.
第23题:
The listener hands the connection request directly to a dispatcher.
A dedicated server inherits the connection request from the listener.
The client connects to a dedicated server directly using a protocol address provided by the listener.
The application initiating the session spawns a dedicated server process for the connection request.
The listener issues a redirect message to the client, containing the protocol address of a dispatcher. The client then terminates the network session to the listener and establishes a network session to the dispatcher, using the network address provided in the redirect message.