Oracle 11G OCP 1Z0-052 133

LuiseDalian發表於2014-07-18
(133)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.

答案:(B)

解析:

實驗

1. 建立一個會話A,通過該會話啟動監聽

2. 建立另一個會話B,通過遠端方式連線到資料庫例項

3. 在會話A中關閉監聽

4. 會話B中的操作一切正常

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17013648/viewspace-1221758/,如需轉載,請註明出處,否則將追究法律責任。

相關文章