OracleDBA回滾段管理試選題

q. 1 : what system privilege is required to create a rollback segment ?

1. create database
2. create rollback segment
3. alter database
4. create segment

2
 
q. 2 : oracle recommends this number of minimum extents in a rollback segment

1. 0
2. 1
3. 2
4. 3

3

q. 3 : oracle recommends that the following segment size when creating a rollback segment

1. initial > next
2. initial = next
3. initial < next
4. none of the above  

2

q. 4 : the optimal parameter for a rollback segment should be set

1. large for long-frequently running transactions, small for short transactions.
2. small for long-frequently running transactions, large for small transactions.
3. small for all transactions
4. large for all transactions

1

q. 5 : in case of system failure, this type of segment is used to undo the changes

1. data segment
2. temp segment
3. redo segment
4. rollback segment

4 : rollback segments are used to rollback information that has already been applied to database. during recovery, the database is rolled forward and then backwards to a consistent state.
 
q. 6 : this is a valid storage parameter when creating a rollback segment

1. freelists
2. optimal
3. partition
4. none of the above  

2
 
q. 7 : madhu created a couple of private rollback segments. what should he do now to make them online automatically during startup

1. grant online during startup to the segments
2. add rollback_segments=(rbs1,rbs2) in parameter file
3. drop segments and recreate them as protected
4. none of the above

2  

q. 8 : which is true regarding rollback segments

1. system rollback segment cannot be put in an offline mode
2. tablespaces containing rollback segments with active transactions can be put in offline mode
3. all of the above
4. none of the above


1
 
q. 9 : a rollback segment ____

1. writes to the redo logs
2. requires one for each tablespace
3. records changes only after they are committed
4. provides for read consistency

4
 
q. 10 : which type of segment can record changes for multiple transactions

1. data segment
2. temp segment
3. rollback
4. none of the above

3

q. 11 : the type of rollback segment that is created when a tablespace goes offline is

1. private
2. public
3. deffered
4. protected

3

q. 1 : what system privilege is required to create a rollback segment ?

1. create database
2. create rollback segment
3. alter database
4. create segment

2
 
q. 2 : oracle recommends this number of minimum extents in a rollback segment

1. 0
2. 1
3. 2
4. 3

3

q. 3 : oracle recommends that the following segment size when creating a rollback segment

1. initial > next
2. initial = next
3. initial < next
4. none of the above  

2

q. 4 : the optimal parameter for a rollback segment should be set

1. large for long-frequently running transactions, small for short transactions.
2. small for long-frequently running transactions, large for small transactions.
3. small for all transactions
4. large for all transactions

1

q. 5 : in case of system failure, this type of segment is used to undo the changes

1. data segment
2. temp segment
3. redo segment
4. rollback segment

4 : rollback segments are used to rollback information that has already been applied to database. during recovery, the database is rolled forward and then backwards to a consistent state.
 
q. 6 : this is a valid storage parameter when creating a rollback segment

1. freelists
2. optimal
3. partition
4. none of the above  

2
 
q. 7 : madhu created a couple of private rollback segments. what should he do now to make them online automatically during startup

1. grant online during startup to the segments
2. add rollback_segments=(rbs1,rbs2) in parameter file
3. drop segments and recreate them as protected
4. none of the above

2  

q. 8 : which is true regarding rollback segments

1. system rollback segment cannot be put in an offline mode
2. tablespaces containing rollback segments with active transactions can be put in offline mode
3. all of the above
4. none of the above