Which statement describes the effect of the execution of the

题目
单选题
Which statement describes the effect of the execution of the above PL/SQL block?()
A

The plan baselines are verified with the SQL profiles.

B

All fixed plan baselines are converted into nonfixed plan baselines.

C

All the nonaccepted SQL profiles are accepted into the plan baseline.

D

The nonaccepted plans in the SQL Management Base are verified with the existing plan baselines.

参考答案和解析
正确答案: D
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

多选题
You are managing an Oracle 11g database with ASM storage, for which the COMPATIBLE initialization parameter is set to 11.1.0. In the ASM instance, the COMPATIBLE.RDBMS attribute for the disk group is set to 10.2 and the COMPATIBLE.ASM attribute is set to 11.1. Which two statements are true in this scenario for the features enabled for ASM? ()
A

The ASM-preferred mirror read feature is enabled.

B

The ASM supports variable sizes for extents of 1, 8, and 64 allocation units.

C

The ASM disk is dropped immediately from a disk group when it becomes unavailable.

D

The RDBMS always reads the primary copy of a mirrored extent of the ASM disk group.


正确答案: A,D
解析: 暂无解析

第2题:

单选题
Which statement is true regarding virtual private catalogs? ()
A

A virtual private catalog owner can create a local stored script, and have read/write access to a global stored script. 

B

The virtual private catalog owner cannot create and modify the stored scripts. 

C

The set of views and synonyms that make up the virtual private catalog is stored in the schema of the RMAN recovery catalog owner. 

D

To perform most of the RMAN operations, the virtual catalog owner must have the SYSDBA or SYSOPER privilege on the target database. 


正确答案: A
解析: 暂无解析

第3题:

多选题
Which two statements about the SQL Management Base (SMB) are true?()
A

It contains only SQL profiles generated by SQL Tuning Advisor.

B

It stores plans generated by the optimizer using a stored outline.

C

It is part of the data dictionary and stored in the SYSAUX tablespace.

D

It is part of the data dictionary and stored in the SYSTEM tablespace.

E

It contains the statement log, the plan history, plan baselines, and SQL profiles.


正确答案: D,B
解析: 暂无解析

第4题:

单选题
Which of the following is not a valid linguistic sort element?()
A

Accent expansion

B

Canonical equivalence

C

Reverse secondary sorting

D

Ignorable characters

E

Character rearrangement


正确答案: A
解析: 暂无解析

第5题:

单选题
In your production database, users report that they are unable to generate reports on an important table because it does not contain any data. While investigating the reason, you realize that another user executed the TRUNCATE TABLE command, which accidentally caused the data to be lost. Now you want to recover the lost data of the table without affecting objects in other schemas. Which method must you use to recover the lost data?()
A

Complete Recovery with online redo log

B

Complete Recovery with archived redo log

C

Tablespace Point-in-Time Recovery (TSPITR)

D

Incomplete Recovery with system change number (SCN)


正确答案: D
解析: 暂无解析

第6题:

多选题
Identify three key features of ASM.()
A

file striping

B

allocation unit mirroring

C

automatic disk rebalancing

D

automatic file size increment

E

automatic undo management


正确答案: D,B
解析: 暂无解析

第7题:

多选题
You plan to execute the following command to perform a Flashback Database operation in your database: SQL> FLASHBACK DATABASE TO TIMESTAMP (SYSDATE -5/24); Which two statements are true about this?()
A

The database must have multiplexed redo log files

B

The database must be in the MOUNT state to execute the command

C

The database must be in the NOMOUNT state to execute the command

D

The database must be opened in RESTRICTED mode before this operation

E

The database must be opened with the RESETLOGS option after the flashback operation


正确答案: B,C
解析: 暂无解析

第8题:

多选题
You want to analyze a SQL Tuning Set (STS) using SQL Performance Analyzer in a test database. Which two statements are true regarding the activities performed during the test execution of SQLs in a SQL Tuning Set?()
A

Every SQL statement in the STS is considered only once for execution

B

The SQL statements in the STS are executed concurrently to produce the execution plan and execution statistics

C

The execution plan and execution statistics are computed for each SQL statement in the STS

D

The effects of DDL and DML are considered to produce the execution plan and execution statistics


正确答案: A,B
解析: 暂无解析

第9题:

单选题
How is block-change tracking enabled?()
A

With alter database enable block change tracking

B

With alter system enable block change tracking 

C

With an init.ora parameter change 

D

With an spfile parameter change 


正确答案: A
解析: 暂无解析

第10题:

单选题
Which of the following is a valid way of putting a tablespace named DAVE_TBS into hot backup mode?()
A

alter tablespace DAVE_TBS backup mode

B

alter tablespace DAVE_TBS start backup 

C

alter tablespace DAVE_TBS begin backup 

D

alter tablespace DAVE_TBS backup begin 

E

alter tablespace DAVE_TBS backup


正确答案: B
解析: 暂无解析

更多相关问题