题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2024-06-27 04:41:35

[不定项选择题]Examine this configuration:

1The ORCL database data files are in Automatic Storage Management

(Oracle ASM) disk group +DATA.

2ORCL uses disk group +FRA for the Fast Recovery Area.

3LISTENER is the listener for ORCL.

4The database, listener, ASM instance, and ASM disk groups are managed

By Oracle Restart.

5All components are currently shut down.

You execute this command:

What is the outcome?


A.

The ORCL database, the Oracle ASM instances, the +DATA and +FRA disk

Groups, and the

LISTENER are started.


B.

Only the ORCL database instance is started.


C.

Only the ORCL database and the ASM instances are started.


D.

Only the ORCL database instance, the Oracle ASM instance, and the +DATA

And +FRA disk groups

Are started.


E. Only the ORCL database instance and the +DATA and +FRA disk groups are
Started.

更多"[不定项选择题]Examine this configuration:"的相关试题:

[不定项选择题]Choose two.

Examine this configuration:

1CDB1 and CDB2 are two container databases.

2 PDB1 is a pluggable database in CDB1.

3 PDB1_C1_SRV is a service for PDB1.

4CDB1_LINK is a database link in CDB2 referring to PDB1.

5 CDB2 is also an entry in tnsnames.ora pointing to the CDB2 database

Default service.

You execute these commands successfully:

$ sqlplus sys/oracle_4U@cdb2 as sysdba

SQL> CREATE PLUGGABLE DATABASE PDB1

FROM PDB1@CDB1_LINK

SERVICE_NAME_CONVERT=('PDB1_C1_SRV', 'PDB1_C2_SRV') ;

Which two are true?


A. PDB1_C2_SRV will be created but not started.
B. PDB1 will be created in CDB2 and automatically opened.
C. PDB1_C1_SRV in CDB1 will be renamed PDB1_C2_SRV.
D. PDB1 will be created in CDB2 and left in MOUNT state.
E. PDB1_C2_SRV will be created and started automatically.
[不定项选择题]Choose two. Examine this configuration:

1 CDB1 is a container database.

2 APP1_ROOT is an application container contained in CDB1.

3 APP1_ROOT$SEED is the application seed contained in APP1_ROOT and

Synchronized with APP1_ROOT.

4 APP1_PDB1 and APP1_PDB2 are application PDBs contained in

APP1_ROOT.

5 APP1_USER_APP is an application installed in APP1_ROOT at version 1.0.

6 USER1 is a common user in APP1_ROOT and all its application PDBs,

Created when version 1.0 of APP1_USER_APP was installed.

You execute these commands:

$ sqlplus sys/oracle@localhost:1521/cdb1 as sysdba

SQL> ALTER SESSION SET CONTAINER=app1_root;

Session altered.

SQL> ALTER PLUGGABLE DATABASE APPLICATION app1_user1_app BEGIN

UPGRADE '1.0' TO '2.0';

Pluggable database altered.

SQL> GRANT CREATE SESSION TO USER1;

Grant succeeded.

SQL> ALTER PLUGGABLE DATABASE APPLICATION app1_user1_app END

UPGRADE TO '2.0'; Pluggable database altered

SQL> ALTER SESSION SET CONTAINER=app1_pdb1;

Session altered.

SQL> ALTER PLUGGABLE DATABASE APPLICATION app1_user1_app SYNC;

Pluggable database altered.

Which two are true?


A. USER1 can connect to CDB1.
B. USER1 can connect to APP1_ROOT and APP1_PDB1.
C. USER1 can connect to APP1_ROOT, APP1_ROOT$SEED, and APP1_PDB1.
D.

USER1 is defined in APP1_PDB2. 


E.

USER1 can connect only to APP1_PDB1


F.

USER1 can connect only to APP1_ROOT.

[不定项选择题]Examine this configuration:

1) CDB1 and CDB2 are two container databases.

2) PDB1 is a pluggable database in CDB1.

3) PDB1_C1_SRV is a service for PDB1.

4) CDB1_LINK is a database link in CDB2 referring to PDB1.

