首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >OCP-052考试题库汇总(31)-CUUG内部解答版

OCP-052考试题库汇总(31)-CUUG内部解答版

原创
作者头像
用户5892232
修改2019-08-15 09:41:57
修改2019-08-15 09:41:57
2970
举报

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

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档