The database is in ARCHIVELOG mode.
There is not a current backup of the database available.
The USERS tablespace has dependent objects in other tablespaces and can not be a part of a TSPITR alone.
The USERS tablespace is not eligible for TSPITR because it has invalid objects.
The recover tablespace command is incorrect and generates the error.
第1题:
What RMAN command is used to execute a tablespace point-in-time recovery?()
第2题:
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?()
第3题:
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?()
第4题:
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.
第5题:
After the COPY command.
After adding a data file in the target database.
After adding a tablespace in the target database.
After adding a tablespace in the catalog database.
After dropping a data file in the catalog database.
After running SQL Loader to load a large amount of data.
第6题:
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.
第7题:
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
第8题:
Restore the USERS01.dbf file from the backup, and open the database using the STARTUP command.
Restore the USERS01.dbf file using the RECOVER TABLESPACE command, and open the database using the ALTER DATABASE OPEN statement.
Restore the USERS01.dbf file from the backup, recover the USERS tablespace using the RECOVER TABLESPACE command, and open the database using the ALTER DATABASE OPEN statement.
Restore the USERS01.dbf file from the backup and change the status of the USERS tablespace from read-only to read-write using the ALTER TABLESPACE USERS READ WRITE statement. Then, recover the USERS tablespace using the RECOVER TABLESPACE command, and open the database using the ALTER DATABASE OPEN statement.
第9题:
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.
第10题:
The SYSTEM tablespace.
The UNDO tablespace.
All tablespaces with tables.
All tablespaces with indexes.
No tablespaces are automatically restored.
第11题:
a, b, e, c
b, e, d
a, b, d, c
b, g, c, f
a, b, d, f
第12题:
Restore the data file and perform incomplete recovery.
Restore the data file and perform point-in-time recover.
Drop the tablespace and lose all data in the tablespace.
Restore the database and lose all data since the last backup.
第13题:
Which command is used to begin a tablespace point-in-time recovery?()
第14题:
Your database has experienced a loss of datafile users_01.dbf, which is associated with a ablespace called USERS. The database is still running. Which answer properly describes the rder of the steps that you would use to recover from this error?() a. Shut down the database. b. Take the users_01.dbf datafile offline with the alter database command. c. Restore the users_01.dbf datafile from backup media with the required archived redo logs. d. Restore all users tablespace-related datafiles from backup media. e. Issue the recover tablespace users command. f. Issue the recover datafile users_01.dbf command. g. Start up the database. h. Bring the users_01.dbf datafile online with the alter database command.
第15题:
In which of the following scenarios is a tablespace recovery required?()
第16题:
when a tablespace is dropped and you have only RMAN-based backup of the database
when a table is dropped and stored in the Recycle Bin
when you are required to recover an existing table to its previous state
when a tablespace is dropped and you have only a user-managed full backup of the database
第17题:
recover tablespace users until time ,,10/06/2008:22:42:00 auxiliary ,,c/oracle/auxiliary
recover tablespace users time ,,10/06/2008:22:42:00 auxiliary destination ,,c:/oracle/auxiliary; time ,, 10/06/2008:22:42:00 auxiliary destination ,,c/oracle/auxiliary
recover tablespace users to point-in.
recover tablespace users except time ,,10/06/2008:22:42:00 auxiliary destination ,,c:/oracle/auxiliary
recover tablespace users until time ,,10/06/2008:22:42:00 auxiliary destination ,,c:/oracle/auxiliary
第18题:
restore the tablespace from the backup; there is no need to apply the redo information
restore the full database to recover the data up to the point when you performed the backup
restore the tablespace from the backup and then perform a recovery using the backup control file
restore the tablespace from the backup and then recover the tablespace; all the redo information from the point when the tablespace was made read/write is applied
第19题:
restore the tablespace from the backup; there is no need to apply the redo information
restore the full database to recover the data up to the point when you performed the backup
restore the tablespace from the backup, and then perform a recovery using the backup control file
restore the tablespace from the backup, and then recover the tablespace; all the redo information from the point when the tablespace was made read/write is applied
第20题:
6,5,4,7
10,1,2,5,8
10,1,2,5,4,9,8
10,1,5,8,10
第21题:
The database is in ARCHIVELOG mode.
There is not a current backup of the database available.
The USERS tablespace has dependent objects in other tablespaces and can not be a part of a TSPITR alone.
The USERS tablespace is not eligible for TSPITR because it has invalid objects.
The recover tablespace command is incorrect and generates the error.
第22题:
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
第23题:
Restore tablespace
Recover tablespace
Tablespace recover
Recover to time
recover datafile
第24题:
recover
duplicate
restore
copy
None of the above