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
第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题:
Your test database is configured to run in NOARCHIVELOG mode. One of the data files in the USERStablespace is lost due to a media failure. You notice that all the online redo logs have been overwritten since the last backup. What would you do to recover the data file()
第3题:
Your database is in NOARCHIVELOG mode. After which two operations you should take the backup of control file?()
第4题:
While creating a database using Database Configuration Assistant tool, you created a database default temporary tablespace. Which activity would cause the default temporary tablespace of the database to be used?()
第5题:
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? ()
第6题:
In which situation are you NOT required to perform an incomplete recovery?()
第7题:
It will create the tablespace TEMP1 in group G1.
It will create the tablespace TEMP1 in group G3.
It will not add the tablespace TEMP1 to any group.
It will create the tablespace TEMP1 in the default group.
第8题:
the CREATE TABLE .. command
sorting of the SYSTEM tablespace’s data
sorting of data required by recursive SQL statements
the CREATE TABLE .. ORGANIZATION EXTERNAL .. command
sorting of data if the users have not been allocated temporary tablespace explicitly
sorting of data if the users have been allocated temporary tablespace explicitly
第9题:
when all the control files are lost
when all the members of a redo log group are lost
when a table is dropped and purged from the Recycle Bin
when a temporary file of the default temporary tablespace is lost
第10题:
It will create the tablespace TEMP1 in group G1.
It will create the tablespace TEMP1 in group G3.
It will not add the tablespace TEMP1 to any group.
It will create the tablespace TEMP1 in the default group.
第11题:
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.
第12题:
DROP TABLESPACE temp1;
DROP TABLESPACE temp1 INCLUDING CONTENTS;
DROP TABLESPACE temp1 INCLUDING CONTENTS AND DATAFILES;
DROP TABLESPACE temp1 INCLUDING CONTENTS CASCADE CONSTRAINTS;
第13题:
You have three temporary tablespace groups named G1, G2, and G3 in your database. You are creating a new temporary tablespace as follows: CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE '/u1/data/temp1.dbf' SIZE 10M TABLESPACE GROUP ''; Which statement regarding the above command is correct?()
第14题:
Last night, a media failure caused the loss of a temporary file that belongs to your database. Which two things may happen this morning when you try to open your database?()
第15题:
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?()
第16题:
You issued the following command: CREATE GLOBAL TEMPORARY TABLE admin_work_area (startdate DATE, enddate DATE, class CHAR(20)) ON COMMIT DELETE ROWS TABLESPACE tbs_t1; An index is then created on the ADMIN_WORK_AREA temporary table. Which two statements are true regarding the TBS_T1 tablespace in the above command?()
第17题:
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?()
第18题:
You have three temporary tablespace groups named G1, G2, and G3 in your database. You are creating a new temporary tablespace as follows: CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE ’/u1/data/temp1.dbf’ SIZE 10M TABLESPACE GROUP ; Which statement regarding the above command is correct?()
第19题:
undo tablespace
index tablespace
read-only tablespace
temporary tablespace
第20题:
The tempfile belonging to the default temporary tablespace is missing.
The database is opened in restricted mode, so queries are not allowed
The default temporary tablespace required to execute the query is offline.
The default temporary tablespace required to execute the query is dropped.
The default temporary tablespace required to execute the query is read-only.
第21题:
The database opens normally.
The database prompts for a database recovery.
The database writer writes to a trace file, indicating that the temporary file is not found.
The database gets mounted and throws an error indicating that the temporary file requires recovery.
第22题:
It will create the tablespace TEMP1 in group G1
It will create the tablespace TEMP1 in group G3
It will not add the tablespace TEMP1 to any group
It will create the tablespace TEMP1 in the default group
It will throw an error with message 'specified group is not available
It will create a new group with a system-generated name and add the tablespace TEMP1 to it.
第23题:
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