单项选择题
If you issue the command shutdown abort prior to trying to put the database in ARCHIVELOG mode, what will be the result when you issue the command alter database archivelog?()
A. The alter database archivelog command will fail
B. The alter database archivelog inconsistent command must be used to put the database in ARCHIVELOG mode
C. The alter database archivelog command will succeed
D. The alter database archivelog command will ask if you want to make the database consistent first
E. There is no alter database archivelog command. The correct command is alter database alterlogging
相关考题
-
单项选择题
AnotherDBAissuesashutdownabortcommandonadatabaseonwhichyouwererunninganonlinebackup.Whatwillhappenwhenyoutrytorestartthedatabase?()
A. Oracle will automatically take the datafile out of hot backup mode,generate a warning message,and then open the database.
B. Oracle will automatically take the datafile out of hot backup mode and then open the database.
C. Oracle will generate an error when trying to open the database,indicating that a datafile is in hot backup mode.You will need to correct this error before you can open the database.
D. The database will open with the file in hot backup mode. You can restart the backup at any time.
E. The datafile in hot backup mode will be corrupted and you will have to recover it. -
单项选择题
Whichviewprovidesinformationonthebackupstatusofthedatafilesinthedatabase?()
A. V$BACKUP
B. V$BACKUP_STATUS
C. V$BACKUP_DATAFILE
D. V$DATAFILE_BACKUP
E. V$TABLESPCE_BACKUP -
单项选择题
What will be the result of the following configuration?() Log_archive_dest_1=location=c:\oracle\arch\mydb Log_archive_dest_2=location=z:\oracle\arch\mydb
A. An error will occur during database startup because the second parameter is not valid.
B. An error will occur during database startup since you are trying to create archived redo logs in two different locations.
C. Archived redo logs will be created in two different locations by the ARCH process.
D. Archived redo logs will be created in two different locations by the LGWR process.
E. Neither parameter setting is valid, so the database will not start up.
