移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

计算机考试 | Oracle认证考试

模式切换

0 0 0
我的错题 我的收藏 学习笔记

章节目录

单选题 You execute the following commands to audit database activities: SQL > ALTER SYSTEM SET AUDIT_TRIAL=DB, EXTENDED SCOPE=SPFILE; SQL > AUDIT SELECT TABLE, INSERT TABLE, DELETE TABLE BY JOHN By SESSION WHENEVER SUCCESSFUL; Which statement is true about the audit record that generated when auditing after instance restarts?()

A

One audit record is created for every successful execution of a SELECT, INSERT OR DELETE command on a table, and contains the SQL text for the SQL Statements.

B

One audit record is created for every successful execution of a SELECT, INSERT OR DELETE command, and contains the execution plan for the SQL statements.

C

One audit record is created for the whole session if john successfully executes a SELECT, INSERT, or DELETE command, and contains the execution plan for the SQL statements.

D

One audit record is created for the whole session if JOHN successfully executes a select command, and contains the SQL text and bind variables used.

E

One audit record is created for the whole session if john successfully executes a SELECT, INSERT,or DELETE command on a table, and contains the execution plan, SQL text, and bind variables used.

多选题 Which three are direct benefits of the multiprocess, multithreaded architecture of Oracle Database 12cwhen it is enabled?()

A

Reduced logical I/O

B

Reduced virtual memory utilization

C

Improved parallel Execution performance

D

Improved Serial Execution performance

E

Reduced physical I/O

F

Reduced CPU utilization

多选题 Which three tasks can be automatically performed by the Automatic Data Optimization feature ofInformation lifecycle Management (ILM)?()

A

Tracking the most recent read time for a table segment in a user tablespace

B

Tracking the most recent write time for a table segment in a user tablespace

C

Tracking insert time by row for table rows

D

Tracking the most recent write time for a table block

E

Tracking the most recent read time for a table segment in the SYSAUX tablespace

F

Tracking the most recent write time for a table segment in the SYSAUX tablespace

多选题 Which three statements are true about Automatic Workload Repository (AWR)?()

A

All AWR tables belong to the SYSTEM schema.

B

The AWR data is stored in memory and in the database.

C

The snapshots collected by AWR are used by the self-tuning components in the database

D

AWR computes time model statistics based on time usage for activities, which are displayed in the v$SYS time model and V$SESS_TIME_MODEL views.

E

AWR contains system wide tracing and logging information.

多选题 What are three purposes of the RMAN “FROM” clause?()

A

to support PUSH-based active database duplication

B

to support synchronization of a standby database with the primary database in a Data environment

C

To support PULL-based active database duplication

D

To support file restores over the network in a Data Guard environment

E

To support file recovery over the network in a Data Guard environment

多选题 Which three statements are true about using flashback database in a multitenant container database(CDB)?()

A

The root container can be flashed back without flashing back the pluggable databases (PDBs).

B

To enable flashback database, the CDB must be mounted.

C

Individual PDBs can be flashed back without flashing back the entire cdb.

D

The DB_FLASHBACK RETENTION_TARGET parameter must be set to enable flashback of the cdb.

E

A CDB can be flashed back specifying the desired target point in time or an SCN, but not a restore point.

多选题 You create a table with the PERIOD FOR clause to enable the use of the Temporal Validity feature of Oracle Database 12c. Examine the table definition: Which three statements are true concerning the use of the Valid Time Temporal feature for the EMPLOYEES table?()

A

The valid time columns employee_time_start and employee_time_end are automatically created.

B

The same statement may filter on both transaction time and valid temporal time by using the AS OF TIMESTAMP and PERIOD FOR clauses.

C

The valid time columns are not populated by the Oracle Server automatically.

D

The valid time columns are visible by default when the table is described.

E

Setting the session valid time using DBMS_FLASHBACK_ARCHIVE.ENABLE_AT_VALID_TIME sets the visibility for data manipulatio

多选题 On your Oracle 12c database, you Issue the following commands to create indexes SQL > CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customers_id, sales_rep_id) INVISIBLE; SQL> CREATE BITMAP INDEX oe.ord_customer_ix2 ON oe.orders (customers_id, sales_rep_id); Which two statement are correct?()

A

Both the indexes are created; however, only the ORD_COSTOMER index is visible.

B

The optimizer evaluates index access from both the Indexes before deciding on which index to use for query execution plan.

C

Only the ORD_CUSTOMER_IX1 index is created.

D

Only the ORD_CUSTOMER_IX2 index is created.

E

Both the indexes are updated when a new row is inserted, updated, or deleted In the orders table.

最新资讯

首页 上一页 1 2 3 4 5 下一页 尾页 /

到第