Drop the affected tablespace,re-create the tablespace,restore the datafiles,and the tablespace.
Take the affected datafile offline(if not already offline),restore the damaged image of the datafile,and then bring it online.
Restart the database in MOUNT mode,restore the damaged datafile,recover the datafile and then open the database with resetlogs.
Put the database in RESTRICTED mode,restore all the datafiles in the affected datafile and recover the tablespace,and then put the database in normal operational mode.
第1题:
Your database is running in ARCHIVELOG mode. You are performing a user-managed backup of the DATA1 tablespace. You place the DATA1 tablespace in backup mode by issuing the following statement: ALTER TABLESPACE data1 BEGIN BACKUP; While you are performing the backup, an error occurs that causes the instance to terminate abnormally. Which statement about the DATA1 tablespace is true?()
第2题:
The database is configured in ARCHIVELOG mode and regular complete database backups are taken. The loss of which two types of files may require a recovery with the RESETLOGS option?()
第3题:
Which two statements are true regarding the database in ARCHIVELOG mode?()
第4题:
You are managing an Oracle Database 11g database. The database is open, and you plan to perform Recovery Manager (RMAN) backups. Which three statements are true about these backups()
第5题:
You are maintaining your database in Oracle10g. You perform a full user-managed backup every Sunday at 8:00 P.M. Your database is running in ARCHIVELOG mode. On Monday, at 9:00 A.M., a tablespace is dropped. You decide to perform incomplete recovery to recover the dropped tablespace. Which two clauses can you use with the RECOVER command?()
第6题:
You are managing an Oracle Database 11g database. The database is open, and you plan to performRecovery Manager (RMAN) backups. Which three statements are true about these backups()
第7题:
Drop the affected tablespace, re-create the tablespace, restore the datafiles, and the tablespace.
Take the affected datafile offline (if not already offline), restore the damaged image of the datafile, and then bring it online.
Restart the database in MOUNT mode, restore the damaged datafile, recover the datafile and then open the database with resetlogs.
Put the database in RESTRICTED mode, restore all the datafiles in the affected datafile and recover the tablespace, and then put the database in normal operational mode.
第8题:
flash back the corrupted blocks
use the DBMS_REPAIR package
use the RMAN TSPITR command
use the RMAN BLOCKRECOVER command
use the RESTORE DATABASE and RECOVER DATABASE commands
investigate the time at which the corruption occurred and perform a pointintime recovery
第9题:
The DATA1 tablespace is automatically taken out of backup mode when the instance aborts.
If you restart the database,the DATA1 tablespace will be automatically taken out of backup mode when the database is opened.
If you restart the database,the DATA1 tablespace will be automatically taken out of backup mode when the database is mounted.
If you restart the database,the database will not be opened.
第10题:
You must have change tracking enabled in your database
Your database must be running in NOARCHIVELOG mode
To back up a tablespace,it must be in backup mode
To back up a tablespace,it must first be taken offline
第11题:
Ensure that database is running with version 10.1 compatibility.
Enable Flashback Logging.
Enable Supplemental Logging.
Ensure that the database is running with version 10.0 compatibility.
Ensure that the database is in ARCHIVELOG mode.
第12题:
Control files
Password files
Inactive online redo log file
Archived log files required to perform recovery
Newly created tablespace which is not backed up
第13题:
Your database operates in ARCHIVELOG mode and all the tablespaces are online. Due to a user error, you decided to perform an incomplete recovery. Which two tasks would you be required to perform in the recovery process?()
第14题:
Your database is open and running in ARCHIVELOG mode. You take RMAN full backups every Sunday night. On Monday morning, while querying the user1.employees table, you receive the following error message: 01578: ORACLE data block corrupted (file # 5, block # 51) ORA-01110: data file 5: ’/u01/app/oracle/oradata/orcl/example01.dbf’ You need to rectify the corruption while ensuring the following: The data file should remain online. The mean time to recover (MTTR) should be minimal. You are not using a backup control file, and all the archived logs are accessible. Which option would you choose?()
第15题:
Your test database is running in NOARCHIVELOG mode. Which statement is true regarding the type ofbackups that can be performed on the database()
第16题:
You executed the following command in Recovery Manager (RMAN) to perform a backup of the DETTBS tablespace: RMAN> BACKUP TABLESPACE DETTBS; Under which conditions would this command execute successfully? ()
第17题:
Your test database is running in NOARCHIVELOG mode. What are the implications of this? ()
第18题:
Start the database in OPEN mode, and create a new index tablespace.
Start the database in OPEN mode, and drop the lost index tablespace from the database.
Start the database in MOUNT mode, create a new index tablespace, and drop the lost index tablespace from the database.
Start the database in MOUNT mode, drop the lost index tablespace from the database, open the database, and create a new index tablespace.
第19题:
The DATA1 tablespace is automatically taken out of backup mode when the instance aborts.
If you restart the database, the DATA1 tablespace will be automatically taken out of backup mode when the database is opened.
If you restart the database, the DATA1 tablespace will be automatically taken out of backup mode when the database is mounted.
If you restart the database, the database will not be opened.
第20题:
You can perform online whole database backups.
You can performofflinewhole database backups.
You cannot perform schema-level export/import operations.
You can perform the backup of only the SYSTEM tablespace when the database is open.
第21题:
The backups would be consistent.
The backups would be inconsistent.
The backups would be possible only if the database is running in ARCHIVELOG mode.
The backups would be possible only if the database is running in NOARCHIVELOG mode.
The backups need to be restored and the database has to be recovered in case of a media failure.
第22题:
The database is in NOMOUNT state.
The database is in ARCHIVELOG mode and the tablespace is online.
The database is in ARCHIVELOG mode and the tablespace is offline.
The database is in NOARCHIVELOG mode and the tablespace is online.
The database is in NOARCHIVELOG mode and the tablespace is offline.
第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.