Question 151

choose one You want to create a test database as a replica of your production database with minimum intervention from a DBA.
Which method would you use?
  • Question 152

    Your container database, CDB1, is in local undo mode.
    You successfully execute this command while connected to CDB1:
    CREATE PLUGGABLE DATABASE pdb1
    ADMIN USER pdb1_admin IDENTIFIED BY pdb123 ROLES=(CONNECT)
    CREATE_FILE_DEST='/u01/app/oracle/oradata/cdb1/pdb1';
    Which three are true about PDB1? (Choose three.)
  • Question 153

    Choose two. Which two are true about RMAN backups when using a media manager?
  • Question 154

    Oracle Data Redaction is active on the SCOTT.EMP table. You queried the table twice. SQL> SELECT ENAME, SAL, COMM, MGR, HIREDATE FROM EMP WHERE DEPTNO=30; SQL> SELECT ENAME, SAL, COMM, MGR, HIREDATE FROM EMP WHERE DEPTNO=30; Which is guaranteed to be true concerning the redaction policy?
  • Question 155

    Which three are true about an application seed pluggable database (PDB)? (Choose three.)