Use the DROP DATAFILE command.
Use the DROP TABLESPACE command.
Ensure that all database files are Oracle Managed Files before using the DROP TABLESPACE command.
Ensure that the DB_FILE_CREATE_DEST initialization parameter is set before using the DROP TABLESPACE command.
第1题:
You lost a temporary file that belongs to the default temporary tablespace in your database. From the options provided, which approach would you take to solve the problem? ()
第2题:
You lost the index tablespace in your database. You decided to re-create the index tablespace and the indexes in the tablespace. What methods can you use to re-create the indexes?()
第3题:
One of the tablespaces is read/x7fonly in your database. The loss of all control files forced you to re/x7fcreate the control file. Which operation do you need to perform after re/x7fcreating the control file and opening the database?()
第4题:
You have a read/x7fonly tablespace on read/x7fonly media. You want to perform a media recovery on the existing data files, but using a backup control file. The backup control file indicates that the status of the read/x7fonly tablespace was read/write when the control file was backed up. What should you consider?()
第5题:
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?()
第6题:
You want to put a specific tablespace called MY_DATA in hot backup mode so you can back it up. What command would you use?()
第7题:
You are the administrator of your company's network. You are preparing to deploy 20 new Windows 2000 Professional computers on your network. You want to be able to recover from disk failures and corrupt system files on the new computers. You want to configure the computers to automatically update their system configuration and emergency repair files on a scheduled bases. What should you do?()
第8题:
When away from the office use Device Manager to remove the adapter.
When away from the office configure the startup properties for the adapter to be automatic.
Remove the computer from the docking station and start Windows 2000 Professional to disable the SCSI PC card adapter device for the current profile.
Remove the computer from the docking station and start Windows 2000 Professional, use Device Manager to remove SCSI PC card adapter device.
第9题:
take data files from the read-only tablespace offline before performing a recovery
recovery using backup control file is not possible, so restore all the files from the last full database backup, and then open the database
drop the read-only tablespace and re-create the tablespace after recovery
perform a recovery; status of the tablespace in control file will be changed automatically
第10题:
flash back the database
import the temporary tablespace from the last export
restore all the data files and temporary files from the last full database backup and perform a recovery
not perform a recovery, but create a new temporary tablespace, make it the default temporary tablespace and then drop the old tablespace
第11题:
Use the DROP DATAFILE command.
Use the DROP TABLESPACE command.
Ensure that all database files are Oracle Managed Files before using the DROP TABLESPACE command.
Ensure that the DB_FILE_CREATE_DEST initialization parameter is set before using the DROP TABLESPACE command.
第12题:
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
第13题:
Your database runs in NOARCHIVELOG mode, and is backed up every night using RMAN scripts. However, last night your assistant DBA performed a manual operating system backup, instead of running the scripts. Today your database crashed and you now want to use the backups from last night. What do you need todo?()
第14题:
You have a read-only tablespace on read-only media. You want to perform a media recovery on the existing data files, but using a backup control file. The backup control file indicates that the status of the read-only tablespace was read/write when the control file was backed up. What should you consider?()
第15题:
You want to drop the TBS1 tablespace from your database. You also want to delete the corresponding data files automatically, and not have to do it manually. What should you do?()
第16题:
You lost a data file that belongs to an index tablespace in your database, which operates in ARCHIVELOG mode. Loss of the data file resulted in increased response time on your queries. Which two options would you use to solve this problem? ()
第17题:
USER_DATA is a nonencrypted tablespace that contains a set of tables with data. You want to convert all existing data in the USER_DATA tablespace and the new data into the encrypted format. Which methodswould you use to achieve this?()
第18题:
You install Windows 2000 Professional on your portable computer. You install an SCSI and PC card adapter, that you can use in the office to use color scanner. You use a docking station for your computer when you are in the office. You want to maximize the battery performance for your portable computer. You also want to prevent the driver from loading whenever you are away from the office. What should you do?()
第19题:
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.
第20题:
ALTER DATABASE ENABLE BLOCK CHANGE TRACKING
ALTER SYSTEM ENABLE BLOCK CHANGE TRACKING USING FILE
ALTER DATABASE ENABLE BLOCK CHANGE TRACKING USING FILE
ALTER SYSTEM ENABLE BLOCK CHANGE TRACKING
第21题:
drop and re-create the read-only tablespaces
rename the read-only data files to their correct file names
change the tablespace status from read/write to read-only
re-create the read-only tablespace because it is automatically removed
第22题:
add data files to the tablespace
identify the segments that you should shrink
modify the storage parameters for the tablespace
automatically shrink the segments with unused space
check the alerts generated for the tablespace that is running low on space
第23题:
You need to perform the restore and recover operations manually, because the backup was made manually.
First you need to resynchronize the catalog with the control file, and then you can use RMAN to recover the database.
First you need to add the backup to the catalog using the CATALOG command, and then you can use RMAN to recover the database.
You can just use RMAN and recover the database, because RMAN automatically updates the catalog with the backup information.
第24题:
DROP TABLESPACE temp1;
DROP TABLESPACE temp1 INCLUDING CONTENTS;
DROP TABLESPACE temp1 INCLUDING CONTENTS AND DATAFILES;
DROP TABLESPACE temp1 INCLUDING CONTENTS CASCADE CONSTRAINTS;