What happens to the sessions that are presently connected to the database instance?

Your database is open and the LISTENER listener is running. The new DBA of the system stops the listener by using the command:
LSNRCTL> STOP
What happens to the sessions that are presently connected to the database instance?

Your database is open and the LISTENER listener is running. The new DBA of the system stops the listener 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



Leave a Reply 2

Your email address will not be published. Required fields are marked *


fatima

fatima

why not D

thanh

thanh

Because, currently connected sessions are served by Oracle Server processes!
Duty of Listener is just a initial waiter – linking user request to a server process (dedicated server).