【2019】OCP考试062题库近期考试原题解析-第58题
最新学讯:近期OCP认证正在报名中,因考试人员较多请尽快报名获取最近考试时间,报名费用请联系在线老师,甲骨文官方认证,报名从速!
我要咨询2018年的时候,OCP 11g考试题库大更新,052 053出现了很多新题,
2019年,11g即将停考的前期,Oracle又出现了一次大变动,12c出现了很多新题,比如062 063题库大更新
OCP解析公开课时间:【每周五晚8点】
OCP解析公开课地址:http://ke.qq.com/course/326223
OCP解析群资料分享:1015267481 验证:ocp
-------------------------------------------------------
58题、choose two
Which two statements are true about Oracle network connections?
A) A listener may listen on behalf of only one database instance at a time.
B) A server process checks a user's authentication credentials and creates a session if the credentials are valid.
C) A connection request from a client is always first received by a listener running on the port that is used for the connection request for the database server.
D) The listener always spawns a new server process to deal with each new connection.
E) The listener continuously monitors a connection after the user process connects to a service handler.
Answer:BC
(解析:监听可以监听多个实例;如果是共享连接,则不会总是派生出server进程对应一个新的连接;一个连接建立后,就不需要监听再进行监视了,比如可以把监听停止,但是不会影响当前的连接;来自客户机的连接请求总是首先由运行在用于数据库服务器连接请求的端口上的侦听器接收。)