|
请教几个问题
1. Which two files are used by the SQL*Loader? (Choose two.)
A. log file *
B. data file *
C. init.ora file
D. password file
E. background process trace file
为什么不选 c 呢?init.ora 不是parameter file吗?
2. When you created a tablespace,
you overestimated the size of one of the datafiles.
Several objects were stored in the datafile.
Some, but not all of the objects were dropped subsequently.
To which point will you be able to decrease the size of the datafile?
A. to zero
B. to the size of the datafile header
C. to the last block of the last object *
D. It is not possible to decrease the size of a datafile.
为什么选 c 呢?
3. Which two commands can cause a database event trigger to fire? (Choose two.)
A. DROP USER *
B. ALTER VIEW *
C. CALL PROCEDURE
D. CREATE DATABASE
我的选择正确吗?
4. Which statement about organizing tablespaces and segments is true?
A. You should mix segments with short and long life spans in the same tablespace.
B. You should keep good control over space allocation and define storage limits for users. *
C. You should use the aotuextend feature on tablespaces that hava a high update, delete, and insert activity.
D. Data that is accessed by multiple users should be stored in tablespaces that reside on the same disk for easier management.
a,c,d为什么不对呢?
5.When creating rollback segments, what is the recommended value for the MINEXTENT minimize dynamic extension?
A. 15
B. 20 *
C. five
D. ten per transaction
E. number_of_users*25
6.How does a DBA specify multiple control files?
A. With the ADD CONTROLFILE command.
B. By using the files in the STARTUP command.
C. With the MULTIPLEX control file command.
D. By listing the files in the CONTROL_FILES parameter. *
7. Which statement about an Oracle instance is true?
A. An Oracle instance can access multiple databases at one time only. *
B. An Oracle instance has a minimum of three background processes.
C. An Oracle instance consists of the shared pool and the redo log files.
D. The memory allocated by an Oracle instance is shareable by the database processes.
5,6,7的选择正确吗? |
|