Q. 1 : Physical Disk Resources in an Oracle Database are
1. Control Files
2. Redo Log Files
3. Data Files
4. All of the above
4
Q. 2 : What is a Schema
1. A Physical Organization of Objects in the Database
2. A Logical Organization of Objects in the Database
3. A Scheme Of Indexing
4. None of the above
2
Q. 3 : An Oracle Instance is
1. Oracle Memory Structures
2. Oracle I/O Structures
3. Oracle Background Processes
4. All of the Above
4
Q. 4 : The SGA Consists of the Following Items
1. Buffer Cache
2. Shared Pool
3. Redo Log Buffer
4. All of the Above
4
Q. 5 : The area that stores the blocks recently used by SQL statements is called
1. Shared Pool
2. Buffer Cache
3. PGA
4. UGA
2
Q. 6 : Which of the following is not a Background Server Process in an Oracle Server
1. DB Writer
2. DB Reader
3. Log Writer
4. SMON
2
Q. 7 : Which of the following is a valid background server processes in Oracle
1. ARCHiver
2. LGWR ( Log Writer )
3. DBWR ( Dbwriter )
4. All of the above
4
Q. 8 : The process that writes the modified blocks to the data files is
1. DBWR
2. LGWR
3. PMON
4. SMON
Q. 1 : When will the rollback information applied in the event of a database crash
1. before the crash occurs
2. after the recovery is complete
3. immediately after re-opening the database before the recovery
4. roll back infrmation is never applied if the database crashes
2
Q. 2 : The data dictionary tables and views are stored in
1. USERS tablespace
2. SYSTEM tablespace
3. TEMPORARY tablespace
4. any of the three
3
Q. 3 : Oracle uses the data dictionary tables and views
1. to make the database user friendly
2. to store user data
3. to store application data
4. for proper database functioning
4
Q. 4 : No data in any data dictionary tables should be deleted or altered by any user. Which of the following object is an exception to this rule,
1. AUD$
2. PENDING_SESSIONS$
3. USER_HISTORY$
4. PENDING_TRANS$
1
Q. 5 : A collection of segments is a (an)
1. extent
2. segment
3. tablespace
4. database
3
Q. 6 : When the database is open, which of the following tablespaces must be online
1. SYSTEM
2. TEMPORARY
3. ROLLBACK
4. USERS 转
1
Q. 7 : Sorts can be managed efficiently by assigning ____ tablespace to sort operations.
1. SYSEM
2. TEMPORARY
3. ROLLBACK
4. USERS
2
Q. 8 : The sort segment of a temporary tablespace is created
1. at the time of the first sort operation
2. when the TEMPORARY tablespace is created
3. when the memory required for sorting is 1kb
4. all of the above
1
Q. 9 : Which of the following segments is self administered
1. TEMPORARY
2. ROLLBACK
3. CACHE
4. INDEX
3
Q. 10 : What is the default temporary tablespace, if no temporary tablespace is defined
1. ROLLBACK
2. USERS
3. INDEX
4. SYSTEM
4
Q. 11 : Rollback segments are used for
1. read consistency
2. rolling back transactions
3. recovering the database
4. all of the above
4
Q. 12 : Rollback segment stores
1. old values of the data changed by each transaction
2. new values of the data changed by each transaction
3. both old and new values of the data changed by each transaction
4. none
1
Q. 1 : When will the rollback information applied in the event of a database crash
1. before the crash occurs
2. after the recovery is complete
3. immediately after re-opening the database before the recovery
4. roll back infrmation is never applied if the database crashes
2
Q. 2 : The data dictionary tables and views are stored in
1. USERS tablespace
2. SYSTEM tablespace
3. TEMPORARY tablespace
4. any of the three
3
Q. 3 : Oracle uses the data dictionary tables and views
1. to make the database user friendly
2. to store user data
3. to store application data
4. for proper database functioning