题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2023-11-18 05:51:53

[不定项选择题]安排()未经的员工上岗作业或无证操作属于安全生产特别严重违章行为。
A.培训
B.考核
C.实习
D.培训考核合格
E.以上都对

更多"[不定项选择题]安排()未经的员工上岗作业或无证操作属于安全生产特别严"的相关试题:

[简答题] 安排 未经的员工上岗作业或无证操作属于安全生产特别严重违章行为。
[不定项选择题]新上岗的从业人员,岗前培训时间不得少于()。
A.24学时
B.16学时
C.8学时
D.36学时
E.以上都对
[不定项选择题]上岗证复审,根据上岗证时间,每()年复审一次。
A.11
B.3
C.4
D.2
E.以上都对
[不定项选择题]员工有下列情形之一的,可以判定为工伤( )。
A.因工外出期间,由于工作原因受到伤害或者发生事故下落不明
B.在上下班途中,受到非本人主要责任的交通事故或者城市轨道交通、客运轮渡、火车事故伤害的
C.患职业病的
D. 在工作时间和工作场所内,因工作原因受到事故伤害的。
[不定项选择题]员工有下列情形之一的,不应认定为工伤( )。
A. 因故意犯罪
B. 醉酒导致伤亡的
C.自残
D.自杀
[不定项选择题]上岗证考试包括理论考试和实操考试,满分均为()分,合格为()分。
A.120,80
B.120,90
C.100,80
D.100,90
E.以上都对
[不定项选择题]员工在试用期内休假超过()天的,试用期按试用期天数延长。
A.65
B.15
C.30
D.5
E.以上都对
[不定项选择题]Which statement describes the significance of the CHANGE FAILURE

Command in RMAN? (Choose all that apply.) choose two


A.

It is used to change failure priority only for HIGH or LOW priorities.


B.

It is used to execute the advised repair script.


C.

It is used to change failure priority only for the CRITICAL priority.


D.

It is used to explicitly close the open failures.


E. It is used to inform the database about the repair after the repair script
Executes.
[不定项选择题]The persistent configuration settings for RMAN have default for all

Parameters. 

Identify four RMAN commands that produce a multi-section Backup.


A.

BACKUP TABLESPACE SYSTEM SECTION SIZE 100M;


B.

BACKUP AS COPY TABLESPACE SYSTEM SECTION SIZE 100M;


C.

BACKUP ARCHIVELOG ALL SECTION SIZE 25M;


D.

BACKUP TABLESPACE "TEMP" SECTION SIZE 10M;


E. BACKUP TABLESPACE "UNDO" INCLUDE CURRENT CONTROLFILE SECTION
SIZE 100M;
F. BACKUP SPFILE SECTION SIZE 1M;
G. BACKUP INCREMENTAL LEVEL 0 TABLESPACE SYSAUX SECTION SIZE 100M;
[不定项选择题]凸轮分为()。
A.盘形凸轮
B.平面凸轮
C.移动凸轮
D.靠模板
E.圆柱凸轮
[不定项选择题]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 must transport the UNIVERSITY tablespace from one database to

Another.

The UNIVERSITY tablespace is currently open read/write.

The source and destination platforms have different endian formats.

Examine this list of actions:

1-Make the UNIVERSITY tablespace read-only on the source system.

2-Export the UNIVERSITY tablespace metadata using EXPDP.

3-Convert the UNIVERSITY tablespace data files to the destination platform format using RMAN on the source system.

4-Copy the UNIVERSITY tablespace data files to the destination system.

5-Copy the Data Pump dump set to the destination system.

6-Convert the UNIVERSITY tablespace data files to the destination platform format using RMAN on the destination system.

7-Import the UNIVERSITY tablespace metadata using IMPDP.

8-Make the UNIVERSITY tablespace read/write on the destination system.

Which is the minimum number of actions required, in the correct order, to transport the UNIVERSITY tablespace?


A.

1, 2, 4, 5, 7, 8


