1z0-062 Exam Question 76

A warehouse fact table in your Oracle 12c Database is range-partitioned by month and accessed frequently with queries that span multiple partitions
The table has a local prefixed, range partitioned index.
Some of these queries access very few rows in some partitions and all the rows in other partitions, but these queries still perform a full scan for all accessed partitions.
This commonly occurs when the range of dates begins at the end of a month or ends close to the start of a month.
You want an execution plan to be generated that uses indexed access when only a few rows are accessed from a segment, while still allowing full scans for segments where many rows are returned.
Which three methods could transparently help to achieve this result? (Choose three.)
  • 1z0-062 Exam Question 77

    Which two statements are true about Automatic Database Diagnostic Monitor (ADDM)?
    (Choose two.)
  • 1z0-062 Exam Question 78

    Examine the following query output:

    You issue the following command to import tables into the hr schema:
    $ > impdp hr/hr directory = dumpdir dumpfile = hr_new.dmp schemas=hr
    TRANSFORM=DISABLE_ARCHIVE_LOGGING: Y
    Which statement is true?
  • 1z0-062 Exam Question 79

    You determine that database performance is sub-optimal due to hard parsing statements. Automatic Shared Memory Management (ASMM) is disabled for your database instance.
    Which tool would you use to get advice on how to improve performance?
  • 1z0-062 Exam Question 80

    In which two scenarios do you use SQL* Loader to load data?