OCP-V13-699

来源:互联网 发布:qq远程控制不了软件 编辑:程序博客网 时间:2024/05/16 00:48
  1. Your database is using a default temporary tablespace that contains the temp01.tmp temporary file.
    All the users on the database use the default temporary tablspace. A user issues a query on the ORDERS
    table and receives the following error:
    What would be the most efficientway to rectify this error?
    这里写图片描述

你的数据库使用的是默认的临时表空间包含temp01.tmp临时文件。
在使用数据库的默认临时表空间所有用户。用户问题查询的订单
表和接收下列错误:
什么是要纠正这种错误的最有效的途径

A. Add a new tempfile to the user’s temporary tablespace and drop the tempfile that produced the error
添加一个新的临时表空间文件给给用户临时表空间,并且删除原来错误的临时表空间。

B. Shut down the database instance, restore the temp01.tmp file from the backup, and then restart the
database.

C. Allow the database to continue runn ing, drop the temp01.tmp temporary file, and then re-create it with
new tempfiles.

D. Take the temporary tablespace offline, recover the missing tempfile by applying redo logs, and then
bring the temporary tablespace online.

Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
答案是 A!
临时文件在删除后,数据库再次启动时会自动创建。
并且在数据库运行的过程中,使用rm删除,并不影响排序的查询。

0 1
原创粉丝点击