Another DBA issues a shutdown abort command on a database on

题目
单选题
Another DBA issues a shutdown abort command on a database on which you were running an online backup. What will happen when you try to restart the database?()
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.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

What happens if you shutdown abort ASM instance?()

A. The RDBMSs connected will shutdown abort too

B. CLUSTER SERVICE will shutdown

C. ASM wil do instance recovery after startup


参考答案:A

第2题:

What are the consequences of executing the SHUTDOWN ABORT command? ()

  • A、The database files are synchronized.
  • B、Uncommitted changes are not rolled back.
  • C、The database is closed, but the instance is still started.
  • D、Database buffers and redo buffers are not written to the disk.
  • E、The database undergoes automatic media recovery during the next startup.

正确答案:B,D

第3题:

SHUTDOWN的()选项在下次启动数据库时需要进行数据库恢复。

A.SHUTDOWN IMMEDIATE

B.SHUTDOWN TRANSACTIONAL

C.SHUTDOWN NORMAL

D.SHUTDOWN ABORT


参考答案:D

第4题:

You have joined a new organization as a Database Administrator. The Security Administrator in your organization has kept human errors, such as erroneously dropping users, tables, and important data, to a minimum by carefully granting only the necessary privileges to each user. As a result of several ongoing transactions within your database, you discover that the flashback logs are rapidly increasing in the flash recovery area. To avoid out-of-space errors, you decide to delete the flashback logs from the flash recovery area. How can you delete the flashback logs from the database if your database is up and running?()

  • A、 Shut down the database using the SHUTDOWN command. Mount the database using the STARTUP MOUNT EXCLUSIVE command and disable Flashback Database using the ALTER DATABASE FLASHBACK OFF statement.
  • B、 Change the parameter setting in the SPFILE for the DB_RECOVERY_FILE_DEST parameter using the ALTER SYSTEM SET DB_RECOVERY_FILE_DEST=’’ SCOPE=BOTH statement while the database is up and running.
  • C、 Shut down the database using the SHUTDOWN command. Mount the database using the STARTUP MOUNT EXCLUSIVE command. Change the parameter setting in the SPFILE for the DB_RECOVERY_FILE_DEST parameter using the ALTER SYSTEM SET DB_RECOVERY_FILE_DEST=’’ SCOPE=BOTH statement. Disable Flashback Database using the ALTER DATABASE FLASHBACK OFF statement.
  • D、 Change the parameter setting in the SPFILE for the DB_RECOVERY_FILE_DEST parameter using the ALTER SYSTEM SET DB_RECOVERY_FILE_DEST=’’ SCOPE=BOTH statement. Shut down the database using the SHUTDOWN command. Mount the database using the STARTUP MOUNT EXCLUSIVE command and disable Flashback Database using the ALTER DATABASE FLASHBACK OFF statement.

正确答案:A

第5题:

Which of the following options is true about shutting down an Automatic Storage Management (ASM) instance?()  

  • A、 If the SHUTDOWN IMMEDIATE command is issued to the ASM instance, the ASM instance immediately shuts down.
  • B、 If the SHUTDOWN ABORT command is issued to the ASM instance, the ASM instance will shut down all the database instances and then shut down immediately.
  • C、 If the SHUTDOWN NORMAL command is issued to the ASM instance, before shutting down, the ASM instance waits for the dependent database instances to shut down.
  • D、 If the SHUTDOWN TRANSACTIONAL command is issued to the ASM instance, the ASM instance passes the same SHUTDOWN command to the dependent database instances, but does not wait for any active transactions to complete before it shuts down.

正确答案:C

第6题:

假设用户正在执行UPDATE操作,此时用以下哪种方法可以关闭数据库()

A.SHUTDOWN或SHUTDOWN IMMEDIATE或SHUTDOWN ABORT

B.SHUTDOWN或SHUTDOWN NORMAL或SHUTDOWN TRANSACTIONAL

C.SHUTDOWN NORMAL或SHUTDOWN ABORT或SHUTDOWN IMMEDIATE

D.SHUTDOWN或SHUTDOWN IMMEDIATE或SHUTDOWN TRANSACTIONAL

E.SHUTDOWN ABORT或SHUTDOWN IMMEDIATE或SHUTDOWN TRANSACTIONAL


参考答案:A

第7题:

SHUTDOWN的()选项在下次启动数据库时需要进行实例恢复。

  • A、SHUTDOWN IMMEDIATE
  • B、SHUTDOWN TRANSACTIONAL
  • C、SHUTDOWN NORMAL
  • D、SHUTDOWN ABORT

正确答案:D

第8题:

You have three production databases, HRDB, FINDB, and ORGDB, that use the same ASM instance. At the end of the day, while all three production database instances are running, you execute the following command on the ASM instance :SQL> shutdown immediate;What is the result of executing this command?()

A. The ASM instance is shut down, but the other instances are still running.

B. It results in an error because other database instances are connected to it.

C. All the instances, including the ASM instance, are shut down in the IMMEDIATE mode.

D. HRDB, FINDB, and ORGDB instances are shut down in the ABORT mode and the ASM instance is shut down in the IMMEDIATE mode.


参考答案:B

第9题:

When an ASM instance receives a SHUTDOWN NORMAL command,what command does it pass on to all database instances that rely on the ASM instances disk groups?()

  • A、 TRANSACTIONAL
  • B、 IMMEDIATE
  • C、 ABORT
  • D、 NORMAL

正确答案:C

第10题:

What type of protection is implemented when the DBA issues the ALTER DATABASE SET STANDBY DATABASE PROTECTED; command?()

  • A、The standby database is protected against write operations. 
  • B、The primary database is protected against write operations. 
  • C、The primary database is protected against data loss and data divergence. 
  • D、The standby database is protected against data loss and data divergence. 

正确答案:C

更多相关问题