移动端

  • 题王微信公众号

    题王微信公众号

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

计算机考试 | Oracle认证考试

模式切换

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

章节目录

单选题 For which database operation would you need the database to be in the MOUNT state()

A

renaming the control files

B

re-creating the control files

C

dropping a user in your database

D

dropping a tablespace in your database

E

configuring the database instance to operate in the ARCHIVELOG or NOARCHIVELOG modes

单选题 The job to gather optimizer statistics for objects runs as part of the automatic maintenance window in yourdatabase instance. At a certain point of time, the maintenance window closes before the statistics are gatheredfor all objects.  Which statement is true in this scenario()

A

The statistics collection continues until all objects are processed.

B

The job is terminated and the statistics collected are restored to a time before the job started.

C

This produces an error and the statistics collected are locked until the next time that the maintenancewindow is opened.

D

The job is terminated and the statistics for the remaining objects are collected the next time that themaintenance window is opened

单选题 Which statement is true about the UNDO_RETENTION parameter when retention guarantee is notenabled()

A

It is the time period after which the undo data becomes obsolete.

B

It is the time period after which the committed undo data would be transferred to a temporarytablespace.

C

It is the minimum time period up to which the committed undo data would be retained if free undo spaceis available.

D

It is the time period after which the undo data is transferred to the Flash Recovery Area to provide readconsistency.

多选题 You are managing an Oracle Database 11g database. You configured the database to run in ARCHIVELOGmode.  Which two statements are true in this scenario()

A

You must shut down the database instance to perform the backups.

B

You must configure the Flash Recovery Area (FRA) for the database.

C

You can perform complete database backups without closing the database.

D

All the previous closed database backups including control files become invalid after you configure thedatabase to ARCHIVELOG mode.

单选题 View the Exhibit and examine the privileges granted to the SL_REP user. The EMP table is owned by theSCOTT user. The SL_REP user executes the following command:SQL> GRANT SELECT ON scott.emp TO hr; Which statement describes the outcome of the command()

A

The command executes successfully.

B

The command produces an error because the EMP table is owned by SCOTT.

C

The command produces an error because SL_REP has the GRANT ANY OBJECT PRIVILEGE withoutADMIN_OPTION.

D

The command produces an error because SL_REP does not have the SELECT privilege withGRANT_OPTION on the EMP table

多选题 Which two statements are true about standard database auditing()

A

DDL statements can be audited.

B

Statements that refer to stand-alone procedure can be audited.

C

Operations by the users logged on as SYSDBA cannot be audited.

D

Only one audit record is ever created for a session per audited statement even though it is executedmore than once.

多选题 User SCOTT executes the following command on the EMP table but has not issued COMMIT, ROLLBACK, or any data definition language (DDL) command: SQL> SELECT ename FROM emp  2 WHERE job=’CLERK’ FOR UPDATE OF empno;  SCOTT has opened another session to work with the database instance.  Which three operations wouldwait when issued in SCOTT’s second session()

A

LOCK TABLE emp IN SHARE MODE;

B

LOCK TABLE emp IN EXCLUSIVE MODE;

C

UPDATE emp SET sal=sal*1.2 WHERE job=MANAGER;

D

INSERT INTO emp(empno,ename) VALUES (1289,’Harry’);

E

SELECT ename FROM emp WHERE job=’CLERK’ FOR UPDATE OF empno;

最新资讯

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

到第