单项选择题
Your database is open and the LISTENER listener is running. The new DBA of the system stops thelistener by using the command:
LSNRCTL> STOP
What happens to the sessions that are presently connected to the database instance()
A.The sessions are able to perform only queries.
B.The sessions are not affected and continue to function normally.
C.The sessions are terminated and the active transactions are rolled back.
D.The sessions are not allowed to perform any operations till the listener is started.
相关考题
-
单项选择题
What could be the reason for this()
A.The listener is not running on the database node.
B.The TNS_ADMIN environmental variable is set to a wrong value.
C.The orcl.oracle.com database service is not registered with the listener.
D.The DEFAULT_DOMAIN parameter is set to a wrong value in the sqlnet.ora file. -
单项选择题
Which naming method uses the tnsnames.ora file to store the connect descriptor used by the client while connecting to the database instance from a remote machine()
A.host naming method
B.local naming method
C.external naming method
D.directory naming method -
多项选择题
Whichtwostatementsaretrueregardinglisteners()
A.Listeners use only the TCP/IP protocol.
B.Multiple listener processes can run simultaneously on a host.
C.Multiple database instances can be registered with a single listener.
D.The listener-related errors can be traced only at the administrative level.
E.Only one database instance can be registered with a single listener at any time.
