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题:
打开数据库abc的正确命令是()
第2题:
Which command is used to open the database after an incomplete recovery?()
第3题:
What is the proper procedure to recover a lost tempfile?()
第4题:
You realize that the control file is damaged in your production database.After restoring the control file from autobackup, what is the next step that you must do to proceed with the database recovery?()
第5题:
After the recovery is complete, which command should you execute?()
第6题:
Your database is in ARCHIVELOG mode. You lost an index tablespace due to a disk failure while the database was open. You have neither a backup of the lost index tablespace nor the scripts containing the CREATE INDEX statements to recreate the indexes. Currently, several users are executing long-running queries on the database. What will happen to the ongoing activity in the database?()
第7题:
The database would open normally.
The database would not open, and it would stop at mount stage.
The database would open after automatically performing instance recovery.
The database would not open, and you have to perform database recovery to open it.
第8题:
alter database open
alter database open repairlog
alter database open resetlogs
alter database open resetlog
alter database resetlogs open
第9题:
ALTER PLUGGABLE DATABASE OPEN ALL ISSUED from the root
ALTER PLUGGABLE DATABASE OPEN ALL ISSUED from a pdb
ALTER PLUGGABLE DATABASE PDB OPEN issued from the seed
ALTER DATABASE PDB OPEN issued from the root
ALTER DATABASE OPEN issued from that pdb
ALTER PLUGGABLE DATABASE PDB OPEN issued from another pdb
ALTER PLUGGABLE DATABASE OPEN issued from that pdb
第10题:
ALTER DATABASE OPEN;
ALTER DATABASE CLEAR LOGFILE;
ALTER DATABASE OPEN RESETLOGS;
ALTER DATABASE OPEN NORESETLOGS;
第11题:
The instance would normally abort.
The instance would not be affected.
The instance would be invalid, so would have to be aborted.
The instance would remain open, but the LGWR process would fail.
The instance would remain open and would automatically create the missing file
第12题:
’SQL ALTER DATABASE OPEN’;
SQL ALTER DATABASE ’OPEN’;
OPEN DATABASE;
DATABASE OPEN
第13题:
RMAN enables you to open the target database when it is already mounted. Which command must you execute at the RMAN prompt to open the database?()
第14题:
In your database, all the tablespaces are locally managed. You started Recovery Manager (RMAN) using recovery catalog. The following commands are used in the process of recovering the database by using the backup control file: 1.RESTORE CONTROLFILE; 2.RESTORE DATABASE; 3.ALTER DATABASE MOUNT; 4.SQL ALTER TABLESPACE temp ADD TEMPFILE 5.ALTER DATABASE OPEN RESETLOGS; 6.RECOVER DATABASE; 7.STARTUP NOMOUNT; In what sequence would you use this process to perform the recovery?()
第15题:
You have to shut down the database instance with the ABORT option because of a hardware failure. Which statement is true about the subsequent opening of the database?()
第16题:
Given the following RMAN commands,choose the option that reflects the order required to restore your currently operational ARCHIVELOG-mode database.() a. restore database b. recover database c. shutdown immediate d. startup e. restore archivelog all f. alter database open
第17题:
You are managing a single instance Oracle 10g database that utilizes the following parameters: Which of the following set of commands must you execute to enable Flashback Database?()
第18题:
Identify three valid methods of opening, pluggable databases (PDBs).()
第19题:
The queries that are currently executing will abort and an error message will be returned to the user.
The queries that are currently executing will execute normally but future queries will not executed.
Data Manipulation Language (DML) statements cannot be performed on the tables on which the indexes are based.
The currently executing and future queries will execute normally, but will be slower
第20题:
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
第21题:
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.
第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题:
STARTUP MOUNT EXCLUSIVE ALTER DATABASE FLASHBACK ON; ALTER DATABASE OPEN;
STARTUP MOUNT ALTER DATABASE FLASHBACK ON; ALTER DATABASE OPEN RESETLOGS;
STARTUP MOUNT EXCLUSIVE ATLER DATABASE ARCHIVELOG; ALTER DATABASE FLASHBACK ON; ALTER DATABASE OPEN RESETLOGS;
STARTUP MOUNT ALTER DATABASE ARCHIVELOG; ALTER DATABASE FLASHBACK ON; ALTER DATABASE OPEN;
第24题:
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.