5) CDB2 is also an entry in tnsnames.ora pointing to the CDB2 database

Default service.

You execute these commands successfully:

$ sqlplus sys/oracle_4U@cdb2 as sysdba

SQL> CREATE PLUGGABLE DATABASE PDB1

FROM PDB1@CDB1_LINK -

SERVICE_NAME_CONVERT=('PDB1_C1_SRV','PDB1_C2_SRV');

Which two are true? (Choose two.)


A. PDB1 will be created in CDB2 and automatically opened.
B. PDB1 will be created in CDB2 and left in MOUNT state.
C. PDB1_C1_SRV in CDB1 will be renamed PDB1_C2_SRV.
D. PDB1_C2_SRV will be created and started automatically.
E. PDB1_C2_SRV will be created but not started.
[不定项选择题]Which three actions are performed by Database Upgrade Assistant

(DBUA)? (Choose three.)


A.

It recompiles all stored PL/SQL code by using utlrp.sql.


B.

It empties the RECYCLE BIN.


C.

It performs prerequisite checks to verify if the Oracle database is ready for

Upgrade.


D.

It sets all user tablespaces to 'read-only' before starting the upgrade.


E. It removes the AUDSYS schema and the AUDIT_ADMIN and AUDIT_VIEWER
Roles
F. It increases tablespace size, if required, to meet upgrade requirements.
[不定项选择题]Examine this configuration:

1) CDB1 is a container database running in ARCHIVELOG mode.

2) Multiple uncommitted transactions are running in CDB1.

3) Redo log groups 1 and 2 are INACTIVE.

4) Redo log group 3 is the CURRENT group.

All members of redo log group 3 are lost before it is archived.

Examine these possible steps:

1) SHUTDOWN ABORT

2) STARTUP NOMOUNT

3) STARTUP MOUNT

4) ALTER DATABASE MOUNT

5) RESTORE DATABSE

6) RECOVER DATABASE NOREDO

7) RECOVER DATABASE UNTIL AVAILABLE

8) RESTORE ARCHIVELOG ALL

9) ALTER DATABSE OPEN

10)ALTER DATABASE OPEB RESETLOGS

Choose the minimum required steps in the correct order to recover the

Database.


A.

1, 3, 5, 8, 6, 10


B.

1, 3, 5, 6, 10


C.

1, 3, 5, 7, 10


D.

1, 2, 5, 7, 4, 10


E. 1, 3, 5, 6, 9
[不定项选择题]Which three can be done using Oracle Database Configuration Assistant

(DBCA) starting from Oracle Database 19c? (Choose three.)


A. cloning a remote container database in interactive mode
B. cloning a remote pluggable database in silent mode
C. relocating a remote pluggable database in interactive mode
D. relocating a remote container database in silent mode
E. cloning a remote container database in silent mode
F. relocating a remote pluggable database in silent mode
G. relocating a remote container database in interactive mode
[不定项选择题]choose one You want to create a test database as a replica of your

Production database with minimum intervention from a DBA. Which method

Would you use?


A.

Use DBCA to create a template from the existing database to contain the

Database structure with data files and then use the same template to create the

Database in the new location.


B.

Use Database Configuration Assistant (DBCA) to create a template from the

Existing database to contain the database structure.


C.

Use DBCA to create a template from the existing database to contain the

Database structure and then manually copy the data by using Oracle Data Pump.


D.

Create the database by using the CREATE DATABASE . . . command and

Manually import data by using Data Pump.

[不定项选择题]Examine these actions:

1-Create a new database for a recovery catalog.

2-Create a tablespace with sufficient space in the catalog database for the recovery catalog.

3-Configure ARCHIVE LOG mode for the catalog database.

4-Create a user to own the recovery catalog schema with quota on the tablespace that will contain the catalog.

5-Grant the RECOVERY_CATALOG_OWNER role to the recovery catalog schema owner.

6-Grant the SYSBACKUP privilege to the recovery catalog schema owner.

Which are the minimum actions that must be performed before executing

The CREATE CATALOG command?


A.

2, 4, 5, 6


B.

1, 2, 3, 4, 5, 6


