SYSTEM
SYSAUX
UNDO
USERS
TEMP
This restore is not possible
第1题:
Your database is functioning in NOARCHIVELOG mode. Your database contains 15 tablespaces. You want to use Recovery Manager (RMAN) to perform backups. Which two backups would you be able to perform when the database is being accessed by users?()
第2题:
Which of the following restrictions are not true with respect to tablespace point-in-time recovery?()
第3题:
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?()
第4题:
Your database is in ARCHIVELOG mode. On Friday evening, you perform an online database backup by using the BACKUP DATABASE command at the Recovery Manager (RMAN) prompt and close the database. On Monday, the System Administrator informs you about the failure of two hard disks. One of the lost disks contains two datafiles, HR1.DBF and HR2.DBF, both of which belong to a read/write tablespace named HR. The disk also contains a datafile, USERS.DBF, which belongs to a read/write tablespace named USERS. You need to restore and recover the database backup that was performed on Friday evening. After mounting the database, you issue the following RMAN commands: RMAN>RESTORE DATABASE; RMAN>RECOVER DATABASE; After successfully executing these RMAN commands, you issue the following statement using SQL*Plus: SQL>ALTER DATABASE OPEN; You receive the following errors when attempting to open the database: ORA-01157: cannot identify/lock data file 10 see DBWR trace file ORA-01110: data file 10: ’D:///USERS.DBF’ What is the cause of these errors?()
第5题:
There is a problem with one of the disks used for your database and your system administrator informs you that the disk needs to be replaced. The replacement disk will not be available until tomorrow. There was only one data file on this disk; it belongs to the USERS tablespace in your PROD database. Your PROD database runs in ARCHIVELOG mode and nightly online backups are taken. The users need to be able to access the data in the USERS tablespace before the replacement disk arrives. You have already taken the USERS tablespace offline and have restored the data file from last night’s backup to a new disk. Which additional steps are required in order to make the USERS tablespace available?()
第6题:
You are using Oracle Database 10g. Which statement regarding an incomplete recovery is true?()
第7题:
To accomplish user-managed backup for the USERS tablespace, you issued the following command to put the database in backup mode: SQL> ALTER TABLESPACE users BEGIN BACKUP; While copying the file to the backup destination a power outage caused the instance to terminate abnormally. Which statement is true about the next database startup and the USERS tablespace?()
第8题:
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
第9题:
all the data files belonging to the USERS tablespace
password file
online redo log files
the current control file
archived redo log files
the current server parameter file
data files belonging to the USERS tablespace and all the default tablespaces
第10题:
backup of offline tablespaces
backup of readonly tablespaces
backup of systemcritical tablespaces
backup of online, locally managed tablespaces
backup of read/write dictionarymanaged tablespaces
第11题:
You do not need to restore all the data files.
You do not need to open the database with the RESETLOGS operation
You do not need to perform a full backup after the RESETLOGS operation.
You do not need to recover all the data files to the same system change number (SCN).
第12题:
The target database must be in NOARCHIVELOG mode.
No backup is required of the database before you perform a TSPITR.
You must have all archived redo logs generated since the last backup up to the point to which you want to restore the transport set.
If you rename a tablespace, you can not perform a TSPITR to any point in time before that rename operation occurred.
If you have tables in tablespace_1 that have associated constraints in tablespace_2,then you must transport both tablespaces.
第13题:
Your database is functioning in NOARCHIVELOG mode. Your database contains 15 tablespaces. You want to use Recovery Manager (RMAN) to perform backups. Which two backups would you be able to perform when the database is being accessed by users?()
第14题:
In your database, all the tablespaces are locally managed. You started Recovery Manager (RMAN) using recovery catalog and restored the control file by using the following command: RMAN> RESTORE CONTROLFILE; Which two operations do you need to perform after restoring the control file from backup?()
第15题:
Which tablespaces are mandatory in an Oracle database for it to be operational()
第16题:
Youre performing tablespace point-in-time recovery on a tablespace called USERS. If an object in that tablespace has a foreign key constraint owned by another object in the INDEX_TBS which statement is true?()
第17题:
You work as a database administrator for Supportcenter.cn. Your database is in NOARCHIVELOG mode. The database has been configured with three redo logs groups, and there have been five log switches. You lost one non-system-critical data file from your database. Which method would you use to recover the data file?()
第18题:
View the Exhibit.You executed the following command to perform a backup of the USERS tablespace: RMAN> BACKUP TABLESPACE USERS; Which three types of files are backed up? ()
第19题:
Two data files have been deleted at the operating system level by accident. Your database is running in ARCHIVELOG mode and online backups are taken nightly. One of the data files that has been deleted belongs to the USERS tablespace on the other belongs to the SYSTEM tablespace. How can you recover from this situation?()
第20题:
SYSTEM
SYSAUX
UNDO
USERS
TEMP
This restore is not possible
第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题:
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
第23题:
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.
第24题:
Only bring the tablespace back online.
Only recover the tablespace and then bring the tablespace back online.
Shut down the database, recover the data file and then start up the database.
Issue the ALTER DATABASE RENAME FILE command, recover the tablespace, and then bring the tablespace online.
Recover the tablespace, issue the ALTER DATABASE RENAME FILE command, and then bring the tablespace online.