Question 36

You must configure Oracle Data Redaction for the EMP table to satisfy the following requirements:
* RANDOM redaction on the SALand COMMcolumns
* PARTIAL redaction on the HIREDATEcolumn
* FULL redaction on the MGRcolumn
What would you define to implement this?
  • Question 37

    Examine the following command:
    ALTER SYSTEM SET enable_ddl_logging=FALSE;
    Which statement is true?
  • Question 38

    What are two benefits of installing Grid Infrastructure software for a stand-alone server before installing and creating an Oracle database? (Choose two.)
  • Question 39

    Your database is open and the LISTENERlistener running. You stopped the wrong listener LISTENERby issuing the following command:
    lsnrctl > STOP
    What happens to the sessions that are presently connected to the database Instance?
  • Question 40

    The tnsnames.ora file has an entry for the service alias ORCL as follows:

    The TNSPING command executes successfully when tested with ORCL; however, from the same OS user session, you are not able to connect to the database instance with the following command:
    SQL > CONNECT scott/tiger@orcl
    What could be the reason for this?