Flashback Query
Flashback Drop
Flashback Table
Flashback Database
Transaction Processing
Recycle Bin
第1题:
Your database is running under automatic undo management and the UNDO_RETENTION parameter is set to 900 sec. You executed the following command to enable retention guarantee: SQL> ALTER TABLESPACE undotbs1 RETENTION GUARANTEE; What effect would this statement have on the database?()
第2题:
Which two statements are true regarding transactions in an Oracle database()
第3题:
Which of the following statements are true regarding the Recycle Bin?()
第4题:
Which of the following Oracle features utilize the undo tablespace?()
第5题:
Your database instance is configured with automatic undo management and the UNDO_RETENTION parameter is set to 900 seconds. You executed the following command to enable retention guarantee: SQL> ALTER TABLESPACE undotbs1 RETENTION GUARANTEE; What effect would this command have on the database()
第6题:
Your multitenant container database (CDB) contains pluggable databases (PDBs), you are connected to the HR_PDB. You execute the following command: SQL > CREATE UNDO TABLESPACE undotb01 DATAFILE ‘u01/oracle/rddb1/undotbs01.dbf’ SIZE 60M AUTOEXTEND ON; What is the result?()
第7题:
An SCN is never used to perform a Flashback Table recovery.
If a significant number of changes have been made to the table, row movement must be enabled.
The tablespace must be offline before performing a Flashback Table recovery.
Flashback Table recovery is completely dependent on the availability of undo data in the undo tablespace.
第8题:
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
第9题:
Flashback Query
Flashback Drop
Flashback Table
Flashback Database
Transaction Processing
Recycle Bin
第10题:
The Recycle Bin is a physical storage area for dropped objects.
The Recycle Bin is a logical container for dropped objects.
The Recycle Bin stores the results of a Flashback Drop operation.
The objects in the Recycle Bin are stored in the tablespace in which they were created.
第11题:
TACACS
Telnet
SMTP
SNMP
HTTP
TFTP
第12题:
NTP
NNTP
SMTP
SNMP
HTTPS
TFTP
第13题:
Your database contains a temporary tablespace, index tablespace, undo tablespace, and a read-only tablespace apart from the SYSTEM and SYSAUX tablespaces. If a media failure occurs resulting in the loss of any of these tablespaces, which tablespace is NOT required for the database to start?()
第14题:
Which tablespaces are mandatory in an Oracle database for it to be operational()
第15题:
Connection Manager features cannot be used with which of the following naming method? ()
第16题:
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?()
第17题:
Which of the following operations does not require Oracle to store information in an UNDO segments as part of the transaction?()
第18题:
Which of the following statements is true regarding implementing a Flashback Table recovery? ()
第19题:
You need to alter the undo tablespace to add the RETENTION GUARANTEE setting.
You need to increase the size of the undo tablespace.
The undo tablespace is not set to auto-extend.
You need to alter the Recycle Bin to add the RETENTION GUARANTEE setting.
第20题:
The extents in the undo tablespace retain data until the next full database backup.
The extents containing committed undo in the undo tablespace are not overwritten for at least 15minutes.
The extents containing committed data in the undo tablespace are not overwritten until the instance isshut down.
The extents containing committed undo in the undo tablespace are transferred to Flash Recovery Areabefore being overwritten.
第21题:
undo tablespace
index tablespace
read-only tablespace
temporary tablespace
第22题:
Multiple transactions can use the same undo segment.
A transaction is assigned an undo segment when it is started.
More than one transaction cannot share the same extent in the undo tablespace.
The transactions use system undo segment to store undo data if all the segments in the undo tablespaceare used.
第23题:
The extents in undo tablespace retain data until the next full database backup.
The extents containing committed data in the undo tablespace are never overwritten.
The extents which no longer contain uncommitted data in the undo tablespace are not overwritten for at least15 minutes.
The extents containing committed data in the undo tablespace are not overwritten until the instance is shut down.
第24题:
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.