|
||
|
||
|
注:答案在选项后面 Q. 1 : Physical Disk Resources in an Oracle Database are 1. Control Files 4 Q. 2 : What is a Schema 1. A Physical Organization of Objects in the Database 2 Q. 3 : An Oracle Instance is 1. Oracle Memory Structures 4 Q. 4 : The SGA Consists of the Following Items 1. Buffer Cache 4 Q. 5 : The area that stores the blocks recently used by SQL statements is called 1. Shared Pool 2 Q. 6 : Which of the following is not a Background Server Process in an Oracle Server 1. DB Writer 2 Q. 7 : Which of the following is a valid background server processes in Oracle 1. ARCHiver 4 Q. 8 : The process that writes the modified blocks to the data files is 1. DBWR 1 : Oracle does not modify the data in data file. Once the server process makes a change in the Memory, DBWR writes the modified blocks back to disk. Q. 9 : The process that records information about the changes made by all transactions that commit is 1. DBWR 4 : LGWR process records the information about changes to database Q. 10 : Oracle does not consider a transaction committed until 1. The Data is written back to the disk by DBWR 2 Q. 11 : The process that performs internal operations like Tablespace Coalescing is 1. PMON 2 Q. 12 : The process that manages the connectivity of user sessions is 1. PMON 1 Q. 13 : The ARCH process is enabled when the database runs in a 1. PARALLEL Mode 2
1. DBWR 3. PMON 2 : At a check point dbwr writes all data to data files from memory. At this time the datafile headers have to be updated by LGWR in the absence of a CKPT process Q. 15 : If an application requests data that is already in the memory, it is referred to as a 1. Cache Read 2 Q. 16 : If the data requested is in the memory but had to be reloaded due to aging, it is referred to as 1. CACHE HIT 3 Q. 17 : If the data requested is not in the servers memory, it is referred to as 1. CACHE DISK 2 Q. 18 : You can Dynamically resize the following Parameters in the SGA 1. Buffer Cache 4 Q. 19 : The memory area that stores the parsed representation of most recently executed Statements is 1. BUFFER CACHE 2 Q. 20 : The Most recently used data dictionary information is stored in 1. DATA DICTIONARY CACHE 1 Q. 21 : The server memory that holds session-specific information is referred to as 1. Program or Private Global Area 1 Q. 22 : The area of memory used by the server as temporary area for sorting is called 1. TEMP SPACE 2 Q. 23 : The fundamental unit of storage in a data file is 1. BYTE 3 Q. 24 : The process that resolves the in-doubt transactions in a distributed environment is 1. ARCH 3 Q. 25 : The size of each buffer in the database is set using this parameter 1. DB_BLOCK_BUFFERS 2 Q. 26 : The number of Block Buffers in the database is set in the init.ora using 1. DB_BLOCK_SIZE 2 Q. 27 : The Parameter that sets the size of the shared SQL Area is 1. SHARED_SQL_AREA 2 |
||