Question 66

You executed this command to create a password file:
$ orapwd file = orapworcl entries = 10 ignorecase = N
Which two statements are true about the password file?
  • Question 67

    Examine these two statements:

    Which three are true about the MRKTtablespace? (Choose three.)
  • Question 68

    Oracle Data Redaction is active on the SCOTT.EMPtable.
    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 69

    Examine the current values for the following parameters in your database instance:
    SGA_MAX_SIZE = 1024M
    SGA_TARGET = 700M
    DB_8K_CACHE_SIZE = 124M
    LOG_BUFFER = 200M
    You issue the following command to increase the value of DB_8K_CACHE_SIZE:
    SQL> ALTER SYSTEM SET DB_8K_CACHE_SIZE=140M;
    Which statement is true?
  • Question 70

    You upgraded from a previous Oracle database version to Oracle Database version to Oracle Database 12c.
    Your database supports a mixed workload. During the day, lots of insert, update, and delete operations are performed. At night, Extract, Transform, Load (ETL) and batch reporting jobs are run. The ETL jobs perform certain database operations using two or more concurrent sessions.
    After the upgrade, you notice that the performance of ETL jobs has degraded. To ascertain the cause of performance degradation, you want to collect basic statistics such as the level of parallelism, total database time, and the number of I/O requests for the ETL jobs.
    How do you accomplish this?