Question 246

Which two are true about Recovery Manager (RMAN) diagnostic message output? (Choose two.)
  • Question 247

    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 248

    Examine this configuration:
    1. CDB1is an Oracle Database 12c Release 2 database containing pluggable databases PDB$SEED, PDB1, and PDB2.
    2. PDB$SEEDis open READ ONLY
    3. PDB1is open READ WRITE
    4. PDB2 is MOUNTED.
    5. ORACLE_HOMEis /u01/app/oracle/product/18.1.0/dbhome_1.
    You execute these commands before upgrading the database to the current release:

    For which databases will fixup scripts be created?
  • Question 249

    Choose two. Which two are true about the automatic execution of operating system scripts when performing silent mode installation starting from Oracle Database 19c?
  • Question 250

    In performance management, which two factors might reduce the ability of an application to scale to a large number of users? (Choose two.)