Oracle 11g OCP认证052考试题库(31)-CUUG内部学员版
最新学讯:近期OCP认证正在报名中,因考试人员较多请尽快报名获取最近考试时间,报名费用请联系在线老师,甲骨文官方认证,报名从速!
我要咨询11g版本的OCP考试持续了好几年,一直比较稳定,直到2018年4月份左右,052考试不断的出现新的考题,虽然我们收集整理了不少,但新题还是难避免,这样出现一部分新题,我们收集一部分,持续了不短的时间。
对于这些052考试新题,不仅老师给出了答案,学员也积极的找资料、查文档,形成了一份内部综合版本,通过分数非常高,一起渡过这次052考试的难关。
-----------------------------------------------
052考试题-31(OCP考试题库讨论群:101-5267-481 验证:ocp)
which four are true about the tools used to administer Oracle database?
A)the Data Pump utility can be used to load data from text files.
B)SRVCTL can be used to shut down Oracle instances.
C)SQL* Plus can be used to create databases.
D)SQL*Plus can be used to startup Oracle instances.
E)DBCA can be used to upgrade databases.
F)RMAN can be used to startup Oracle instances.
Answer: BCDF
赵:
SRVCTL 命令可以控制 RAC 数据库中的 instance、listener 以及 services。通常 SRVCTL 在 ORACLE 用户下执行。
1、通过 SRVCTL 命令来 start/stop/check 所有的实例:$ srvctl start|stop|status database -d
2、start/stop 指定的实例: $ srvctl start|stop|status instance -d -i
3、列出当前 RAC 下所有数据库: $ srvctl config database -d