1Z0-083 無料問題集「Oracle Database Administration II」
You create a table with the PERIOD FOR clause to enable the use of the Temporal Validity feature of Oracle Database 12c. Examine the table definition: create table employees (empno number, salary number, deptid number, name varchar2(100), period for employee_time); Which three statements are true concerning the use of the Valid Time Temporal feature for the EMPLOYEES table?
正解:A、B、E
解答を投票する
RMAN is connected to the target database prod1 and an auxiliary instance in nomount state.
Examine the command to create a duplicate database:
RMAN> DUPLICATE TARGET DATABASE TO dup1
FROM ACTIVE DATABASE NOFILENAMECHECK PASSWORD FILE SPFILE;
Which two statements are true about the execution of the duplicate command?
Examine the command to create a duplicate database:
RMAN> DUPLICATE TARGET DATABASE TO dup1
FROM ACTIVE DATABASE NOFILENAMECHECK PASSWORD FILE SPFILE;
Which two statements are true about the execution of the duplicate command?
正解:D、E
解答を投票する