Data files and redo log files can be renamed at the MOUNT stage.
Control files are read at the OPEN stage for the location of data files.
Control files are required to bring the database to the NOMOUNT stage.
Data files and redo log files are made available to users at the OPEN stage.
Data files and online redo log files are checked for consistency while opening the database
第1题:
Which statements are true about checkpointing()
第2题:
Which statement is true about the loss of system/x7fcritical data files in ARCHIVELOG mode?()
第3题:
After performing a clean shut down of the database instance for maintenance, you mount thedatabase and then execute a command to open the database: SQL> ALTER DATABASE OPEN; Which two statements are true()
第4题:
Which three statements are true about the stages of database startup?()
第5题:
Which statement is true about the loss of system-critical data files in ARCHIVELOG mode?()
第6题:
Shut down the instance, copy the control file to the third location and open the database.
Abort the instance, copy the control file to the third location, modify the CONTROL_FILES parameter in theinit.orafile and open the database.
Copy the control file to the third location, modify the CONTROL_FILES parameter in theinit.orafile, restart the instance and open the database.
Shut down the instance, copy the control file to the third location, modify the CONTROL_FILES parameter in theinit.orafile and open the database.
Shut down the instance, startup in the mount state, copy the control file to the third location, modify the CONTROL_FILES parameter ininit.oraand open the database.
第7题:
flashback log files
backups that have become obsolete
copies of the data files and control files
archived redo log files that have multiple copies in a different archive location and not backed up
第8题:
data files
backup sets
control files
archived redo log files
第9题:
Online redo log files can be backed up.
Archived redo log files are backed up.
Only used data blocks can be backed up as backup sets.
Only consistent database backups can be performed.
RMAN backup can be taken only if the database is configured in ARCHIVELOG mode.
第10题:
The checkpoint frequency decreases with the smaller redo log file size.
It ensures that all committed data is written to the data files during normal shutdown.
The frequent full checkpoint in a database can cause the overall degradation of the database performance.
It prompts the Checkpoint (CKPT) process to write data to the data files and redo information to the online redo log files.
第11题:
The online redo log files and online data files are opened.
All the online data file headers are checked for consistency.
Instance recovery is performed before opening the database.
The path and existence of all the log file members are checked
第12题:
The data files can be recovered till the last committed transaction.
The data files can be recovered without shutting down the database.
The data file is taken offline automatically; the database remains open.
The data files can be recovered to the time of the most recent backup.
第13题:
Which two statements are true regarding the database in ARCHIVELOG mode?()
第14题:
After performing a clean shut down of the database instance for maintenance, you mount the database andthen execute a command to open the database:SQL> ALTER DATABASE OPEN; Which two statements are true()
第15题:
Which two statements are true about checkpointing()
第16题:
You configured the Flash Recovery Area (FRA) for your database. The database instance is runningin ARCHIVELOG mode. The default location for the archived redo log files is the Flash Recovery Area. Which two files are removed automaticallyif the space is required in the FRA as per the retention policy()
第17题:
The instance abnormally terminates because of a power outage. Which statement is true about redolog files during instance recovery()
第18题:
Flashback log files
Backups that have become obsolete
User managed backups of the data files and control files
Archived redo log files that have multiple copies in a different archive location and not backed up
第19题:
The online redo log files and online data files are opened.
All the online data file headers are checked for consistency.
Instance recovery is performed before opening the database.
The path and existence of all the log file members are checked
第20题:
The data files can be recovered till the last committed transaction.
The data files can be recovered without shutting down the database.
The data file is taken offline automatically; the database remains open.
The data files can be recovered to the time of the most recent backup.
第21题:
The checkpoint frequency decreases with the smaller redo log file size.
It ensures that all committed data is written to the data files during normal shutdown.
The frequent full checkpoint in a database can cause the overall degradation of the database performance.
It prompts the Checkpoint (CKPT) process to write data to the data files and redo information to the onlineredo log files
第22题:
OMF cannot be used in a database that already has data files created with user-specified directions.
The file system directions that are specified by OMF parameters are created automatically.
OMF can be used with ASM disk groups, as well as with raw devices, for better file management.
OMF automatically creates unique file names for table spaces and control files.
OMF may affect the location of the redo log files and archived log files.
第23题:
You have to shut down the database to perform the backups.
Archiving information is written to the data files and redo log files.
You can perform complete database backups without closing the database.
Online redo log files have to be multiplexed before putting the database in ARCHIVELOG mode.
All the previous database backups become invalid after you configure the database to ARCHIVELOG mode.