1Z1-060 Exam Question 16

You conned using SQL Plus to the root container of a multitenant container database (CDB) with SYSDBA privilege.
The CDB has several pluggable databases (PDBs) open in the read/write mode.
There are ongoing transactions in both the CDB and PDBs.
What happens alter issuing the SHUTDOWN TRANSACTIONAL statement?
  • 1Z1-060 Exam Question 17

    Examine the following command:
    ALTER SYSTEM SET enable_ddl_logging=TRUE;
    Which statement is true?
  • 1Z1-060 Exam Question 18

    You execute the following commands toaudit database activities:
    SQL > ALTER SYSTEM SET AUDIT_TRIAL=DB, EXTENDED SCOPE=SPFILE;
    SQL > AUDIT SELECT TABLE, INSERT TABLE, DELETE TABLE BY JOHN By SESSIONWHENEVER SUCCESSFUL;
    Which statement is true about the audit record that generated when auditing after instance restarts?
  • 1Z1-060 Exam Question 19

    You install a non-RAC Oracle Database. During Installation, the Oracle Universal Installer (OUI) prompts you to enter the path of the Inventory directory and also to specify an operating system group name.
    Which statement is true?
  • 1Z1-060 Exam Question 20

    Examine this command:
    SQL > exec DBMS_STATS.SET_TABLE_PREFS ('SH', 'CUSTOMERS', 'PUBLISH', 'false'); Which three statements are true about the effect of this command? (Choose three.)