1Z0-082 Exam Question 91

Which two are true about conventional path SQL load? (Choose two.)
  • 1Z0-082 Exam Question 92

    Which three Oracle database space management features will work with both Dictionary and Locally managed tablespaces? (Choose three.)
  • 1Z0-082 Exam Question 93

    Examine this command:
    CREATE UNDO TABLESPACE undotbs01
    DATAFILE 'undotbs_01.dbf'
    SIZE 100M
    AUTOEXTEND ON;
    Which two actions must you take to ensure UNDOTBS01 is used as the default UNDO tablespace? (Choose two.)
  • 1Z0-082 Exam Question 94

    Which three statements are true about external tables in Oracle 18c and later releases? (Choose three.)
  • 1Z0-082 Exam Question 95

    You execute this query:
    SELECT TO_CHAR(NEXT_DAY(LAST_DAY(SYSDATE), 'MON'), 'dd "Monday for" fmMonth rrrr') What is the result?