1z0-063 Exam Question 121

Examine the RMAN commands:
RMAN> CONNECT TARGET "sbu@prod AS SYSBACKUP";
RMAN> CONNECT AUXILIARY "sbu@dup_db AS SYSBACKUP";
RMAN> DUPLICATE TARGET DATABASE TO dup_db
FROM ACTIVE DATABASE
PASSWORD FILE
SECTION SIZE 400M;
Which statement is true about the DUPLICATE command?
  • 1z0-063 Exam Question 122

    Which two statements are true regarding SecureFile lobs?
  • 1z0-063 Exam Question 123

    You are connected to a pluggable database (PDB) as a common user with the SYSDBA privilege. The PDB is open and you issue the SHUTDOWN IMMEDIATE command.
    What is the outcome?
  • 1z0-063 Exam Question 124

    A telecom company wishes to generate monthly bills to include details of customer calls, listed in order of
    time of call.
    Which table organization allows for generating the bills with minimum degree of row sorting?
  • 1z0-063 Exam Question 125

    Examine the commands executed to monitor database operations: $> conn sys/oracle@prod as sysdba
    SQL> VAR eid NUMBER
    SQL>EXEC :eid := DBMS_SQL_MONITOR.BEGlN_OPERATION('batch_job',FORCED_TRACKING=>'Y');
    Which two statements are true?