【新题】OCP 12c 062认证考试出现大量新题-8
最新学讯:近期OCP认证正在报名中,因考试人员较多请尽快报名获取最近考试时间,报名费用请联系在线老师,甲骨文官方认证,报名从速!
我要咨询2018年的时候,OCP 11g考试题库大更新,052 053出现了很多新题,
2019年,11g即将停考的前期,Oracle又出现了一次大变动,12c出现了很多新题,比如062 063题库大更新
OCP解析公开课时间:【每周五晚8点】
OCP解析公开课地址:http://ke.qq.com/course/326223
OCP解析群资料分享:1015267481 验证:ocp
-------------------------------------------------------
8. Which are two ways for a database service to be recognized by a listener in Oracle Database 12c?
A) Static registration in the listener.ora file using the service_name parameter
B) Dynamic Registration by the smon process
C) Static registration in the listener.ora file using the global_dbname parameter
D) Dynamic Registration by the pmon process
E) Dynamic Registration by the lreg process
Answer:AE
(解析:如果是静态注册的监听,使用 service_name 设置值为 cuug.Oracle.com,但是在启动实例时发现 service name 不是cuug.Oracle.com,而是实例名,说明它没有被承认(recognized);而用 global_dbname 设置的值就能够被承认。动态注册的只有用 lreg 进程才可以。)