Allow the database to continue running,drop the TEMP tablespace,and then re-create it with new tempfiles
Shut down the database, restore and recover the tempfile from backup,and then open the database with RESETLOGS
Allow the database to continue running,take the TEMP tablespace offline,drop the missing tempfile,and then create a new tempfile
Allow the database to continue running,add a new tempfile to TEMP tablespace with a new name,and drop the tempfile that has been corrupted
第1题:
What is the proper procedure to recover a lost tempfile?()
第2题:
You work as a database administrator for Certkiller .com. 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?()
第3题:
Your database contains two temporary tablespaces named TEMP and TEMP1. The TEMP tablespace is the default temporary tablespace for the database, and the TEMP1 tablespace was created at database creation. You want to increase the size of the tempfile for the TEMP tablespace and drop the TEMP1 tablespace from the database. The database is not using Oracle-Managed Files (OMF). Which statement must you use to ensure that when you drop the TEMP1 tablespace from the database, its corresponding operating system file is also deleted?()
第4题:
Your database is set in NOARCHIVELOG mode and is backed up every night. There are 10 redo log groups on the database, each with three members, making a total of 30 redo log files. At lunchtime the server unexpectedly gets shut down. Upon restarting you notice that the data file belonging to the SYSTEM tablespace has become corrupted. You also notice that there have been 15 log switches during the day. Which solution should you use to recover as much committed data as possible?()
第5题:
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?()
第6题:
Mount the container database (CDB) and restore the control file from the control file auto backup.
Recover and open the CDB in NORMAL mode.
Mount the CDB and then recover and open the database, with the RESETLOGS option.
Open all the pluggable databases.
Recover each pluggable database.
Start the database instance in the nomount stage and restore the control file from control file auto backup.
第7题:
Restore the backup copy of the tempfile from the backup media.
Re-create the tempfile with the create tempfile command.
Copy an existing tempfile from another database.
Re-create the tempfile with the create tablespace command.
Re-create the tempfile with the alter tablespace command.
第8题:
Restore the data file for the SYSTEM tablespace then open the database.
Restore all redo logs form last night's backup, then restart the database.
Perform a complete restore of all files from last night's backup. Data entered into the database today must be reentered.
Mount the instance, take the SYSTEM tablespace offline, open the database, and then restore the data file, recover it, and bring the tablespace online.
第9题:
to recover a dropped tablespace
to recover data from a truncated table
to recover a data file that has been shrunk
to recover a database to the state that existed before the RESETLOGS operation
第10题:
2,1,3,4,5,6
2,4,5,3
4,7,3
2,4,7,3
2,7,3
第11题:
Allow the database to continue running, drop the TEMP tablespace, and then re-create it with new tempfiles
Shut down the database, restore and recover the tempfile from backup, and then open the database with RESETLOGS
Allow the database to continue running, take the TEMP tablespace offline, drop the missing tempfile, and then create a new tempfile
Allow the database to continue running, add a new tempfile to TEMP tablespace with a new name, and drop the tempfile that has been corrupted.
第12题:
DROP TABLESPACE temp1;
DROP TABLESPACE temp1 INCLUDING CONTENTS;
DROP TABLESPACE temp1 INCLUDING CONTENTS AND DATAFILES;
DROP TABLESPACE temp1 INCLUDING CONTENTS CASCADE CONSTRAINTS;
第13题:
In which case would you use the Flashback Database feature to perform a recovery?()
第14题:
Your multitenant container database, CDB1, is running in ARCHIVELOG mode and has two pluggable databases, HR_PDB and ACCOUNTS_PDB. An RMAN backup exists for the database. You issue the command to open ACCOUNTS_PDB and find that the USERDATA.DBF data file for the default permanent tablespace USERDATA belonging to ACCOUNTS_PDB is corrupted. What should you do before executing the commands to restore and recover the data file in ACCOUNTS_PDB?()
第15题:
The database is currently open and the temp03.dbf tempfile belonging to the default temporary tablespace TEMP has been corrupted. What steps should you take to recover from this tempfile loss in an efficient manner?()
第16题:
Your ARCHIVELOG-mode database has lost three datafiles and shut down. One is assigned to the SYSTEM tablespace and two are assigned to the USERS tablespace. You can choose from the following steps to recover your database: a. Restore the three database datafiles that were lost. b. Issue the Startup Mount command to mount the database. c. Issue the alter database open command. d. Issue the alter database open resetlogs command. e. Recover the database using the recover database command. f. Recover the datafiles with the recover datafile command. g. Take the datafiles offline. Which is the correct order of these steps in this case?()
第17题:
flash back the database
perform point-in-time recovery
perform a full database recovery
drop and re-create the tablespace
use Recovery Manager (RMAN) to recover the database
第18题:
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
第19题:
Restore all the data files and open the database
Create the data file and perform tablespace recovery
No need to restore any file, just recover the database
Restore only the system data file and recover the database
Restore only lost date file and performtablespacerecovery
第20题:
Restore the backup copy of the tempfile from the backup media.
Re-create the tempfile with the create tempfile command.
Copy an existing tempfile from another database.
Re-create the tempfile with the create tablespace command.
Re-create the tempfile with the alter tablespace command.
第21题:
Until last commit
Until the time you perform recovery
Until the time the date file got corrupted
Until the point where the last transaction begun
You cannot recover the SYSTEMtablespaceand must re-create the database.
第22题:
2,4,3
1,4,3,2
2,5,4,3,6
5,2,4,3,6
1,5,4,3,6,2
第23题:
a, b, e, c
b, e, d
a, b, d, c
b, g, c, f
a, b, d, f
第24题:
Allow the database to continue running,drop the TEMP tablespace,and then re-create it with new tempfiles
Shut down the database, restore and recover the tempfile from backup,and then open the database with RESETLOGS
Allow the database to continue running,take the TEMP tablespace offline,drop the missing tempfile,and then create a new tempfile
Allow the database to continue running,add a new tempfile to TEMP tablespace with a new name,and drop the tempfile that has been corrupted