单选题Your database is running in ARCHIVELOG mode. You are performing a user-managed backup of the DATA1 tablespace.  You place the DATA1 tablespace in backup mode by issuing the following statement:   ALTER TABLESPACE data1 BEGIN BACKUP;   While you are per

题目
单选题
Your database is running in ARCHIVELOG mode. You are performing a user-managed backup of the DATA1 tablespace.  You place the DATA1 tablespace in backup mode by issuing the following statement:   ALTER TABLESPACE data1 BEGIN BACKUP;   While you are performing the backup, an error occurs that causes the instance to terminate abnormally. Which statement about the DATA1 tablespace is true?()
A

 The DATA1 tablespace is automatically taken out of backup mode when the instance aborts.

B

 If you restart the database,the DATA1 tablespace will be automatically taken out of backup mode  when the database is opened.

C

 If you restart the database,the DATA1 tablespace will be automatically taken out of backup mode  when the database is mounted.

D

 If you restart the database,the database will not be opened.

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

第1题:

Your database is running in ARCHIVELOG mode. The SCOTT.EMP table belongs to the DATA1 tablespace. The junior DBA erroneously runs a script that executes the following statement:   SQL> DROP TABLE SCOTT.EMP PURGE;   After one hour, you are performing the user managed incomplete recovery. Which datafiles will you restore from the last full backup?()

  • A、 the datafiles associated with the SYSTEM tablespace
  • B、 the datafiles associated to the DATA1 tablespace
  • C、 the datafiles associated to the SYSTEM and DATA1 tablespaces
  • D、 all the datafiles in the database

正确答案:D

第2题:

Your database is running In ARCIIIVELOG mode. One of the data files, USBRDATAOI. DBF, in the users tablespace is damaged and you need to recover the file until the point of failure. The backup for the data file is available.  Which three files would be used in the user-managed recovery process performed by the database administrator (DBA)?() 

  • A、 redo logs
  • B、 control file
  • C、 temporary files of temporary tablespace
  • D、 the latest backup of only the damaged data file
  • E、 the latest backup of all the data files In the USERS tablespace

正确答案:A,B,D

第3题:

You executed the following command to perform a backup of the USERS tablespace:  SQL> ALTER TABLESPACE users BEGIN BACKUP; ALTER TABLESPACE users BEGIN BACKUP *  ERROR at line 1:  ORA-01123: cannot start online backup; media recovery not enabled  What could be the reason for this error()

  • A、The MTTR Advisor is disabled.
  • B、The database is in NOARCHIVELOG mode.
  • C、The tablespace is already in backup mode.
  • D、The Flash Recovery Area is not configured.

正确答案:B

第4题:

You executed the following command in Recovery Manager (RMAN) to perform a backup of the DETTBS tablespace: RMAN> BACKUP TABLESPACE DETTBS;  Under which conditions would this command execute successfully? ()

  • A、 The database is in NOMOUNT state.
  • B、 The database is in NOARCHIVELOG mode and the tablespace is online.
  • C、 The database is in NOARCHIVELOG mode and the tablespace is offline.
  • D、 The database is in ARCHIVELOG mode and the tablespace is offline.
  • E、 The database is in ARCHIVELOG mode and the tablespace is online.

正确答案:C,D,E

第5题:

Your database is running in NOARCHIVELOG mode with two online redo log files. The SALES table contains sales information for the organization. The SALES table belongs to the SALESTB tablespace.  On Monday, you insert 10 rows into the SALES table. The current log sequence number is 14. You change the tablespace status from READ WRITE to READ ONLY for the SALESTB tablespace. You shut down the database and take a backup of the SALESTB tablespace.   On Tuesday, you start the database. You change the status for the SALESTB tablespace from READ ONLY to READ WRITE. You insert 10 more rows into the SALES table and shut down the database. The current log sequence number is 15.   When you try to open the database on Wednesday morning, you discover that the SALESTB tablespace was lost because of a media failure. Which of the following options is true about recovering the SALES table?()

  • A、 The SALES table cannot be recovered because the database is running in NOARCHIVELOG mode.
  • B、 The SALES table can be recovered by restoring the SALESTB tablespace from the backup and performing a media recovery.
  • C、 The SALES table can be recovered by restoring the SALESTB tablespace from the backup without performing any media recovery.
  • D、 The SALES table can be recovered by restoring the SALESTB tablespace from the backup, but the rows inserted on Tuesday need to be inserted again.

正确答案:C

第6题:

To accomplish user-managed backup for the USERS tablespace, you issued the following command to put the database in backup mode:   SQL> ALTER TABLESPACE users BEGIN BACKUP;   While copying the file to the backup destination a power outage caused the instance to te minate abnormally.  Which statement is true about the next database startup and the USERS tablespace?()  

  • A、 The database will open,and the tablespace automatically comes out of the backup mode.
  • B、 The database will be mounted,and recovery must be performed on the USERS tablespace.
  • C、 The database will be mounted,and data files in the USERS tablespace must be taken out of the backup mode.
  • D、 The database will not be mounted,and you must restore all the data files for the USERS tablespace from the backup,and perform recovery.

正确答案:C

第7题:

Your database is running in ARCHIVELOG mode. You are performing a user-managed backup of the DATA1 tablespace.  You place the DATA1 tablespace in backup mode by issuing the following statement:   ALTER TABLESPACE data1 BEGIN BACKUP;   While you are performing the backup, an error occurs that causes the instance to terminate abnormally. Which statement about the DATA1 tablespace is true?()  

  • A、 The DATA1 tablespace is automatically taken out of backup mode when the instance aborts.
  • B、 If you restart the database,the DATA1 tablespace will be automatically taken out of backup mode  when the database is opened.
  • C、 If you restart the database,the DATA1 tablespace will be automatically taken out of backup mode  when the database is mounted.
  • D、 If you restart the database,the database will not be opened.

正确答案:D

第8题:

You are working on a 24X7 database. You want to design a backup strategy for your database that uses user managed backups. You want to be able to perform all backups while the database remains online. Which statement about performing user-managed backups in a 24x7 environment is true?()

  • A、You must have change tracking enabled in your database
  • B、Your database must be running in NOARCHIVELOG mode
  • C、To back up a tablespace, it must be in backup mode
  • D、To back up a tablespace, it must first be taken offline

正确答案:C

第9题:

You are working on a database that must be functioning 24 hours a day, 7 days a week. The databaseis configured in ARCHIVELOG mode.  Which two options do you have for performing user-managed backups()

  • A、You can perform consistent backups only.
  • B、You can perform a complete database backup without shutting down the database instance.
  • C、You can back up data files only when all data files have the same SCN recorded in the control file.
  • D、You can back up only those data files whose headers are frozen by using ALTER TABLESPACE BEGINBACKUP or ALTER DATABASE BEGIN BACKUP commands.

正确答案:B,D

第10题:

The database Is configured in ARCHIVELOG mode. The database needs to be up 24 X 7. You want to perform user managed backup for the data files of the HR_DATA tablespace.To accomplish the task, you issued the following command: SQL> ALTER TABLESPACE hi_data BEGIN BACKUP; Which two statements are true in this scenario? ()

  • A、No transaction on the tablespace is allowed but you can perform queries.
  • B、The tablespace will automatically come out of backup mode when the file copy is complete.
  • C、The checkpoint change number is frozen in headers of the data files until the file is removed from backup mode.
  • D、The database writes the before image of an entire block to the redo stream before modifying. block tor the first time.

正确答案:A,C

更多相关问题