C.

1, 2, 4, 5


D.

2, 4, 5


E. 1, 3, 4, 5
[不定项选择题]运营事故报告分为:
A.初报
B.电话报送
C.续报
D.书面报送
[不定项选择题]什么是工亡待遇
A.员工因工死亡,其近亲属按照下列规定从工伤保险基金领取丧葬补助金、供养亲属抚恤金和一次性工亡补助金。
B.伤残员工在停工留薪期内因工伤导致死亡的,其近亲属享工亡待遇
[不定项选择题]什么是劳动能力鉴定
A.员工发生工伤,经治疗伤情相对稳定后存在残疾、影响劳动能力的,应当进行劳动能力鉴定。
B.劳动能力鉴定标准由国务院劳动保障行政部门会同国务院卫生行政部门等部门制定
C.西安市劳动能力鉴定委员会的劳动能力鉴定材料受理时间为每周二、周四上午9:00-11:30,下午13:30-16:30
[不定项选择题]运输收入分为( )
A.票款收入、运费收入、铁路建设基金、代收款
B.客运收入、货运收入
C.客运收入、货运收入、铁路建设基金、代收款
D.票款收入、运费收入、杂费收入
[不定项选择题]什么是安全三懂
A.懂得本单位火灾危险性
B.懂得预防火灾的措施
C.懂得补救初起火灾的方法
[不定项选择题]工会的职责
A.负责协调伤亡员工与运营分公司的关系,并维护员工的合法利益
B.负责内部各中心、部门间的协调配合,并做好伤亡员工探视及慰问,妥善处理家属接待、安抚工作
C.负责组织相关中心、部门与当事人及其家属对员工伤亡事故处理中的纠纷、争议进行商谈,结果及时报分公司研究处理
D.负责参与和监督员工伤亡事故调查
[不定项选择题]现场勘查的工作程序:
A.察看事故现场的设备、作业环境状况
B.拍摄有关的痕迹和物件,绘制有关处所的示意图
C.妥善处理与事故有关的物证
D.其他事故有关的情况
[不定项选择题]工作票由( )填写
A.工作负责人
B.工作许可人
C.工作班成员
D.工作票签发人
[不定项选择题]You notice performance degradation in your production Oracle 12c

Database. You want to know what caused this performance difference.

Which method or feature should you use?


A.

Database Replay


B.

Automatic Database Diagnostic Monitor (ADDM) Compare Period report


C.

Active Session History (ASH) report


D.

SQL Performance Analyzer

[不定项选择题]You are administering a multitenant container database (COB) that

Contains two pluggable databases (PDBs), pdb1 and pdb2. You are

Connected to pdb2 as a common user with DBA privileges. The

Statistics_level parameter is PDB modifiable.

As the user sys, execute the following command on pdb2:

SQL> ALTER SYSTEM SET STATISTICS_LEVEL=ALL SID='*' SCOPE=SPFILE;

Which statement is true about the result of this command?


A.

The statistics_level parameter is set to all when any of the PDBs is reopened.


B.

The statistics_level parameter is set to all only for PDB2 when it is reopened.


C.

The statistics_level parameter is set to all when the root database is restarted.


D.

The statement is ignored because there is no SPFILE for a PDB.

[不定项选择题]运营事故责任判定的原则:
A.以法律为依据
B.以事实为依据
C.以规章为准绳
D.坚持四不放过

我来回答:

购买搜题卡查看答案
[会员特权] 开通VIP, 查看 全部题目答案
[会员特权] 享免全部广告特权
推荐91天
¥36.8
¥80元
31天
¥20.8
¥40元
365天
¥88.8
¥188元
请选择支付方式
  • 微信支付
  • 支付宝支付
点击支付即表示同意并接受了《购买须知》
立即支付 系统将自动为您注册账号
请使用微信扫码支付

订单号:

请不要关闭本页面,支付完成后请点击【支付完成】按钮
恭喜您,购买搜题卡成功
重要提示:请拍照或截图保存账号密码!
我要搜题网官网:https://www.woyaosouti.com
我已记住账号密码