Set the UNDO_RETENTION parameter to 900 or more.
Create an initial undo segment in the undo tablespace.
Enable the retention guarantee for the undo tablespace.
Set the UNDO_TABLESPACE parameter to UNDO_TBS1.
Set the UNDO_MANAGEMENT initialization parameter to AUTO.
第1题:
You executed the following query: SELECT operation, undo_sql, table_name FROM flashback_transaction_query; Which statement is correct regarding the query output?()
第2题:
You executed the following query: SELECT operation, undo_sql, table_name FROM flashback_transaction_query; Which statement is correct regarding the query output?()
第3题:
You work as a database administrator for Certkiller .com. You want to create your database with the automatic undo management feature enable.Which two tasks must you perform to achieve this?()
第4题:
You find pockets of empty space in the USER_DATA tablespace due to a lot of DML operations on the objects in the USER_DATAtablespace. The pockets of empty spaces are too small to be reused individually. This is leading to wastage of space. You decide to perform the shrink operation to reclaim the wasted space. Which advisor will you use to determine the objects in the USER_DATA tablespace that are good candidates for the shrink operation?()
第5题:
You require the Oracle server to manage the undo segments and space among various active sessions automatically. You created an undo tablespace, UNDO_TBS1, in your database. Which two additional steps would you perform to achieve this?()
第6题:
Segment Advisor
SQL Tuning Advisor
SQL Access Advisor
Segment Resource Estimation
Automatic Database Diagnostic Monitor (ADDM)
第7题:
VERSIONS_STARTSCN
VERSIONS_STARTTIME
VERSIONS_XID
VERSIONS_OPERATION
第8题:
Enable Flashback Data Archive for the tables.
Specify undo retention guarantee for the database.
Enable supplemental logging for the database.
Query V$UNDOSTAT to determine the amount of undo that will be generated and create an undo tablespace for that size.
Create Flashback Data Archive on the tablespace on which the tables are stored.
第9题:
The retention period to support flashback
The expected length of the longest-running query
The number of undo tablespaces in the database
The size of the Flash Recovery Area for the database instance
第10题:
guarantee undo retention
add one more redo log group
size the redo log files appropriately
size the UNDO tablespace appropriately
size the SYSTEM tablespace appropriately
configure an appropriate undo retention interval
change automatic undo management to manual
第11题:
Set the UNDO_RETENTION parameter to 900 or more.
Create an initial undo segment in the undo tablespace.
Enable the retention guarantee for the undo tablespace.
Set the UNDO_TABLESPACE parameter to UNDO_TBS1.
Set the UNDO_MANAGEMENT initialization parameter to AUTO.
第12题:
Oracle Flashback uses undo information to construct consistent data.
You can use a cursor opened while using an Oracle Flashback image to perform DML once you deactivate Oracle Flashback in your session.
You can only use Oracle Flashback view of the data if the required records are still in the online redo log files.
Oracle Flashback lists the DML that was executed during the period you identify when initiating your session.
第13题:
You are maintaining your OLTP database in Oracle10g. You are performing the Flashback Transaction Query to find the undo SQL statements that can be used to undo the changes made to the database in the specific time period. Which pseudocolumn will you use to perform the Flashback Transaction Query?()
第14题:
You can use Oracle Flashback to look at past activity in your database. What are two other characteristics of Oracle Flashback?()
第15题:
You are working as a DBA on the decision support system. There is a business requirement to track and store all transactions for at least three years for a few tables in the database. Automatic undo management is enabled in the database. Which configuration should you use to accomplish this task?()
第16题:
You work as a database administrator for Supportcenter.cn. Users in the Supportcenter.cn PROD database complain about the slow response of transactions. While investigating the reason you find that the transactions are waiting for the undo segments to be available, and undo retention has been set to zero. What would you do to overcome this problem?()
第17题:
It would return information regarding only the last committed transaction.
It would return only the active transactions in all the undo segments in the database.
It would return only the committed transactions in all the undo segments in the database.
It would return both active and committed transactions in all the undo segments in the database.
It would return information regarding the transactions that began and were committed in the last 30 minutes.
第18题:
when the tablespace is online
when the tablespace has segments with data in it
when the tablespace is a default permanent tablespace for the database
when the tablespace contains a table that is currently being used by transactions
when the tablespace contains undo data that is needed to rollback an uncommitted transaction
第19题:
UNTIL SEQUENCE
UNTIL SCN
UNTIL CHANGE
UNTIL CANCEL
第20题:
set SQL_TRACE=True
set UNDO_RETENTION=14400
set FAST_START_MTTR_TARGET=240
set LOG_CHECKPOINT_INTERVAL=240
set DB_FLASHBACK_RETENTION_TARGET=14400
set the RETENTION GUARANTEE clause for the undo tablespace
第21题:
the retention period to support flashback
the expected length of the longest-running query
the number of undo tablespaces in the database
the size of the Flash Recovery Area for the database instance
第22题:
It would return information regarding only the last committed transaction.
It would return only the active transactions in all the undo segments in the database.
It would return only the committed transactions in all the undo segments in the database.
It would return both active and committed transactions in all the undo segments in the database.
It would return information regarding the transactions that began and were committed in the last 30 minutes.
第23题:
Application Server Control
Oracle Management Service
Oracle Enterprise Manager Repository
Oracle Enterprise Manager Database Control
第24题:
Set the UNDO_RETENTION parameter to AUTO.
Create an initial undo segment in undotablespace.
Set the UNDO_RETENTION parameter to 900 or more
Set the initialization parameter UNDO_MANAGEMENT to AUTO
Set the UNDO_MANAGEMENT parameter to the name of an undotablespace