Question 56

Examine these commands:

Which two statements are true about the sqlldr execution? (Choose two.)
  • Question 57

    Which two are true about a SQL statement using SET operators such as UNION? (Choose two.)
  • Question 58

    Which three statements are true about dropping and unused columns in an Oracle database? (Choose three.)
  • Question 59

    Your database instance is started with a PFILE.
    Examine these parameters:

    You want to increase the size of the buffer cache.
    Free memory is available to increase the size of the buffer cache.
    You execute the command:
    SQL> ALTER SYSTEM SET DB_CACHE_SIZE=1024M;
    What is the outcome?
  • Question 60

    You execute this command:
    CREATE SMALLFILE TABLESPACE sales
    DATAFILE '/u01/app/oracle/sales01.dbf
    SIZE 5G
    SEGMENT SPACE MANAGEMENT AUTO;
    Which two actions must you take to ensure UNDOTBS01 is used as the default UNDO tablespace? (Choose two.)