shut down and restart the instance
add new tempfiles to the temporary tablespaces after recovery
perform a media recovery and open the database with the RESETLOGS option
perform a media recovery and bring the database to NOARCHIVELOG mode
第1题:
Your boss at Supportcenter.cn wants you to clarify Oracle 10g. Which condition in your database forces you to perform only consistent backups?()
第2题:
The DB_BLOCK_CHECKING initialization parameter is set to FALSE. What level of block checking would be performed?()
第3题:
In which two cases would you perform only consistent backup?()
第4题:
Examine the following command that is used to duplicate a database on the same host: RMAN> RUN { ALLOCATE AUXILIARY CHANNEL, aux 1 DEVICE TYPE DISK; DUPLICATE TARGET DATABASE TO auxdb SKIP READONLY; / } Which two statements describe the effect after the database is duplicated successfully? ()(Choose two)
第5题:
7, 2, 3, 1, 4, 6, 5
7, 1, 3, 2, 6, 5, 4
2, 1, 7, 6, 3, 5, 4
2, 7, 3, 5, 1, 6, 4
第6题:
renaming the control files
dropping a user in your database
enabling or disabling redo log archiving
dropping a tablespace in your database
re-creating the control files, after you lost all the control files in your database
第7题:
shut down and restart the instance
add new tempfiles to the temporary tablespaces after recovery
perform a media recovery and open the database with the RESETLOGS option
perform a media recovery and bring the database to NOARCHIVELOG mode
第8题:
The plan will work as is.
The plan needs to be modified to allow for an archive-log switch after step 3.
The plan needs to be modified so that a backup of the archived redo logs occurs before step 1.
The plan needs to be adjusted to shut down the database after step 1 and to restart the database after step 2.
The plan cannot work as presented.
第9题:
2, 7, 3, 5, 1, 6, 4
2, 1, 7, 6, 3, 5, 4
7, 1, 3, 2, 6, 5, 4
7, 2, 3, 1, 4, 6, 5
第10题:
Backup of offline tablespaces.
Backup of read-only tablespaces.
Backup of system-critical tablespaces.
Backup of online, locally managed tablespaces.
Backup of read/write dictionary-managed tablespaces.
第11题:
The data files of the read-only tablespaces in the target database are not duplicated
The read-only tablespaces in the target database are still defined in new the database
The read-only tablespaces in the target database are changed to online after duplication
The data files of the read-only tablespaces in the target database get duplicated
The read-only tablespaces in the target database are not defined in the new database
第12题:
The database is in mount state.
One of the tablespaces is offline.
One of the tablespaces is read only.
The database operates in ARCHIEVELOG mode.
The database operates in NOARCHIEVELOG mode.
第13题:
Your Oracle Database 10g is online when you execute the following statement: SQL>ALTER TABLESPACE MY_TABLESPACE FLASHBACK OFF; What is the result of executing this statement if the Flashback Database feature is already enabled in the database?()
第14题:
In your database, all the tablespaces are locally managed. You started Recovery Manager (RMAN) using recovery catalog. The following commands are used in the process of recovering the database by using the backup control file: 1.RESTORE CONTROLFILE; 2.RESTORE DATABASE; 3.ALTER DATABASE MOUNT; 4.SQL ALTER TABLESPACE temp ADD TEMPFILE 5.ALTER DATABASE OPEN RESETLOGS; 6.RECOVER DATABASE; 7.STARTUP NOMOUNT; In what sequence would you use this process to perform the recovery?()
第15题:
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?()
第16题:
You are peer reviewing a fellow DBAs backup plan for his NOARCHIVELOG mode database, as shown here: Put the tablespaces in backup mode. Back up the datafiles for all tablespaces. Take the tablespaces out of backup mode. Back up all archived redo logs. Your colleague asks for you to comment on his plan. Which response would be correct?()
第17题:
One tablespace has only one datafile
Many tablespaces can share one datafile
One tablespace can have many datafiles
One datafile can contain many tablespaces
第18题:
Reregistering the target database in recovery catalog
Transporting the new tablespaces to the recovery catalog database
Syncronizing the recovery catalog with the target database control file
Performing a fresh backup of the target database to include the new data files in the catalog database
第19题:
open the database with the RESETLOGS option
open the database with the RESTRICTED option
recover all the data files to the same system change number (SCN)
recover to the required SCN only that data file in which the error occurred
第20题:
undo tablespace
index tablespace
read-only tablespace
temporary tablespace
第21题:
backup of offline tablespaces
backup of readonly tablespaces
backup of systemcritical tablespaces
backup of online, locally managed tablespaces
backup of read/write dictionarymanaged tablespaces
第22题:
open the database with the RESTRICTED option
open the database with the RESETLOGS option
recover to the required SCN only that data file in which the error occurred
recover all the data files to the same system change number (SCN)
第23题:
Decreasing PCTUSED
Decreasing PCTFREE
Increasing the number of DBWN process
Using Automatic Segment Space Management (ASSM)
Increasing db_buffer_cache based on the V$DB_CACHE_ADVICE recommendation
第24题:
Reregistering the target database in recovery catalog
Transporting the new tablespaces to the recovery catalog database
Syncronizing the recovery catalog with the target database control file
Performing a fresh backup of the target database to include the new data files in the catalog database