题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2024-08-03 02:27:11

[不定项选择题]Unified auditing is enabled in your database. The HR_ADMIN and

OE_ADMIN roles exist and are granted system privileges. You execute the

Command: 

SQL>CREATE AUDIT POLICY table_aud PRIVILEGES CREATE ANY TABLE, DROP ANY TABLE ROLES hr_admin,oe_admin;

Which statement is True?


A.

It succeeds and needs to be enabled to capture all SQL statements that

Require either the specified privileges or any privilege granted to the HR_ADMIN

Or OE_ADMIN role.


B.

It fails because the command does not specify when the unified audit policy

Should be enforced.


C.

It succeeds and starts capturing only successful SQL statements for all users

Who have either the specified privileges or roles granted to them.


D.

It fails because system privileges cannot be granted with roles in the same Audit policy.

更多"[不定项选择题]Unified auditing is enabled"的相关试题:

[不定项选择题]In one of your databases, unified auditing is enabled and an SH.SALES

Table exists.

You successfully execute these commands: SQL> CREATE

AUDIT POLICY sales_pol ACTIONS select on sh.sales; SQL> AUDIT POLICY

Sales_pol; Which statement is true about SALES_POL?


A.

It is enabled for all users having SELECT privilege on SH.SALES.


B.

Only successful queries of SH.SALES are written to the audit trail.


C.

It is only enabled for user SH.


D.

Audit records are always stored in an external audit file.

[不定项选择题]Examine this command: $ rhpctl move database –sourcehome

Oracle_home_path –destinationhome Oracle_home_path

For which two purposes can you use this command? (Choose two.)


A. to switch an existing Oracle Database home to a newer release of Oracle
Software on the same server
B. to switch to a read-only Oracle home
C. to switch9 back to the previous Oracle home as part of a rollback operation
D. to switch the Oracle Database home when using a centralized Rapid Home
Provisioning server
E. to switch to a patched Oracle Database home
[不定项选择题]Which two are true about the Oracle database methodology? (Choose

Two.)


A.

The Oracle Database time model should be used to find the database and

Instance areas most in need of tuning.


B.

Tuning activities should stop once the user is satisfied with performance.


C.

Tuning activities should stop once agreed service levels for performance have

Been met.


D.

The database instance memory should always be tuned before tuning any file

Systems.


E.

SQL statements should always be tuned before tuning any file systems.


F.

The alert log should be used to find the database and instance areas most in

Need of tuning.

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

[不定项选择题]Your production database is running in archivelog mode. 

You use RMAN with a recovery catalog to back up your database to media and the

Database is uniquely identified in the recovery catalog. 

You want to create a test database from the production database and allow the production database to remain open during the duplicate process. 

You restore the database backups to a new host with the same directory structure as the production database and want to use the recovery catalog for future backups after the database is successfully restored to the new host. 

How would you achieve this?  choose one


A.

by using the RMAN switch command to set the new location for the data files


B.

by using the RMAN duplicate command with nofilenamecheck to recover the

Database to the new host


C.

by using the RMAN duplicate command with dbid and set new name for

Tablespace to recover the database to the new host


D.

by creating a new database in the new host, and then using the RMAN recover

Command

[不定项选择题]choose two You take your database backups by using the RMAN

Media management interface (MMI).

Which two are true about the use of

The RMAN MMI?


A.

You can use it to create proxy copies for database files.


B.

You can use it to create proxy copies for entire file systems.


C.

You can use it to create image copies for entire file systems.


D.

You can use it to create image copies for database files.


E. You can use it to create backup sets for database files.
[不定项选择题]Choose two. Your database is in ARCHIVELOG mode and you plan to

Use Flashback Database. Which two features or parameters manage space

Availability in the fast recovery area?


A. the backup retention policy
B. the backup optimization policy
C. the DB_CREATE_ONLINE_LOG_DEST_n parameter setting
D. the archived log deletion policy
E. the DB_RECOVERY_FILE_DEST parameter setting
F. using guaranteed UNDO retention
[不定项选择题]Choose two .You upgrade your database from pre-12c to a multitenant

Container database (CDB) that contains pluggable databases (PDBs).

Examine the query and its output:

SQL> SELECT * FROM v$PWFILE_users;

USERNAME

SYSDB SYSOP SYSAS SYSBA SYSDG SYSKM CON_ID

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

---

SYS

TRUE TRUE

FALSE

FALSE

FALSE

FALSE

0

Which two tasks must you perform to add users with the SYSBACKUP,

SYSDG, and SYSKM prileges to the password file?


A.) Re-create or migrate the password file to the Oracle Database 12c format
B.) Grant the SYSBACKUP, SYSDG, and SYSKM privileges to the intended users.
C.) Copy the password file from a sample file in the DBS dierectory
D.) Assign appropriate operating system groups to SYSBACKUP, SYSDG, and
SYSKM.
[不定项选择题]You notice that the performance of your production 24/7 Oracle 12c