B.

1, 2, 4, 6, 7, 8


C.

1, 2, 3, 4, 5, 7, 8


D.

1, 2, 3, 4, 5, 6, 7, 8


E. 2, 4, 5, 6, 7
[不定项选择题]In a recent Automatic Workload Repository (AWR) report for your

Database, you notice a high number of buffer busy waits. The database

Consists of locally managed tablespaces with free list managed segments.

On further investigation, you f ind that buffer busy waits is caused by

Contention on data blocks.

Which option would you consider first to decrease the wait event

Immediately?


A.

Decreasing PCTUSED


B.

Decreasing PCTFREE


C.

Increasing the number of DBWN process


D.

Using Automatic Segment Space Management (ASSM)


E. Increasing db_buffer_cache based on t he V$DB_CACHE_ADVICE
Recommendation
[不定项选择题]Automatic Shared Memory Management is disabled for one of your

Database instances. Some SQL statements perform poorly due to excessive

Hard parse activity, thereby degrading performance. 

What would be your Next step?  one


A.

Run the SQL Access Advisor.


B.

Run the Memory Advisor for the shared pool.


C.

Run the SQL Tuning Advisor.


D.

Run the Memory Advisor for the Program Global Area.


E.

Run the Memory Advisor for the System Global Area.

[不定项选择题]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.

[不定项选择题]After implementing full Oracle Data Redaction, you change the default

Value for the NUMBER data type as follows:

SQL> select number_value from REDACTION_VALUES_FOR_TYPE_FULL;

NUMBER_VALUE

------------

0

SQL> exec DBMS_REDACT.UPDATE_FULL_REDACTION_VALUES(-1);

SQL> select number_value from REDACTION_VALUES_FOR_TYPE_FULL;

NUMBER_VALUE

------------

-1

After changing the value, you notice that FULL redaction continues to redact

Numeric data with zero.(您注意到 FULL 编校继续以零编校数值数据)也就是

上面的修改还没有生效,该命令是把 number 的数据类型编辑以后默认值为-1)。

What must you do to activate the new default value for numeric full

Redaction?


A.

Re-enable redaction policies that use FULL data redaction.


B.

Re-create redaction policies that use FULL data redaction.


C.

Re-connect the sessions that access objects with redaction policies defined on

Them.


D.

Flush t he shared pool.


E. Restart the database instance.
[不定项选择题]Which two are prerequisites for performing Flashback Transaction?
A.

Fast Recovery Area must be enabled for the database.


B.

The EXECUTE privilege must be granted to a user on the DBMS_FLASHBACK

Package.


C.

Undo retention guarantee must be configured for the database.


D.

A supplemental log must be enabled for the primary key.


E.

Row movement must be enabled.

[不定项选择题]Examine the statements that use flashback technologies:

1-FLASHBACK TABLE customers TO TIMESTAMP TO_TIMESTAMP('2013-02-04 09:30:00', 'YYYY-MM-DD HH:MI:SS');

2-SELECT * FROM customers AS OF SCN 123456;

3-FLASHBACK TABLE customers TO BEFORE DROP;

4-FLASHBACK DATABASE TO TIMESTAMP TO_TIMESTAMP('2013-02-04 09:30:00', 'YYYY-MM-DD HH:MI:SS');

5-SELECT * FROM customers VERSIONS BETWEEN SCN 123456 AND 123999;

6-ALTER TABLE customers FLASHBACK ARCHIVE;

Which set of statements depends on the availability of relevant undo data in the Undo tablespace?


A.

1,3,6


B.

1,2,5


C.

3,4,5


D.

2,3,5,6

我来回答:

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

订单号:

截图扫码使用小程序[完全免费查看答案]
请不要关闭本页面,支付完成后请点击【支付完成】按钮
恭喜您,购买搜题卡成功
重要提示:请拍照或截图保存账号密码!
我要搜题网官网:https://www.woyaosouti.com
我已记住账号密码