nerdexam
Oracle

1Z0-032 · Question #90

You need to insert rows into a table named ORDERS from the source table, ORDERS_C, which you received from your client. Because the number of rows is significantly high, you decide to use Parallel…

The correct answer is B. use PARALLEL hint in the INSERT statement E. alter the ORDERS table to specify the PARALLEL clause before inserting the rows. See the full explanation below for the reasoning.

Question

You need to insert rows into a table named ORDERS from the source table, ORDERS_C, which you received from your client. Because the number of rows is significantly high, you decide to use Parallel Direct Load to make the insert process faster. Which two options could you use to achieve this? (Choose two.)

Options

  • Ause DIRECT hint in the INSERT statement
  • Buse PARALLEL hint in the INSERT statement
  • Cuse PQ_DISTRIBUTE option in the INSERT statement
  • Duse PARALLEL_INDEX option in the INSERT statement
  • Ealter the ORDERS table to specify the PARALLEL clause before inserting the rows

How the community answered

(48 responses)
  • A
    2% (1)
  • B
    81% (39)
  • C
    6% (3)
  • D
    10% (5)

Community Discussion

No community discussion yet for this question.

Full 1Z0-032 Practice