Restore tablespace
Recover tablespace
Tablespace recover
Recover to time
recover datafile
第1题:
In your database, you discovered that a tempfile in a locally managed temporary tablespace has been deleted at the operating system level. How would you recover the tablespace?()
第2题:
Which of the following is a valid way of putting a tablespace named DAVE_TBS into hot backup mode?()
第3题:
Which command is used to begin a tablespace point-in-time recovery?()
第4题:
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?()
第5题:
until time
until change
until sequence
until SCN
until commit
第6题:
A CHECK constraint is created on the OID column.
A NOT NULL constraint is created on the OID column.
The ORDERS table is the only object created in the USERS tablespace.
The ORDERS table and a unique index are created in the USERS tablespace.
The ORDERS table is created in the USERS tablespace and a unique index is created on the OID columnin the SYSTEM tablespace.
第7题:
The database will open, and the tablespace automatically comes out of the backup mode.
The database will be mounted, and recovery must be performed on the USERS tablespace.
The database will be mounted, and data files in the USERS tablespace must be taken out of the backup mode.
The database will not be mounted, and you must restore all the data files for the USERS tablespace from the backup, and perform recovery.
第8题:
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.
第9题:
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.
第10题:
alter tablespace MY_DATA begin backup
alter tablespace MY_DATA start backup
alter tablespace MY_DATA backup begin
alter MY_DATA begin backup
You cannot back up individual tablespaces
第11题:
The command generates an error.
The command backs up the tablespace and creates a backup set of size 200 MB
The command backs up the tablespace and creates two backup sets of size 100 MB each.
The command backs up the tablespace and creates a backup set with backup pieces of size 100 MB each.
第12题:
recover
duplicate
restore
copy
None of the above
第13题:
What is the proper procedure to recover a lost tempfile?()
第14题:
What RMAN command is used to execute a tablespace point-in-time recovery?()
第15题:
Which of the following is a valid way of putting a tablespace named DAVE_TBS into hot backup mode?()
第16题:
alter tablespace DAVE_TBS backup mode
alter tablespace DAVE_TBS start backup
alter tablespace DAVE_TBS begin backup
alter tablespace DAVE_TBS backup begin
alter tablespace DAVE_TBS backup
第17题:
when the tablespace is online
when the tablespace has segments with data in it
when the tablespace is a default permanent tablespace for the database
when the tablespace contains a table that is currently being used by transactions
when the tablespace contains undo data that is needed to rollback an uncommitted transaction
第18题:
The MTTR Advisor is disabled.
The database is in NOARCHIVELOG mode.
The tablespace is already in backup mode.
The Flash Recovery Area is not configured
第19题:
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
第20题:
alter tablespace DAVE_TBS backup mode
alter tablespace DAVE_TBS start backup
alter tablespace DAVE_TBS begin backup
alter tablespace DAVE_TBS backup begin
alter tablespace DAVE_TBS backup
第21题:
The SYSTEM tablespace.
The UNDO tablespace.
All tablespaces with tables.
All tablespaces with indexes.
No tablespaces are automatically restored.
第22题:
Restore tablespace
Recover tablespace
Tablespace recover
Recover to time
recover datafile
第23题:
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.