Oracle DBA Fundamentals I

[入库:2005年11月10日] [更新:2008年9月2日]

本文简介:You need to create an index on the SALES table, which is 10 GB in size. You want your index to be spread across many tablespaces, decreasing contention for index lookup, and increasing scalability and manageability.

The database needs to be shut down for hardware maintenance. All users sessions except one have either voluntarily logged off or have been forcibly killed. The one remaining user session is running a business critical data manipulation language (DML) statement and it must complete prior to shutting down the database.
Which shutdown statement prevents new user connections, logs off the remaining user, and shuts down the database after the DML statement completes?
A. SHUTDOWN
B. SHUTDOWN ABORT
C. SHUTDOWN NORMAL
D. SHUTDOWN IMMEDIATE
E. SHUTDOWN TRANSACTIONAL
Answer: E

 What provides for recovery of data that has not been written to the data files prior to a failure?
A. redo log
B. undo segment
C. rollback segment
D. system tablespace
Answer: A

本方案相关附件

本文关键:,Oracle,DBA,Fundamentals,I,
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top