alter database open
alter database open repairlog
alter database open resetlogs
alter database open resetlog
alter database resetlogs open
第1题:
After performing a clean shut down of the database instance for maintenance, you mount the database andthen execute a command to open the database:SQL> ALTER DATABASE OPEN; Which two statements are true()
第2题:
After performing a clean shut down of the database instance for maintenance, you mount thedatabase and then execute a command to open the database: SQL> ALTER DATABASE OPEN; Which two statements are true()
第3题:
Which of the following commands cannot be executed when the database open?()
第4题:
Which are the correct steps, in order, to deal with the loss of an online redo log if the database has not yet crashed?() a. Issue a checkpoint. b. Shut down the database. c. Issue an alter database open command to open the database. d. Startup mount the database. e. Issue an alter database clear logfile command. f. Recover all database datafiles.
第5题:
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?()
第6题:
What will be the end result of this set of RMAN commands?() shutdown abort startup mount restore datafile 4 until time ,,09/30/2008:15:00:00; recover datafile 4 until time ,,09/29/2008:15:00:00; alter database open resetlogs;
第7题:
The online redo log files and online data files are opened.
All the online data file headers are checked for consistency.
Instance recovery is performed before opening the database.
The path and existence of all the log file members are checked
第8题:
shutdown restore datafile 4; recover datafile 4; alter database open;
Sql alter database datafile 4 offline; restore datafile 4; recover datafile 4; alter database open;
Sql alter database datafile 4 offline; restore datafile 4; Sql alter database datafile 4 online;
Sql alter database datafile 4 offline; restore database datafile 4; recover database datafile 4;Sql alter database datafile 4 online;
Sql alter database datafile 4 offline; restore datafile 4; recover datafile 4; Sql alter database datafile 4 online;
第9题:
a, b, c, d
b, d, e, c
a, b, d, e, c
b, f, d, f, c
b, d, a, c
第10题:
’SQL ALTER DATABASE OPEN’;
SQL ALTER DATABASE ’OPEN’;
OPEN DATABASE;
DATABASE OPEN
第11题:
Recover the online redo log from backup.
Delete and re-create the log file.
Use the alter database clear logfile command to clear the log file.
Shut down the database and restart it.
Shut down the database and then mount it. Clear the log file with the alter database clear logfile command and then restart the database with alter database open resetlogs.
第12题:
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;
第13题:
You have lost all your SYSTEM tablespace datafiles (system_01.dbf and system_02.dbf) nd the database has crashed. What would be the appropriate order of operations to correct the situation?() a. Mount the database with the startup mount command. b. Take the SYSTEM datafile offline with the alter database command. c. Restore the SYSTEM_01.dbf datafile from backup media with the required archived redo logs. d. Restore all SYSTEM tablespace-related datafiles from backup media. e. Issue the recover tablespace SYSTEM command. f. Issue the recover datafile SYSTEM_01.dbf command. g. Open the database with the alter database open command. h. Open the database with the alter database open resetlogs command.
第14题:
Which of the following represents the correct way to perform an online recovery of datafile 4, which is assigned to a tablespace called USERS?()
第15题:
After the recovery is complete, which command should you execute?()
第16题:
When performing a full database disaster recovery with RMAN, in what order would you execute these steps?() a. Restore the control file from autobackups. b. Run the RMAN restore and recover command. c.Restore the database spfile from autobackups. d. Make the RMAN backup set pieces available. e. Open the database with the alter database open resetlogs command. f.Open the database with the alter database open command.
第17题:
Identify three valid methods of opening, pluggable databases (PDBs).()
第18题:
Flashback is enabled for your multitenant container database (CDB), which contains two pluggable database (PDBs). A local user was accidently dropped from one of the PDBs. You want to flash back the PDB to the time before the local user was dropped. You connect to the CDB and execute the following commands: SQL > SHUTDOWN IMMEDIATE SQL > STARTUP MOUNT SQL > FLASHBACK DATABASE to TIME “TO_DATE (‘08/20/12’ , ‘MM/DD/YY’)”; Examine following commands: 1. ALTER PLUGGABLE DATABASE ALL OPEN; 2. ALTER DATABASE OPEN; 3. ALTER DATABASE OPEN RESETLOGS; Which command or commands should you execute next to allow updates to the flashback back schema?()
第19题:
a, c, f, g
b, d, e, h
a, b, c, f, g
d, a, e, g
b, c, f, e, g
第20题:
Datafile 4 will be recovered until 9/30/2008 at 15:00 and the database will open.
The restore command will fail.
The recover command will fail.
The alter database open resetlogs command will fail.
All these commands will fail because they must be in the confines of a run block.
第21题:
Only 1
Only 2
Only 3
3 and 1
1 and 2
第22题:
alter database open
alter database open repairlog
alter database open resetlogs
alter database open resetlog
alter database resetlogs open
第23题:
a, b, c, d, e, f
c, d, a, b, f
d, c, a, b, f
d, b, d, c, e
d, c, a, b, e
第24题:
ALTER DATABASE OPEN;
ALTER DATABASE CLEAR LOGFILE;
ALTER DATABASE OPEN RESETLOGS;
ALTER DATABASE OPEN NORESETLOGS;