What are the minimum requirements for the statement to execute successfully?

The EMP table exists in your schema. You want to execute the following query:
SELECT ename, sal
FROM emp
AS OF TIMESTAMP (SYSTIMESTAMP – INTERVAL ‘6’ MINUTE)
WHERE ename = ‘ALLEN’;
What are the minimum requirements for the statement to execute successfully? (Choose all that apply)

The EMP table exists in your schema. You want to execute the following query:
SELECT ename, sal
FROM emp
AS OF TIMESTAMP (SYSTIMESTAMP – INTERVAL ‘6’ MINUTE)
WHERE ename = ‘ALLEN’;
What are the minimum requirements for the statement to execute successfully? (Choose all that apply)

A.
ARCHIVELOG mode must be enabled

B.
Row Movement must be enabled for the table

C.
FLASHBACK must be set to ON for the database

D.
The UNDO_MANAGEMENT parameter must be set to AUTO

E.
The UNDO_RETENTION parameter must be set appropriately



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Luis

Luis

Does Flashback need set to ON?

Rajesh

Rajesh

Not requierd