Database has significantly degraded. Sometimes you are not able to connect

To the instance because it hangs. You do not want to restart the database

Instance. How can you detect the cause of the degraded performance?


A.

Enable Memory Access Mode, which reads performance data from SGA.


B.

Use emergency monitoring to fetch data directly from SGA for analysis.


C.

Run Automatic Database Diagnostic Monitor (ADDM) to fetch information

From the latest Automatic Workload Repository (AWR) snapshots.


D.

Use Active Session History (ASH) data and hang analysis in regular

Performance monitoring,


E. Run ADDM in diagnostic mode.
[不定项选择题]You notice a performance change in your production Oracle 12c

Database. You want to know which change caused this performance

Difference. Which method or feature should you use?


A.

Compare Period ADDM report


B.

AWR Compare Period report


C.

Active Session History (ASH) report


D.

Taking a new snapshot and comparing it with a preserved snapshot.

[不定项选择题]In your Database, the TBS PERCENT USED parameter is set to 60 and the

TBS PERCENT FREE parameter is set to 20.

Which two storage-tiering actions might be automated when using

Information Lifecycle Management (ILM) to automate data movement?


A. The movement of all segments to a target tablespace with a higher degree of
Compression, on a different storage tier, when the source tablespace exceeds
TBS PERCENT USED
B. Setting the target tablespace to read-only
C. The movement of some segments to a target tablespace with a higher degree
Of compression, on a different storage tier, when the source tablespace exceeds
TBS PERCENT USED
D. Setting the target tablespace offline
E. The movement of some blocks to a target tablespace with a lower degree of
Compression, on a different storage tier, when the source tablespace exceeds
TBS PERCENT USED
[不定项选择题]Choose three.

Your container database, CDB1, is in local undo mode.

You successfully execute this command while connected to CDB1:

CREATE PLUGGABLE DATABASE pdb1

ADMIN USER pdb1_admin IDENTIFIED BY pdb123 ROLES= (CONNECT)

CREATE_FILE_DEST='/u01/app/oracle/oradata/cdb1/pdb1' ;

Which three are true about PDB1?


A. It has the same common users defined as does CDB1.
B. It has only local roles.
C. It has the same number of roles as CDB1.
D. Service PDB1 is created for remote logins to PDB1.
E. It is in mount state after creation.
F. It has no local users.
[不定项选择题]Your container database, CDB1, has an application container, HR_ROOT, with an application PDB, HR_PDB1. 

You have the required privilege to clone HR_PDB1 to container database CDB2, which does not contain HR_ROOT.

Which two are always true? (Choose two.)


A.

CDB1 and CDB2 must be in shared undo mode.


B.

A common user must exist in CDB2 with the CREATE PLUGGABLE DATABASE privilege.


C.

All transactions in HR_PDB1 of CDB1 must commit before the cloning process starts.


D.

Cloning HR_ROOT automatically clones HR_PDB1.


E.

The HR_PDB1clone created in CDB2 will be in mount state when cloning ends.

[不定项选择题]Your CDB has two regular PDBs as well as one application container

With two application PDBs and an application seed.No changes have been

Made to the standard PDB$SEED.How many default temporary tablespaces

Can be assigned in the CDB?


A.

six


B.

seven


C.

five


D.

eight


E. three
[不定项选择题]You upgraded your database from pre-12c to a multitenant container

Database (CDB) containing pluggable databases (PDBs).

Examine the query and its output:

Which two tasks must you perform to add users with SYSBACKUP, SYSDG,

And SYSKM privilege to the password file?


A.

Assign the appropriate operating system groups to SYSBACKUP, SYSDG,

SYSKM.


B.

Grant SYSBACKUP, SYSDG, and SYSKM privileges to the intended users.


C.

Re-create the password file with SYSBACKUP, SYSDG, and SYSKM privilege

And the FORCE argument set to No.


D.

Re-create the password file with SYSBACKUP, SYSDG, and SYSKM privilege,

And FORCE arguments set to Yes.


E.

Re-create the password file in t he Oracle Database 12c format.

[不定项选择题]工会的职责
A.负责协调伤亡员工与运营分公司的关系,并维护员工的合法利益
B.负责内部各中心、部门间的协调配合,并做好伤亡员工探视及慰问,妥善处理家属接待、安抚工作
C.负责组织相关中心、部门与当事人及其家属对员工伤亡事故处理中的纠纷、争议进行商谈,结果及时报分公司研究处理
D.负责参与和监督员工伤亡事故调查
[不定项选择题]运营事故主要包括:
A.生产安全事故
B.消防安全事故
C.特种设备安全事故
D.道路交通安全事故
E.行车指挥事故
F.网络安全事件
[不定项选择题]运营事故报告分为:
A.初报
B.电话报送
C.续报
D.书面报送

我来回答:

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

订单号:

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