You executed the following FLASHBACK TABLE command: FLASHBAC

题目
多选题
You executed the following FLASHBACK TABLE command: FLASHBACK TABLE emp TO TIMESTAMP (’11:45’,’hh12:mi’); Which two statements are correct?()
A

The FLASHBACK TABLE statement will not be written to the alert log file.

B

The changes made to the EMP table since the specified time will be undone.

C

The EMP table that was dropped by mistake from the database will be restored.

D

The FLASHBACK TABLE statement will be executed within a single transaction.

E

The FLASHBACK TABLE statement will not maintain the existing indexes on the EMP table.

F

The list of transactions that have modified the EMP table since the specified time will be displayed.

参考答案和解析
正确答案: C,B
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You want to track and store all transactional changes to a table over its lifetime. To accomplish this task, you enabled Flashback Data Archive with the retention of 5 years. After some time, the business requirement changed and you were asked to change the retention from 5 years to 3 years. To accomplish this, you issued the following command:   ALTER FLASHBACK ARCHIVE fla1 MODIFY RETENTION 3 YEAR;   What is the implication of this command?()

  • A、 The command produces an error because the retention time cannot be reduced.
  • B、 All historical data is retained but the subsequent flashback data archives are maintained for only three years.
  • C、 All historical data is purged and the new flashback data archives are maintained for three years.
  • D、 All historical data older than three years is purged from the flashback archive FLA1.

正确答案:D

第2题:

You disabled the Flashback Database feature by using the following command:  SQL> ALTER DATABASE FLASHBACK OFF;  What would be the effect of this command on the existing flashback logs?()

  • A、Flashback logs are not deleted.
  • B、Flashback logs are deleted automatically.
  • C、Flashback logs are deleted only if you are using Recovery Manager (RMAN).
  • D、Flashback logs are deleted only if you are using Oracle Managed Files (OMF).
  • E、Flashback logs are deleted only if you are using Automatic Storage Management (ASM).

正确答案:B

第3题:

Before a Flashback Table operation, you execute the following command:ALTER TABLE employees ENABLE ROW MOVEMENT;Why would you need this to be executed?()

A. Because row IDs may change during the flashback operation

B. Because the object number changes after the flashback operation

C. Because the rows are retrieved from the recycle bin during the flashback operation

D. Because the table is moved forward and back to a temporary during the flashback opertion


参考答案:A

第4题:

You have just performed a FLASHBACK TABLE operation using the following command:   flashback table employees to scn 123456;   The employees table has triggers associated with it.  Which of the following statements is true regarding the state of the triggers during the Flashback Table operation?()  

  • A、 All the triggers are disabled.
  • B、 All the triggers are enabled by default.
  • C、 Enabled triggers remain enabled and disabled triggers remain disabled.
  • D、 Triggers are deleted when a Flashback Table operation is performed.

正确答案:A

第5题:

Note the output of the following query;   SQL> SELECT flashback_archieve_name, status FROM dba_flashback_archieve; FLASHBACK_ARCHIEVE_NAME STATUS FLA1   You executed the following command to enable Flashback Data Archive on the EXCHANGB_PATE table:   ALTER TABLE exchange_rate FLASHBACK ARCHIEVE;   What is the outcome of this command?()  

  • A、 The table uses the default Flashback Data Archive.
  • B、 The Flashback Data Archive Is created In the SYSAUX tablespace.
  • C、 The Flashback Data Archive is created in the same tablespace where the tables are stored.
  • D、 The command generates an error because no flashback Data Archive name is specified and there is no default Flashback Data Achieve.

正确答案:A

第6题:

Examine the following commands executed in your database: SQL> ALTER SESSION RECYCLEBIN=ON; Session altered  SQL > CREATE TABLE emp TABLESPACE tbsfd AS SELECT * FROM hr.employees;  Table created.  Further, you executed the following command to drop the table:  SQL> DROP TABLE emp;Table dropped.  What happens in this scenario?()

  • A、The table is moved to the SYSAUX tablespace.
  • B、The table is moved to the SYSTEM tablespace.
  • C、The table is removed from the database permanently.
  • D、The table is renamed and remains in the TBSFD tablespace.

正确答案:D

第7题:

Why would you use the following FLASHBACK TABLE command?() FLASHBACK TABLE emp TO TIMESTAMP (’11:45’,’hh12:mi’); 

  • A、to undo the changes made to the EMP table since the specified time
  • B、to restore the EMP table that was wrongly dropped from the database
  • C、to view the transactions that have modified the EMP table since the specified time
  • D、to view the changes made to the EMP table for one or more rows since the specified time
  • E、to recover the EMP table to a point in time in the past by restoring the most recent backup

正确答案:A

第8题:

Examine the output of the query that you executed to list the objects in the recycle bin:You verified that no table named SALES_TAB exists in the schema. Then you executed the following command to purge the objects in the recycle bin:SQL> PURGE TABLE sales_tab;What would be the outcome of this command?()

A. All three tables in the recycle bin are purged

B. Only the table with the oldest DROPSCN is purged

C. The command returns an error because multiple entries with the same name exist in the recycle bin

D. Only the table with the latest DROPSCN is purged


参考答案:B

第9题:

You executed the following FLASHBACK TABLE command: FLASHBACK TABLE emp TO TIMESTAMP (’11:45’,’hh12:mi’); Which two statements are correct? ()

  • A、 The FLASHBACK TABLE statement will not be written to the alert log file.
  • B、 The EMP table that was dropped by mistake from the database will be restored.
  • C、 The changes made to the EMP table since the specified time will be undone.
  • D、 The FLASHBACK TABLE statement will not maintain the existing indexes on the EMP table.
  • E、 The FLASHBACK TABLE statement will be executed within a single transaction.
  • F、 The list of transactions that have modified the EMP table since the specified time will be displayed.

正确答案:C,E

第10题:

You are performing flashback of the ORDERS table in the Scott’s schema because some important data is deleted in the table by mistake. The SCN number was 771513 at the time of deletion. You issued the following statement to perform Flashback Table:  SQL> FLASHBACK TABLE ORDERS TO SCN 771513;   What is the prerequisite to perform Flashback Table?()

  • A、 You must configure OMF in your database.
  • B、 You must enable block change tracking feature in your database.
  • C、 You must enable ROW MOVEMENT feature on the ORDERS table.
  • D、 You must use the Flashback Version Query before using the Flashback Table feature.

正确答案:C

更多相关问题