Oracle数据库启动时需要经历三个步骤和状态变换,以下顺序正确的是()。
第1题:
A. NOMOUNT
B. MOUNT
C. OPEN
第2题:
You are working on the PROD database, which is in NOARCHIVELOG mode. You lost the active online redo log group due to a media failure. How should you recover your database?()
第3题:
用rman对数据库进行冷备份,数据库必须在()状态才能进行。
第4题:
如何装载(mount)上在/etc/fstab文件中定义的所有文件系统?()
第5题:
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()
第6题:
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?()
第7题:
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?()
第8题:
You are performing an incomplete recovery because certain important tables were deleted and purged from the Recycle Bin. In which mode will you perform the recovery?()
第9题:
TARTUP的()选项启动实例装载数据库,但不打开数据库。
第10题:
add a copy of the log for/datafs
open hd5
mirrorvg rootvg
split /usr as it is too big
第11题:
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.
第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题:
At database startup, you discover that one of the disks containing an index tablespace has been lost due to a media failure. A backup of the lost index tablespace is not available. You have all the necessary scripts to recreate the indexes. You need to re-create the indexes in a new index tablespace. Which action must you perform before re-creating the indexes?()
第14题:
Given the following output, recommend corrective action that should be undertaken to increase protection() # Isvg -I rootvg rootvg: LV NAME TYPE LPs PPs PVs LV STATE MOUNT POINT hd5 boot 1 2 2 closed/syncd N/A hd6 paging 16 32 2 open/syncd N/A hd8 jfslog 1 2 2 open/syncd N/A hd4 jfs 2 4 2 open/syncd / hd2 jfs 53 106 2 open/syncd /usr hd9var jfs 16 32 2 open/syncd /var hd3 jfs 4 8 2 open/syncd /tmp hdl jfs 1 2 2 open/syncd /home hdlOopt jfs 2 4 2 open/syncd /opt loglvOO jfs2log 1 1 1 open/syncd N/A fslvOO jfs2 ’ 2 4 2 open/syncd /datafs
第15题:
oracle数据库在nomount模式时,以下()命令将数据库启动到mount模式。
第16题:
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?()
第17题:
You work as a database administrator for Certkiller .com. Your database is in the MOUNT state and you execute the following command to open it ALTER DATABASE OPEN; What two actions are performed as a result of this command?()
第18题:
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.
第19题:
Which three statements are true about the stages of database startup?()
第20题:
In your multitenant container database (CDB) with two pluggable database (PDBs). You want to create a new PDB by using SQL Developer. Which statement is true?()
第21题:
All control files are opened.
All redo log files are opened
The password file is opened.
The parameter file is opened.
All online data files are opened.
第22题:
MOUNT mode
RESTRICTED mode
OPEN mode
NOMOUNT mode
第23题:
The CDB must be open.
The CDB must be in the mount stage.
The CDB must be in the nomount stage.
Alt existing PDBs must be closed.