单项选择题
What is the new Oracle Shared Server?()
A.An improved version of multithreaded server configuration.
B.A connection pooling configuration where several clients are connected to the same server process.
C.Two more database servers, which share data by means of database links; the client software is unaware to which server it is connected.
D.A configuration of Real Application Cluster where the client connection is routed to the least busy instance.
相关考题
-
多项选择题
WhichthreestatementsaretrueabouttheprivilegedconnectionoptionsavailableinOracle9i?()
A.The CONNECT INTERNAL is disallowed.
B.The Server Manager tool is no longer supplied.
C.The listener must be running to make a connection.
D.The use of remote password login file (orapw<sid>) is unchanged. -
单项选择题
Youcancontrolinstancerecoverperformancebysettingparameterstodefinetargetsfor()
A.The size of the redo buffer in SGA.
B.The instance that will perform recovery in Real Application Cluster database.
C.The number of blocks to be read during instance recovery, or the time needed to complete instance recovery.
D.The number of passes through the redo logs made by the recovery process to identify blocks needing recovery. -
单项选择题
TheEMPLOYEEStablehassixindexesandDMLoperationsareslow.WhichcommandbeginsmonitoringtheEMPLOYEE_IDX_FKindextodeterminewhetherithasbeenusedbyanexecutionplan?()
A.ALTER TABLE employees monitor index employee_idx_fk;
B.ALTER INDEX employee_idx_fk monitoring on;
C.ALTER TABLE employees monitor all indexes;
D.ALTER INDEX employee_idx_fk monitoring usage;
